Commit Graph

8 Commits

Author SHA1 Message Date
Iwein Fuld
f2827ca74b QUALITY: cleanup after NioFileLockerTests fixed 2010-07-26 11:01:14 +00:00
Iwein Fuld
c6c3e9d107 QUALITY: cleaned up FileToChannelIntegrationTests 2010-07-26 11:01:09 +00:00
Iwein Fuld
67bcfec974 QUALITY: removing redundant file prefix 2010-07-26 11:01:00 +00:00
Iwein Fuld
8519b67460 INT-1262: changed FileWritingMessageHandler to work with File instead of Resource. 2010-07-26 11:00:51 +00:00
Iwein Fuld
1a988f50e1 QUALITY: cleaned up test case 2010-07-26 11:00:41 +00:00
Iwein Fuld
e204c3d93e removed FileLocker from locking package to resolve dependency tangle 2010-06-25 07:12:30 +00:00
Chris Beams
e5219dfe8f eliminated all compiler warnings throughout all projects
updated pom to emit compiler warnings so that any new ones become obvious
added serialVersionUID to classes that could reasonably need to be serialized (GenericMessage, MessageHeaders, etc)
@SuppressWarnings("serial") on all others
@SuppressWarnings("unused") on private static classes used as spring beans for testing (their methods never get called from java)
eliminated all redundant casting
introducted generics metadata where raw types were still being used
changed public API on several FactoryBeans (by adding <Type> information to 'implements FactoryBean' clause)
2010-05-25 23:18:25 +00:00
Chris Beams
c08a7a657e renamed modules org.springframework.integration.* -> spring-integration-*
@Ignore'd SimpleTcpNetOutboundGatewayTests#testOutboundClose() to avoid failure; this failure is correlated to the module name change, but hard to understand how it would be caused by it
2010-05-25 13:21:25 +00:00