fc96b55cf3
INT-1093: - Added testcases from the issue - added convenience method for total completion to MessageGroup - resolved issue by invoking callback
Iwein Fuld
2010-04-25 17:56:06 +00:00
a70ad276db
INT-1095 Aggregator now properly handles the resolution of replyChannel by name.
Mark Fisher
2010-04-25 16:06:41 +00:00
a6aff09329
INT-1094 postProcessor checking for beanName instead of channel.getName()
Mark Fisher
2010-04-25 05:23:06 +00:00
09ff5ecc3e
INT-1090 Adding tooling annotations to support auto-completion of method names.
Mark Fisher
2010-04-25 00:10:14 +00:00
38d37a9e59
INT-1092 adding spring.tooling for the JDBC adapter module
Mark Fisher
2010-04-22 17:00:30 +00:00
d622fa2dfe
added tests for more than two conflicting header values
Mark Fisher
2010-04-22 16:37:22 +00:00
4dfc783d65
INT-1059 Both DefaultAggregatingMessageGroupProcessor and MethodInvokingMessageGroupProcessor now extend AbstractAggregatingMessageGroupProcessor. The base class provides default header aggregation. For more detail, see its JavaDoc and the AggregatingMessageGroupProcessorHeaderTests.
Mark Fisher
2010-04-21 01:00:49 +00:00
9ac3361529
formatting
Mark Fisher
2010-04-20 23:37:39 +00:00
2510a7ad75
INT-1059 added AbstractAggregatingMessageGroupProcessor
Mark Fisher
2010-04-20 23:13:10 +00:00
5b6b99aa00
formatting
Mark Fisher
2010-04-20 22:53:17 +00:00
82cdaff84a
formatting
Mark Fisher
2010-04-20 22:34:09 +00:00
ac2b24c4ee
fixed misspelled class/method
Mark Fisher
2010-04-20 22:24:43 +00:00
6e596a2c3f
Increase timeouts on UDP and JMS topic backed tests.
Gary Russell
2010-04-20 22:19:38 +00:00
e890c81a74
formatting
Mark Fisher
2010-04-20 22:15:25 +00:00
92855e0a07
fixed null Message assertion
Mark Fisher
2010-04-20 21:51:46 +00:00
38d588aeb9
formatting
Mark Fisher
2010-04-20 21:46:16 +00:00
629270c60b
initial commit of JMX sample
Mark Fisher
2010-04-19 22:56:25 +00:00
acb90da0ee
initial commit of JMX sample
Mark Fisher
2010-04-19 22:56:12 +00:00
5d9ddcd916
added org.springframework.expression to template.mf
Mark Fisher
2010-04-19 19:12:02 +00:00
a9870d2b90
specifically unwrapping MessagingException and ExpressionException rather than any Exception that begins with 'org.springframework'
Mark Fisher
2010-04-19 18:53:51 +00:00
1a39c27c5b
INT-1008 Documentation for Simple TCP Inbound Gateway
Gary Russell
2010-04-17 20:38:02 +00:00
c697c1ea45
INT-1008 Simple TCP Inbound Gateway; incl tests and namespace parser tests
Gary Russell
2010-04-17 19:52:03 +00:00
1387dbfe83
Test buffer reset
Gary Russell
2010-04-17 16:46:14 +00:00
4713091555
Always reset direct buffer when reused.
Gary Russell
2010-04-17 16:45:50 +00:00
6ceec19ef3
Fix JDK6/5 problem w/ IOException
Gary Russell
2010-04-16 23:31:13 +00:00
db26f74750
tcp/ip - NIO - improve direct buffer management; fix thread safety for non-direct buffers.
Gary Russell
2010-04-16 23:17:31 +00:00
46c237babb
updated spring-integration-reference css and styles for build
Mark Fisher
2010-04-16 20:34:25 +00:00
70c69111e9
updates to parent for proper build
Mark Fisher
2010-04-16 20:30:24 +00:00
24e7671d19
added parent to 'bundles' list in build.xml
Mark Fisher
2010-04-16 20:26:58 +00:00
3b6dcd55fd
incremented branch version to 1.0.5
Mark Fisher
2010-04-16 20:06:46 +00:00
2a75d0a0b4
added 'should-delete-messages' attribute for test config
Mark Fisher
2010-04-16 17:44:48 +00:00
fbf9181a4b
preparing for 1.0.4 release
Mark Fisher
2010-04-16 17:27:40 +00:00
febe9eecb2
preparing for 1.0.4 release
Mark Fisher
2010-04-16 17:26:47 +00:00
603bf67e99
INT-794 The 'should-delete-messages' attribute is required as of the 1.0.4 release. The underlying default is still TRUE.
Mark Fisher
2010-04-16 17:17:44 +00:00
111f47ece9
INT-961
Mark Fisher
2010-04-16 16:48:22 +00:00
183cb2d464
updated POMs for 1.0.4 release
Mark Fisher
2010-04-16 16:32:26 +00:00
71bbe9b237
updated template.mf version ranges in preparation for 1.0.4 release
Mark Fisher
2010-04-16 16:08:07 +00:00
350ed43937
INT-1086, INT-1087, INT-1088 upgraded Spring Framework to 2.5.6.SEC01, Spring WS to 1.5.9.A, and Spring Security to 2.0.5.RELEASE
Mark Fisher
2010-04-16 15:56:17 +00:00
993e15413a
preparing for 1.0.4 release
Mark Fisher
2010-04-16 15:05:57 +00:00
5d25481acf
INT-993 traversing up the cause chain past MessagingExceptions but not *any* 'org.springframework.*' Exception
Mark Fisher
2010-04-16 15:01:06 +00:00
87d994cd6d
INT-1008 Simple TCP Inbound Gateway - Initial Commit
Gary Russell
2010-04-15 22:25:58 +00:00
8c4021250a
INT-993 unwrapping Exceptions for inbound Web Service gateways
Mark Fisher
2010-04-15 22:25:04 +00:00
a2be1fccad
INT-993 unwrapping Exceptions for inbound Web Service gateways
Mark Fisher
2010-04-15 22:14:23 +00:00
c0b1cd6517
reverted slash removal in file directory path test config
Mark Fisher
2010-04-15 19:22:54 +00:00
e99f649aa5
INT-1044 added support for form data Maps in POST requests
Mark Fisher
2010-04-15 19:20:18 +00:00
8b1ec5b2e2
INT-1044 added support for form data Maps in HTTP POST requests
Mark Fisher
2010-04-15 19:13:28 +00:00
0c47f9a0b4
INT-745 RecipientListRouter extends AbstractMessageRouter again. The applySequence boolean has moved up to the base class.
Mark Fisher
2010-04-14 22:18:13 +00:00
8538c8f4cb
removed extra slash and unused duplicate config file
Mark Fisher
2010-04-14 02:02:36 +00:00
2229ef8bdd
using File constructor that accepts parent directory
Mark Fisher
2010-04-14 01:28:47 +00:00
dee7f85e4a
using File.separator in test instead of hardcoded slash
Mark Fisher
2010-04-14 01:00:13 +00:00
5ec9820ded
removed unintentional sun.tools import
Mark Fisher
2010-04-14 00:41:00 +00:00
22193b378e
INT-977 updated spring.schemas to include mappings for versionless schema URIs starting with Spring Integration version 1.0.4
Mark Fisher
2010-04-12 21:18:02 +00:00
ad1ec99b59
INT-1080 Upgraded the 1.0.x branch to Spring Build version 2.5.0
Mark Fisher
2010-04-12 21:05:04 +00:00
7e6591e219
INT-1060 Added @Filter annotation.
Mark Fisher
2010-04-12 20:03:23 +00:00
1f7e12810a
INT-1079 added org.springframework.integration.* to the template.mf
Mark Fisher
2010-04-12 16:04:14 +00:00
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).
Mark Fisher
2010-04-12 14:25:14 +00:00
5f77a0d01d
Comment out api dependency
David Syer
2010-04-12 05:45:59 +00:00
f46a297391
INT-1007: Polish and javadoc for MethodInvokingMessageGroupProcessor
Iwein Fuld
2010-04-11 11:04:07 +00:00
d0caad8f4d
INT-1072: Resolved ConcurrentModificationException in MessageHistory and improved equality testing
Iwein Fuld
2010-04-09 08:47:41 +00:00
892eb1ad5c
INT-1023 avoiding domain name clash in test
Mark Fisher
2010-04-08 18:42:18 +00:00
3b3f1f1347
INT-1023 destroying MBeanExporter after test method
Mark Fisher
2010-04-08 18:29:14 +00:00
86091eecfd
INT-1023 Added namespace support for the Control Bus.
Mark Fisher
2010-04-08 18:10:22 +00:00
0e85bbdd1d
added setter for operation channel on Control Bus
Mark Fisher
2010-04-08 18:08:47 +00:00
7b267a5033
INT-8 initial check-in of some (still rough) ideas for Claim Check support by a Message Transformer implementation.
Mark Fisher
2010-04-07 20:34:45 +00:00
c98e17ee35
javadoc and reduced visibility of add(Message m)
Iwein Fuld
2010-04-06 16:45:09 +00:00
8ec441fc2f
adding spring-integration-parent POM to the build
Mark Fisher
2010-04-06 14:16:06 +00:00
8a6e3938d3
Fix timing in UDP tests (send could occur before receiver ready)
Gary Russell
2010-04-03 19:52:30 +00:00
58141fc260
Avoid sporadic test failures in JmsDestinationBackedMessageChannelTests
Gary Russell
2010-04-03 16:18:45 +00:00
c80a6025fd
INT-1062
Mark Fisher
2010-04-02 22:57:52 +00:00
40385fb836
INT-1061 Upgraded to Spring 3.0.2
Mark Fisher
2010-04-02 16:30:41 +00:00
baae9e1f36
INT-1057 fixed HttpHeaders prefix for consistency
Mark Fisher
2010-04-01 18:03:48 +00:00
c820ae2c48
Fix comment in roo script re: spring version.
Gary Russell
2010-03-29 20:55:54 +00:00
fee52f0eef
Add demo for outbound ip adapter - loanshark Roo App receives data.
Gary Russell
2010-03-29 20:05:07 +00:00
353bbc7fd1
Loan Shark Roo App. Initial Checkin.
Gary Russell
2010-03-29 20:01:20 +00:00
760b2dfa15
LoanShark Roo App. To Demostrate Inbound Ip Adapter.
Gary Russell
2010-03-29 19:48:15 +00:00
059aefa12f
INT-1053 Enforcing header value types (e.g. ID must be a UUID)
Mark Fisher
2010-03-29 18:46:36 +00:00
bca5e50949
INT-1053 DatagramPacketMessageMapper must now use UUID.fromString(..) when mapping to the Message ID value.
Mark Fisher
2010-03-29 17:46:01 +00:00
bde0bca24e
INT-1053 Message ID is now always a UUID rather than any Object type
Mark Fisher
2010-03-29 17:20:28 +00:00
e4dc5e41e7
Update deps in POM
David Syer
2010-03-29 14:02:42 +00:00
3171d2d1db
INT-789, Added caching for compiled regex patterns (see INT-CR-19), forgot to add compiled patterns to the cache
Oleg Zhurakousky
2010-03-29 05:01:14 +00:00
f7ef96b177
INT-789, Added caching for compiled regex patterns (see INT-CR-19)
Oleg Zhurakousky
2010-03-29 03:54:45 +00:00
4a527a8e19
INT-1038, INT-1047 Changed IntegrationNamespaceUtils.parseInnerHandlerDefinition to register and return BeanComponentDefinition, Fixed MethodInvokingOutboundChannelAdapter, added test to ChannelAdapterParserTest
Oleg Zhurakousky
2010-03-27 15:07:01 +00:00
5321887567
INT-1045, removed 'thread-pool-task-executor' element
Oleg Zhurakousky
2010-03-27 01:52:08 +00:00
7a72fbc9e7
INT-789, Fixed the schema file, added one more test
Oleg Zhurakousky
2010-03-27 01:32:02 +00:00
ed851417bd
INT-1038, Change assertion to validate if 'ref' element has text (because it is never 'null', but rather "")
Oleg Zhurakousky
2010-03-18 22:08:16 +00:00
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
Mark Fisher
2010-03-18 10:04:44 +00:00
43fa9015c1
INT-1040, added ResrWriteLock usage to the toString() and hashCode() methods, added Test
Oleg Zhurakousky
2010-03-17 23:59:08 +00:00
82da6be6e2
Doc for TCP receive buffer size
Gary Russell
2010-03-16 16:22:28 +00:00
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.
Gary Russell
2010-03-16 16:20:36 +00:00