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
Migration JMS to SF Core Retry; Nullability for gateway
Related to: #10345
Related to: #10083
* Replace Spring Retry functionality in the JMS module to Spring Framework Core `retry` API
* Apply Nullability to the Core `gateway` package
* Apply Nullability to the Core `support.util` package
* Also, mitigate Nullability in the `IntegrationManagement`
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/context/IntegrationObjectSupport.java
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/gateway/AnnotationGatewayProxyFactoryBean.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ public class AnnotationGatewayProxyFactoryBean<T> extends GatewayProxyFactoryBea
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/gateway/DefaultMethodInvokingMethodInterceptor.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -54,12 +54,12 @@ class DefaultMethodInvokingMethodInterceptor implements MethodInterceptor {
0 commit comments