Oleg Zhurakousky
2b49c66f64
INT-1141 Improve on how MessageHandlers are stored
...
INT-1141 polished code
INT-1141 added tests
INT-1141 improved how iterator is obtaind from OrderAwareLikedHashSet
INT-1141 polishing
INT-1141 stashed commit with List-based collection and performance tests
INT-1141 improved OrderedAwareLinkedHashSet
INT-1141 polishing
INT-1141, INT-2627 improved LoadBalancingStrategy and
RoundRobinLoadBalancingStrategy to obtain handler's iterator faster
INT-1141 improved getHandlerIterator method to ensure that it only executes reordering logic if there are more then one handler
INT-1141 simplified OrderedAwareLinkedHashSet to not to extend from LinkedHashSet
INT-1141
changed OrderedAwareLinkedHashSet to OrderedAwareCopyOnWriteArraySetTests, imporoved array creation in RoundRobinLoadBalancingStrategy
INT-1141 polished failing tests and RoundRobinLoadBalancingStrategy. Removed 'transient' from OrderedAwareCopyOnWriteArraySet
2012-06-21 13:03:50 -04:00
Gunnar Hillert
0269de0f98
INT-2564 Move Some SocketTestUtils to Test Module
...
Move SocketTestUtils.findAvailableServerSocket to Test Module
For reference see: https://jira.springsource.org/browse/INT-2564
* Move SocketTestUtils.findAvailableServerSocket to Spring Integration Test Module
* Fix tests
2012-06-21 12:35:22 -04:00
Artem Bilan
81579f7491
INT-2621: make tests verifying file paths OS independent
...
INT-2621 Polishing
Move file separator replacement code to TestUtils in
s-i-test.
2012-06-18 16:53:56 -04:00
Gunnar Hillert
bd3a93d601
INT-2371 - add package-info.java files - XML
...
See: https://jira.springsource.org/browse/INT-2371
INT-2370 - add package-info.java files - JDBC
Reference: https://jira.springsource.org/browse/INT-2370
Add package-info.java files - Twitter
For reference: https://jira.springsource.org/browse/INT-2383
INT-2386 - add package-info.java files - XMPP
For reference: https://jira.springsource.org/browse/INT-2386
INT-2384 - add package-info.java files - WS
Reference: https://jira.springsource.org/browse/INT-2384
INT-2382 - add package-info.java files - Test
For reference: https://jira.springsource.org/browse/INT-2382
2012-01-05 16:17:18 -05:00
Mark Fisher
77abc55a1e
INT-2322
2011-12-20 13:18:57 -05:00
Mark Fisher
6c1454ae3d
INT-2238 removing warnings in JavaDoc
2011-11-22 21:48:34 -05:00
Mark Fisher
9e778035aa
versionless schemas for test and twitter modules
2011-10-10 13:56:40 -04:00
David Turanski
08f81ae51d
Moved scripting support from core to scripting
...
spring-integration-test: Enhanced RequestResponseScenario test framework
changed scripting namespace URIs to standard pattern
2011-09-23 09:07:42 -04:00
David Turanski
b07708fd9f
INT-2049 added namespace support, also add SpEL support to CacheWritingMessageHandler and general cleanup
2011-08-16 16:42:19 -04:00
Oleg Zhurakousky
765503daa4
polishing, fixed warning messages
2011-05-03 19:20:57 -04:00
Iwein Fuld
3955c9d6fb
Add non-parametrized message support to PayloadMatcher.
...
- add testcase (which used to cause compiler failure)
- remove <?> from PayloadMatcher to fix error
- add casts to FileInboundCAWRDTests to deal with backwards compatibility breakage
In some cases backwards compatibility is broken, see INT-1790 for details.
2011-04-30 20:08:34 +02:00
Oleg Zhurakousky
1278666ed7
INT-1596, fixed the broken links as well as all warnings
2010-11-09 12:17:45 -05:00
Oleg Zhurakousky
176115af57
INT-1451 refactoring part-2
2010-09-25 13:19:32 -04:00
Oleg Zhurakousky
b6e058c59b
INT-1263, added more changes and tests related valdating MessageHistory in every module
2010-09-22 18:44:51 -04:00
Mark Fisher
3b15a0dd38
INT-1390 moved MessageBuilder into the 'support' package, moved GenericMessage and ErrorMessage into the 'message' package
2010-08-31 02:51:27 +00:00
Mark Fisher
7c1ab04cd5
INT-1390 Refactoring: moved MessageChannel to the root package, and moved ChannelResolver and BeanFactoryChannelResolver into a new 'suport.channel' package
2010-08-31 01:53:45 +00:00
Mark Fisher
c44355c5c9
INT-1389 removed StringMessage
2010-08-30 21:05:46 +00:00
Mark Fisher
45282ec459
INT-1257, INT-1263 Refactoring Message History (work in progress): removed MessageHistory and MessageHistoryEvent, moved MessageHistoryWriter and NamedComponent to the 'context' package.
2010-08-25 14:25:40 +00:00
Mark Fisher
3f00c75740
INT-1129 moved StringMessage from 'message' to 'core' (we might remove it before 2.0...)
2010-07-28 15:22:33 +00:00
Mark Fisher
80a22b8a2c
INT-1129 moved most of the MessagingException hierarchy to the root package (org.springframework.integration)
2010-07-28 15:10:42 +00:00
Mark Fisher
4de9a23357
INT-1129 moved Message and MessageHeaders from 'core' to the root (org.springframework.integration)
2010-07-28 15:05:50 +00:00
Mark Fisher
7434976734
INT-1129 moved MessageRejectedException and MessageHandlingException from 'message' to 'core'
2010-07-28 14:57:35 +00:00
Mark Fisher
94938a2746
INT-1129 moved MessageHandler from 'message' to 'core'
2010-07-28 14:54:09 +00:00
Mark Fisher
4283315c08
INT-1129 moved PollableChannel from 'channel' to 'core'
2010-07-28 14:47:55 +00:00
Mark Fisher
008cac18f5
INT-1129 moved GenericMessage, ErrorMessage, and MessageDeliveryException from 'message' to 'core'
2010-07-28 14:42:02 +00:00
Mark Fisher
00d3e351f7
INT-1129 moved MessageBuilder from 'message' to 'core'
2010-07-28 14:38:36 +00:00
Mark Fisher
b4e627a26a
INT-1216 removed tangle between 'channel' and 'context' packages by moving the ChannelResolver interface to 'core' and the BeanFactoryChannelResolver implementation to 'context'
2010-07-28 00:59:11 +00:00
Mark Fisher
e6082d17b0
INT-1216, INT-1257 removed tangle between 'history' and 'context' packages. The MessageHistoryWritingMessageHandler is now a non-public class in the 'config' package (it's only used by ConsumerEndpointFactoryBean)
2010-07-28 00:28:24 +00:00
Chris Beams
5563c0b5af
adding missing src/(test|main)/resources directories with .svnignore files to avoid empty-dir-pruning by svn
2010-05-26 14:27:42 +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
Ben Hale
6696064dd0
Updated the names of the projects
2008-05-20 21:41:01 +00:00
Mark Fisher
a6392bd142
Updated Import-Package and Export-Package for each MANIFEST.MF (INT-166).
2008-04-07 15:22:04 +00:00
Mark Fisher
a1890dffbf
placeholder
2008-03-08 18:28:00 +00:00