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
c060e68fbce65a080f252fd55a4dba61d578402b
spring-integration
/
org.springframework.integration.adapter
History
Mark Fisher
4834c8a1b4
TextMailMessageMapper invokes the toString method on any Message payload rather than requiring a StringMessage. Also, removed the obsolete toMessage() method.
2008-08-18 18:48:05 +00:00
..
src
TextMailMessageMapper invokes the toString method on any Message payload rather than requiring a StringMessage. Also, removed the obsolete toMessage() method.
2008-08-18 18:48:05 +00:00
.classpath
Channel Adapters are now endpoints, but if no "channel" attribute if provided for a <channel-adapter/> element, a DirectChannel will be created automatically. The <poller/> sub-element now belongs within the <channel-adapter/> (not the consumer endpoint downstream). This enables support for multiple Channel Adapters to share a MessageChannel. Also, the @Poller annotation belongs at class-level along with @ChannelAdapter if a @Pollable method is being adapted via MethodInvokingSource.
2008-08-17 22:37:35 +00:00
.project
Updated the names of the projects
2008-05-20 21:41:01 +00:00
build.xml
Updated the names of the projects
2008-05-20 21:41:01 +00:00
ivy.xml
Upgraded to Spring 2.5.5.A (INT-336).
2008-08-14 19:58:32 +00:00
template.mf
Updated manifest templates for Spring 2.5.5.A
2008-08-14 20:21:58 +00:00