This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-integration
Watch
1
Star
0
Fork
0
You've already forked spring-integration
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b7aa312c484285cfe844d4ff7f90e0d572ef7fda
spring-integration
/
spring-integration-core
/
src
History
Mark Fisher
b7aa312c48
The MessageEndpointAnnotationPostProcessor now checks for a null handler after processing and provides a MessageHandler implementation that passes the Message as-is. The @DefaultOutput no longer triggers the creation of a separate endpoint - rather the resulting "adapter" will be added to the end of the MessageHandlerChain (or configured as the sole handler if no MessageHandler had been previously created when processing annotated methods).
2008-02-25 16:40:33 +00:00
..
main
/java
The MessageEndpointAnnotationPostProcessor now checks for a null handler after processing and provides a MessageHandler implementation that passes the Message as-is. The @DefaultOutput no longer triggers the creation of a separate endpoint - rather the resulting "adapter" will be added to the end of the MessageHandlerChain (or configured as the sole handler if no MessageHandler had been previously created when processing annotated methods).
2008-02-25 16:40:33 +00:00
test
/java
Added namespace support for the <default-concurrency/> sub-element of <message-bus/> (INT-106).
2008-02-25 16:14:24 +00:00