Commit Graph

7448 Commits

Author SHA1 Message Date
Mark Fisher
acb90da0ee initial commit of JMX sample 2010-04-19 22:56:12 +00:00
Mark Fisher
5d9ddcd916 added org.springframework.expression to template.mf 2010-04-19 19:12:02 +00:00
Mark Fisher
a9870d2b90 specifically unwrapping MessagingException and ExpressionException rather than any Exception that begins with 'org.springframework' 2010-04-19 18:53:51 +00:00
Gary Russell
1a39c27c5b INT-1008 Documentation for Simple TCP Inbound Gateway 2010-04-17 20:38:02 +00:00
Gary Russell
c697c1ea45 INT-1008 Simple TCP Inbound Gateway; incl tests and namespace parser tests 2010-04-17 19:52:03 +00:00
Gary Russell
1387dbfe83 Test buffer reset 2010-04-17 16:46:14 +00:00
Gary Russell
4713091555 Always reset direct buffer when reused. 2010-04-17 16:45:50 +00:00
Gary Russell
6ceec19ef3 Fix JDK6/5 problem w/ IOException 2010-04-16 23:31:13 +00:00
Gary Russell
db26f74750 tcp/ip - NIO - improve direct buffer management; fix thread safety for non-direct buffers. 2010-04-16 23:17:31 +00:00
Gary Russell
87d994cd6d INT-1008 Simple TCP Inbound Gateway - Initial Commit 2010-04-15 22:25:58 +00:00
Mark Fisher
a2be1fccad INT-993 unwrapping Exceptions for inbound Web Service gateways 2010-04-15 22:14:23 +00:00
Mark Fisher
c0b1cd6517 reverted slash removal in file directory path test config 2010-04-15 19:22:54 +00:00
Mark Fisher
8b1ec5b2e2 INT-1044 added support for form data Maps in HTTP POST requests 2010-04-15 19:13:28 +00:00
Mark Fisher
8538c8f4cb removed extra slash and unused duplicate config file 2010-04-14 02:02:36 +00:00
Mark Fisher
2229ef8bdd using File constructor that accepts parent directory 2010-04-14 01:28:47 +00:00
Mark Fisher
dee7f85e4a using File.separator in test instead of hardcoded slash 2010-04-14 01:00:13 +00:00
Mark Fisher
5ec9820ded removed unintentional sun.tools import 2010-04-14 00:41:00 +00:00
Mark Fisher
7e6591e219 INT-1060 Added @Filter annotation. 2010-04-12 20:03:23 +00:00
Mark Fisher
1f7e12810a INT-1079 added org.springframework.integration.* to the template.mf 2010-04-12 16:04:14 +00:00
Mark Fisher
66e66fd408 The http-invoker adapters are now deprecated. We now recommend using the REST-based HTTP adapters instead (in the 'org.springframework.integrtion.http' module). 2010-04-12 14:25:14 +00:00
David Syer
5f77a0d01d Comment out api dependency 2010-04-12 05:45:59 +00:00
Iwein Fuld
f46a297391 INT-1007: Polish and javadoc for MethodInvokingMessageGroupProcessor 2010-04-11 11:04:07 +00:00
Iwein Fuld
559ebf1bd2 INT-1017: added TODO for removal of test case 2010-04-09 12:33:31 +00:00
Iwein Fuld
ce479439ed INT-1073: Added HeadDirectoryScanner as an answer to the queue overflow problem 2010-04-09 12:30:01 +00:00
Iwein Fuld
5d7a76e822 INT-1072: improved concurrent equals test 2010-04-09 09:54:24 +00:00
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