You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#3083
`@Header("foo.bar")` means extract property `bar` from header `foo`.
Support `@Header("'foo.bar'")`, meaning get the value of header `foo.bar`.
**cherry-pick to 5.1.x, 4.3.x**
# Conflicts:
# spring-integration-core/src/test/java/org/springframework/integration/handler/MethodInvokingMessageProcessorTests.java
# Conflicts:
# spring-integration-core/src/main/java/org/springframework/integration/handler/support/MessagingMethodInvokerHelper.java
# spring-integration-core/src/test/java/org/springframework/integration/handler/MethodInvokingMessageProcessorTests.java
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/util/MessagingMethodInvokerHelper.java
Copy file name to clipboardExpand all lines: spring-integration-core/src/test/java/org/springframework/integration/handler/MethodInvokingMessageProcessorTests.java
0 commit comments