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-core/src/main/java/org/springframework/integration/config/xml/AnnotationConfigParser.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,7 @@ public class AnnotationConfigParser implements BeanDefinitionParser {
Copy file name to clipboardExpand all lines: spring-integration-core/src/test/java/org/springframework/integration/config/IntegrationRegistrarTests.java
Copy file name to clipboardExpand all lines: src/reference/antora/modules/ROOT/pages/configuration/annotations.adoc
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,7 @@ public class FooService {
20
20
}
21
21
----
22
22
23
-
NOTE: Starting with version 7.1, the `spring.integration.annotations.enable` environment property can be used to control method-level annotation processing.
24
-
By default, this property is `true`. It can be set to `false` for applications that exclusively rely on `IntegrationFlow` definitions.
23
+
NOTE: Starting with version 7.1, the `spring.integration.annotations.enable` property in the Spring environment can be used to control method-level annotations processing. By default, this property is `true`. It can be set to `false` to disable messaging annotations processing.
25
24
26
25
Exactly what it means for the method to "`handle`" the Message depends on the particular annotation.
27
26
Annotations available in Spring Integration include:
Copy file name to clipboardExpand all lines: src/reference/antora/modules/ROOT/pages/whats-new.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ See xref:grpc.adoc[] for more information.
35
35
The `MessageTransformingHandler.requiresReply` flag cannot be modified: an `UnsupportedOperationException` is thrown from the overridden `setRequiresReply()` method to indicate the transformer pattern cannot produce nulls for replies.
36
36
See xref:transformer.adoc[] for more information.
37
37
38
-
A new `spring.integration.annotations.enable` environment property is introduced to control method-level annotation processing. Setting this property to `false` optimizes startup performance for applications that exclusively rely on `IntegrationFlow` definitions.
38
+
A new `spring.integration.annotations.enable` property is introduced to control method-level annotations processing.
39
39
See xref:configuration/annotations.adoc[] for more information.
0 commit comments