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
Copy file name to clipboardExpand all lines: spring-integration-amqp/src/main/java/org/springframework/integration/amqp/support/DefaultAmqpHeaderMapper.java
+10-6
Original file line number
Diff line number
Diff line change
@@ -245,6 +245,16 @@ else if (allHeaders != null) {
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/config/AbstractEvaluationContextFactoryBean.java
+46-33
Original file line number
Diff line number
Diff line change
@@ -92,52 +92,65 @@ public Map<String, Method> getFunctions() {
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/config/AbstractSimpleMessageHandlerFactoryBean.java
+34-22
Original file line number
Diff line number
Diff line change
@@ -215,27 +215,9 @@ protected final H createHandlerInternal() {
215
215
if (actualHandler == null) {
216
216
actualHandler = this.handler;
217
217
}
218
-
finalObjecthandlerToConfigure = actualHandler; // must final for lambdas
219
-
if (actualHandlerinstanceofIntegrationObjectSupport) {
220
-
JavaUtils.INSTANCE
221
-
.acceptIfNotNull(this.componentName,
222
-
name -> ((IntegrationObjectSupport) handlerToConfigure).setComponentName(name))
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/config/ConsumerEndpointFactoryBean.java
+61-45
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,14 @@ public void afterPropertiesSet() {
0 commit comments