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
905f76116f20b2121e940c4ee1f297b1d479c706
spring-integration
/
org.springframework.integration
History
Mark Fisher
905f76116f
MessageHeaders now copies the Map passed into its constructor to enforce immutability of the Map itself (note: mutability of the values in the Map is intentionally left as a development decision). The clear() method now correctly throws UnsupportedOperationException along with the other Map methods that would otherwise be capable of modifying the Map (INT-427).
2008-10-15 19:38:53 +00:00
..
src
MessageHeaders now copies the Map passed into its constructor to enforce immutability of the Map itself (note: mutability of the values in the Map is intentionally left as a development decision). The clear() method now correctly throws UnsupportedOperationException along with the other Map methods that would otherwise be capable of modifying the Map (INT-427).
2008-10-15 19:38:53 +00:00
.classpath
DefaultMethodResolver and AnnotationMethodResolver now use the target class of an AOP proxy. Added tests to DefaultMethodResolverTests: 'jdkProxy' and 'cglibProxy' (INT-425).
2008-10-14 14:16:49 +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
DefaultMethodResolver and AnnotationMethodResolver now use the target class of an AOP proxy. Added tests to DefaultMethodResolverTests: 'jdkProxy' and 'cglibProxy' (INT-425).
2008-10-14 14:16:49 +00:00
template.mf
Added CronSequenceGenerator. CronTrigger now delegates to the generator, and thus we no longer have a dependency on quartz.
2008-10-07 14:19:13 +00:00