Commit Graph

9623 Commits

Author SHA1 Message Date
Iwein Fuld
d0caad8f4d INT-1072: Resolved ConcurrentModificationException in MessageHistory and improved equality testing 2010-04-09 08:47:41 +00:00
Mark Fisher
892eb1ad5c INT-1023 avoiding domain name clash in test 2010-04-08 18:42:18 +00:00
Mark Fisher
3b3f1f1347 INT-1023 destroying MBeanExporter after test method 2010-04-08 18:29:14 +00:00
Mark Fisher
86091eecfd INT-1023 Added namespace support for the Control Bus. 2010-04-08 18:10:22 +00:00
Mark Fisher
0e85bbdd1d added setter for operation channel on Control Bus 2010-04-08 18:08:47 +00:00
Mark Fisher
7b267a5033 INT-8 initial check-in of some (still rough) ideas for Claim Check support by a Message Transformer implementation. 2010-04-07 20:34:45 +00:00
Iwein Fuld
c98e17ee35 javadoc and reduced visibility of add(Message m) 2010-04-06 16:45:09 +00:00
Mark Fisher
8ec441fc2f adding spring-integration-parent POM to the build 2010-04-06 14:16:06 +00:00
Gary Russell
8a6e3938d3 Fix timing in UDP tests (send could occur before receiver ready) 2010-04-03 19:52:30 +00:00
Gary Russell
58141fc260 Avoid sporadic test failures in JmsDestinationBackedMessageChannelTests 2010-04-03 16:18:45 +00:00
Mark Fisher
c80a6025fd INT-1062 2010-04-02 22:57:52 +00:00
Mark Fisher
40385fb836 INT-1061 Upgraded to Spring 3.0.2 2010-04-02 16:30:41 +00:00
Mark Fisher
baae9e1f36 INT-1057 fixed HttpHeaders prefix for consistency 2010-04-01 18:03:48 +00:00
Gary Russell
c820ae2c48 Fix comment in roo script re: spring version. 2010-03-29 20:55:54 +00:00
Gary Russell
fee52f0eef Add demo for outbound ip adapter - loanshark Roo App receives data. 2010-03-29 20:05:07 +00:00
Gary Russell
353bbc7fd1 Loan Shark Roo App. Initial Checkin. 2010-03-29 20:01:20 +00:00
Gary Russell
760b2dfa15 LoanShark Roo App. To Demostrate Inbound Ip Adapter. 2010-03-29 19:48:15 +00:00
Mark Fisher
059aefa12f INT-1053 Enforcing header value types (e.g. ID must be a UUID) 2010-03-29 18:46:36 +00:00
Mark Fisher
bca5e50949 INT-1053 DatagramPacketMessageMapper must now use UUID.fromString(..) when mapping to the Message ID value. 2010-03-29 17:46:01 +00:00
Mark Fisher
bde0bca24e INT-1053 Message ID is now always a UUID rather than any Object type 2010-03-29 17:20:28 +00:00
David Syer
e4dc5e41e7 Update deps in POM 2010-03-29 14:02:42 +00:00
Oleg Zhurakousky
3171d2d1db INT-789, Added caching for compiled regex patterns (see INT-CR-19), forgot to add compiled patterns to the cache 2010-03-29 05:01:14 +00:00
Oleg Zhurakousky
f7ef96b177 INT-789, Added caching for compiled regex patterns (see INT-CR-19) 2010-03-29 03:54:45 +00:00
Oleg Zhurakousky
4a527a8e19 INT-1038, INT-1047 Changed IntegrationNamespaceUtils.parseInnerHandlerDefinition to register and return BeanComponentDefinition, Fixed MethodInvokingOutboundChannelAdapter, added test to ChannelAdapterParserTest 2010-03-27 15:07:01 +00:00
Oleg Zhurakousky
5321887567 INT-1045, removed 'thread-pool-task-executor' element 2010-03-27 01:52:08 +00:00
Oleg Zhurakousky
7a72fbc9e7 INT-789, Fixed the schema file, added one more test 2010-03-27 01:32:02 +00:00
Oleg Zhurakousky
7381ee28cf INT-789 2010-03-27 00:48:14 +00:00
Oleg Zhurakousky
c5b1bc46a9 INT-1048, Added sorting when interceptors are set 2010-03-26 23:37:47 +00:00
Oleg Zhurakousky
f6d39c0fef INT-1046 removed broken import 2010-03-26 21:32:51 +00:00
Oleg Zhurakousky
5c8eeeafdc INT-1046, fixed the ChannelInterceptorParser and added test 2010-03-26 21:24:33 +00:00
Oleg Zhurakousky
ee2e2692a5 INT-1042, modified test to verify that original headers are copied 2010-03-25 15:32:09 +00:00
Oleg Zhurakousky
4cfc28764d Added few details to annotation support section to avoid the confusion explained here:http://forum.springsource.org/showthread.php?t=86595 2010-03-23 14:35:09 +00:00
Oleg Zhurakousky
ed851417bd INT-1038, Change assertion to validate if 'ref' element has text (because it is never 'null', but rather "") 2010-03-18 22:08:16 +00:00
Mark Fisher
4557cc143e INT-1041 only falling back to default service interface at initialization time rather than in the default constructor so that getObjectType() returns null instead of inconsistent type information 2010-03-18 10:04:44 +00:00
Oleg Zhurakousky
43fa9015c1 INT-1040, added ResrWriteLock usage to the toString() and hashCode() methods, added Test 2010-03-17 23:59:08 +00:00
Gary Russell
82da6be6e2 Doc for TCP receive buffer size 2010-03-16 16:22:28 +00:00
Gary Russell
44608ace66 TCP: Add length check against receive buffer size to prevent OOM error when receiving a message with bogus length. Also test for overflow on other formats. 2010-03-16 16:20:36 +00:00
Oleg Zhurakousky
efe0f1e54d INT-1039, Added documentation explaining mail Message headers taking precedence over MailMessage values 2010-03-16 11:11:04 +00:00
Oleg Zhurakousky
a915e95c01 INT-1039, Fixed missing assertion on MailMessage.to value 2010-03-16 02:56:29 +00:00
Oleg Zhurakousky
203cadc600 added comments 2010-03-15 13:20:24 +00:00
Mark Fisher
78f38149ad removed target 2010-03-12 23:18:03 +00:00
Mark Fisher
7a64d1fafe adding new samples 2010-03-12 23:05:02 +00:00
Mark Fisher
402af75a63 preparing M3 release 2010-03-12 23:02:59 +00:00
Mark Fisher
2159c258eb updated spring-build version t0 2.5.0 2010-03-12 22:58:55 +00:00
Mark Fisher
50cb0f45a0 added JMX chapter 2010-03-12 21:30:58 +00:00
Mark Fisher
f27891530b added namespace support for the 'default-notification-type' on the notification-publishing-channel-adapter 2010-03-12 20:06:01 +00:00
Mark Fisher
dab427547a Added test for userData in Notification 2010-03-12 19:59:55 +00:00
Mark Fisher
5f9c1beaf7 removed priority and deliverMode headers (values set on send) - might re-add in M4 if we determine a consistent way to access those when sending (currently using the JmsTemplate convertAndSend() method so we don't have the granularity of control necessary). 2010-03-12 19:19:56 +00:00
Mark Fisher
c586aedb25 removed priority and deliverMode from header-mapping (values set on send) 2010-03-12 19:16:30 +00:00
Mark Fisher
1c17ddb121 INT-890 Added QoS attributes (priority, time-to-live, delivery-persistent, and explicit-qos-enabled) to the 'outbound-channel-adapter' element. Also added an 'explicit-qos-enabled' boolean to the 'outbound-gateway' element which now must be set to true to enable the use of its QoS settings. 2010-03-12 19:02:14 +00:00