Commit Graph

  • 0bd31e5fa2 Add socket timeouts to the test case sockets "just in case" something goes wrong, so we don't hang the test threads. Gary Russell 2010-05-31 13:58:24 +00:00
  • 7a139a10a7 TCP Outbound gateway - force socket close on error receiving response; eliminate stack traces from expected exceptions on buffer overflow tests Gary Russell 2010-05-30 20:23:15 +00:00
  • ec81a83ef0 *Really* remove auto detection of interface to use. Gary Russell 2010-05-30 19:19:11 +00:00
  • e76fb34ed4 @Ignore multicast tests; remove auto-detected interface from unicast tests Gary Russell 2010-05-30 19:12:42 +00:00
  • 9fef40f179 INT-1149 Support the specification of a network interface via local-address attribute on inbound endpoints and outbound UDP adapter. Docs to follow. Gary Russell 2010-05-30 18:54:50 +00:00
  • 4fa1483e42 INT-1150 Support java serialization over TCPNet* adapters and Simple TCP gateways. Gary Russell 2010-05-29 16:56:50 +00:00
  • 3b7696449b INT-1146 close on inbound adapter should close socket regardless of success of channel send Gary Russell 2010-05-28 22:25:05 +00:00
  • f6ac5c61bb Fix timing problem on UDP test case (send before ready to receive) Gary Russell 2010-05-28 21:56:22 +00:00
  • 8119caa249 INT-1145 INT-1146 Add 'close' attribute to tcp gateways and inbound adapters Gary Russell 2010-05-28 21:55:36 +00:00
  • af2eafabbe more minor tweaks; still experience some issues with deploying loanshark to tomcat within STS Chris Beams 2010-05-28 18:13:24 +00:00
  • e35037dedb eclipse metadata changes after import into STS Chris Beams 2010-05-28 18:13:20 +00:00
  • 1ea7e22171 eliminated <repositories> section from parent pom; using non-central repos only when and where absolutely necessary, and documenting their necessity explicitly. project was built against an empty local maven repo with success. Chris Beams 2010-05-28 18:13:12 +00:00
  • 82515f8f1e first fully working and integrated mvn install Chris Beams 2010-05-28 18:13:05 +00:00
  • 5c77f08fa9 now producing exact same assembly structure and content as M4 distribution zip. see src/assembly/distribution.xml and src/main/scripts/build-distribution.sh Chris Beams 2010-05-28 05:44:04 +00:00
  • c709590c2d added changelog, license, readme, and notice text files back to the project Chris Beams 2010-05-27 13:14:30 +00:00
  • 1ed1bbea6c updated distributionManagement settings to prepare for mvn deploy Chris Beams 2010-05-27 13:14:24 +00:00
  • ca29012d2b removing and svn:ignoring .springBeans files Chris Beams 2010-05-27 07:38:12 +00:00
  • 45eb7f6555 updated to 1.6 runtime Mark Fisher 2010-05-26 20:55:44 +00:00
  • 5563c0b5af adding missing src/(test|main)/resources directories with .svnignore files to avoid empty-dir-pruning by svn Chris Beams 2010-05-26 14:27:42 +00:00
  • 30faa186c9 updated svn:ignore on all modules to include 'target' directory Chris Beams 2010-05-26 14:21:17 +00:00
  • a6ed81ffbe updated the pom.xml file Josh Long 2010-05-26 03:33:24 +00:00
  • d2dab0b7c0 added instruction to emit warnings on redundant casts Chris Beams 2010-05-25 23:18:36 +00:00
  • 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) Chris Beams 2010-05-25 23:18:25 +00:00
  • 8599343832 removing empty org.springframework.integration.* directories Chris Beams 2010-05-25 16:27:13 +00:00
  • 47b91dc7fd removed all build.xml and ivy.xml files Chris Beams 2010-05-25 13:22:00 +00:00
  • 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 Chris Beams 2010-05-25 13:21:25 +00:00
  • b97b2fb090 removed spring build artifacts and externals Chris Beams 2010-05-25 12:12:41 +00:00
  • 41e55caf36 INT-1148 Added test for independent ThreadLocalChannel instances after changes in https://fisheye.springsource.org/changelog/spring-integration/?cs=3205 Mark Fisher 2010-05-24 19:08:23 +00:00
  • d9123c968d removed exclusion for PropertyPlaceholderConfigurer Chris Beams 2010-05-24 17:51:22 +00:00
  • f1b9b1b51d added spring-javadoc css for s2 green L&F; updated pom to reflect; removed old javadoc L&F Chris Beams 2010-05-24 17:51:21 +00:00
  • 0e2d4acd61 INT-1145 Remove timing hole in test case where the "server" had not yet closed the socket before we attempted to send the next message. Gary Russell 2010-05-24 17:08:30 +00:00
  • 0fb845ed4d made the ThreadLocalMessageHolder non-static Mark Fisher 2010-05-24 15:57:50 +00:00
  • b90061bf47 updated POM descriptions to be consistent with 'Support' Mark Fisher 2010-05-24 14:52:34 +00:00
  • 57eddef9d9 renamed MultiMethodGatewayConfig to MultiMethodGatewayConfigTests Mark Fisher 2010-05-24 14:50:39 +00:00
  • 89705c4fe0 INT-1145 Retry Write After Socket Close and Clean up Reader in o/b Gateway Gary Russell 2010-05-24 14:36:09 +00:00
  • a2c70f53fb renamed RegexUtilsTest to RegexUtilsTests Mark Fisher 2010-05-24 14:28:56 +00:00
  • 9540eaf508 renamed AbstractReplyProducingMessageHandlerTest to AbstractReplyProducingMessageHandlerTests Mark Fisher 2010-05-24 14:25:57 +00:00
  • 00886c6f67 renamed AggregateMessageDeliveryExceptionTest to AggregateMessageDeliveryExceptionTests Mark Fisher 2010-05-24 14:24:24 +00:00
  • ba7c600d7e renamed ConstructorAutowireTest to ConstructorAutowireTests Mark Fisher 2010-05-24 14:22:42 +00:00
  • 9cf953c677 renamed AggregationResendTest to AggregationResendTests Mark Fisher 2010-05-24 14:18:48 +00:00
  • 25849540ae renamed RecursiveLeafOnlyDirectoryScannerTest to RecursiveLeafOnlyDirectoryScannerTests Mark Fisher 2010-05-24 14:15:46 +00:00
  • 819ae54905 updated configuration of bean in separate test that depended on MockHandlerTests (just renamed from MockHandlerTest) Mark Fisher 2010-05-24 14:04:01 +00:00
  • d8c1d01f3c renamed MockHandlerTest to MockHandlerTests Mark Fisher 2010-05-24 13:56:25 +00:00
  • c4167b1939 renamed PNamespaceTest to PNamespaceTests Mark Fisher 2010-05-23 15:12:57 +00:00
  • dfe7f06d5d Change name in ip pom.xml from 'Spring Integration UDP Adapters' to 'Spring Integration TCP and UDP Support' Gary Russell 2010-05-22 20:23:30 +00:00
  • 57ab060e23 temporarily re-adding spring-integration-reference to keep the nightly ant build happy Chris Beams 2010-05-21 10:22:00 +00:00
  • f9ae5761dc touched up javadoc overview Chris Beams 2010-05-20 18:23:08 +00:00
  • 233994116c eliminated all javadoc warnings; no API changes, with the exception of adding generics metadata to GatewayProxyFactoryBean (now 'implements FactoryBean<Object>'). Chris Beams 2010-05-20 17:50:32 +00:00
  • cf6027e3b7 javadoc build infrastructure in place; mvn site will aggregate all javadoc under ${basedir}/target/site/apidocs. note that this is not (yet) in line with the s2 'green' l&f for javadoc; that will come later. Chris Beams 2010-05-20 17:49:39 +00:00
  • 1df136848e bundlor integration with the Maven build is complete; happens as part of the normal compile lifecycle (read: no special invocation necessary) Chris Beams 2010-05-20 11:08:11 +00:00
  • 83cac18b6e * unified parent and root poms (eliminates the need for spring-integration-parent, however it's still there to make spring-build happy in the meantime) * incremental progress on getting docbkx working - downgraded docbook 4.5 -> 4.4 because of "URI is not file" errors (find src/docbkx/*.xml | xargs grep -l '4\.5' | xargs perl -p -i -e 's/4\.5/4.4/g') - eliminated spring-integration-reference in favor of idiomatic src/docbkx under project root - using xsl from spring-ws to get things working. need to figure out how to integrate previous xsl, however (it's still there), because the L&F is quite different now - upgraded version of docbkx plugin to 2.0.9 Chris Beams 2010-05-20 09:37:33 +00:00
  • e2e12980af INT-1140: fix bug in the unit test David Syer 2010-05-19 10:31:05 +00:00
  • 43310c9cab general pom cleanup * normalizing version placeholders to use ${groupId}.version as a naming convention e.g.: 'org.springframework.version' * added properties to parent pom <properties/> section * spaces -> tabs * removed empty newlines in poms (favor comments instead of newlines) * gave all samples nice <name>s * included ws-inbound-gateway in the samples parent pom <modules> section * samples now try to run any **/*Tests.java, as per our general conventions Chris Beams 2010-05-19 09:41:37 +00:00
  • b6c0d4f5ad INT-1140: register callbacks in setter David Syer 2010-05-16 13:19:44 +00:00
  • 6302f21460 INT-1082: Add another test for header expressions David Syer 2010-05-15 10:41:39 +00:00
  • 44ddbb8f92 INT-1082: Add tests for header expressions David Syer 2010-05-15 03:25:19 +00:00
  • 657d173fe7 mv .jdbc src/main/resources/**/* -> src/test/java/**/* Chris Beams 2010-05-14 16:05:12 +00:00
  • 3bcb5a726a Added log4j to maven build at test time to avoid spurious INFO logging Updated log4j.xml files to quell debug/info output Moved src/test/resources/**/* -> src/main/resources/**/* for the time being to fix the jdbc build Eliminated several System.out.println calls in tests Chris Beams 2010-05-14 15:34:17 +00:00
  • 761b0ff9f2 INT-1137: added example of prevent-duplicates and an extra comment about filename-pattern Iwein Fuld 2010-05-12 17:26:49 +00:00
  • 3377dec0cd added .settings to .gitignore Iwein Fuld 2010-05-12 17:26:42 +00:00
  • cf8b66436d excluding optional jackson JARs from packaged lib Mark Fisher 2010-05-09 00:55:43 +00:00
  • ca68a053bb replaced custom router with header-value-router (now that the 'apply-sequence' attribute is supported) Mark Fisher 2010-05-08 23:56:42 +00:00
  • bd5fadf6d0 INT-1136 the 'router' element now supports 'mapping' sub-elements (mapping the returned 'value' to a 'channel' reference) Mark Fisher 2010-05-08 23:29:57 +00:00
  • 58c5138ec0 replaced Transformer object with a SpEL expression Mark Fisher 2010-05-08 22:35:42 +00:00
  • 4388226bdc formatting Mark Fisher 2010-05-08 20:57:49 +00:00
  • 293f599770 LoanBroker now uses headers added by the gateway instead of accessing history events. Mark Fisher 2010-05-08 20:50:34 +00:00
  • f4893a85a6 formatting Mark Fisher 2010-05-08 20:33:11 +00:00
  • ed959d418f removed timeout from Aggregator annotation Mark Fisher 2010-05-08 20:24:29 +00:00
  • f163148981 INT-1134 added namespace support for the <header-filter/> element Mark Fisher 2010-05-08 20:13:45 +00:00
  • 730c634c46 INT-1135 added HeaderFilter Mark Fisher 2010-05-08 19:54:27 +00:00
  • 05d351cf6d INT-1133 AbstractReplyProducingMessageHandler no longer copies headers from the request Message into the reply Message IF the return value from the handler implementation is already a Message instance. Mark Fisher 2010-05-08 19:32:30 +00:00
  • e83771e5ed INT-737 DelayHandler now delegates to a configurable MessageStore for storing any Messages awaiting a delayed release. Mark Fisher 2010-05-08 17:13:54 +00:00
  • 8a7a8887de removed publication config for license for spring-build Mark Fisher 2010-05-08 16:38:48 +00:00
  • 0832704d1d updated reference manual title page for M4 Mark Fisher 2010-05-08 16:07:35 +00:00
  • de7b23d837 updating changelog and readme for M4 Mark Fisher 2010-05-08 16:06:39 +00:00
  • d0c527a012 added licence file to publications for spring-build Mark Fisher 2010-05-08 16:00:22 +00:00
  • 4e6878840c added licence file publication for spring-build Mark Fisher 2010-05-08 15:56:43 +00:00
  • 158b525a05 INT-1127 (unable to reproduce) added tests for capacity placeholder Mark Fisher 2010-05-08 15:13:15 +00:00
  • bf4a310277 INT-1127 (unable to reproduce) added tests for channel capacity in a placeholder Mark Fisher 2010-05-08 14:55:02 +00:00
  • ec5f40bb0f added activation dependency for tests Mark Fisher 2010-05-08 14:43:50 +00:00
  • 831c01d16b INT-789, Added documentation around global channel interceptors. Oleg Zhurakousky 2010-05-08 04:26:35 +00:00
  • 8c22f5c749 INT-1051 SoapAction callback now delegates to an additional request callback if provided, rather than being *replaced* by it. Mark Fisher 2010-05-07 21:49:38 +00:00
  • df1489ad08 updated pom to scope org.springframework.expression as a compile-time dependency Chris Beams 2010-05-07 15:35:28 +00:00
  • 0d45dc0fca added missing repository for foundrylogic vpp dependency Chris Beams 2010-05-07 14:41:15 +00:00
  • 7c04bc0035 minor generics fix to bypass compilation error during maven build Chris Beams 2010-05-07 14:03:42 +00:00
  • 33379ce025 Fix build after broken update David Syer 2010-05-07 09:09:41 +00:00
  • 07e339a0e7 INT-1075: add another finally block to CMH David Syer 2010-05-07 08:08:17 +00:00
  • 4e8a5c2fb8 INT-791: outgoing JDBC adpater David Syer 2010-05-07 08:02:17 +00:00
  • 326a23d6fe INT-1075: add finally block to CMH David Syer 2010-05-07 06:55:47 +00:00
  • 3a9e6f3bca INT-1123, INT-1125 Mark Fisher 2010-05-07 04:10:57 +00:00
  • 5fcaaf246b INT-1125 logging skipped JMSX properties at TRACE level instead of WARN Mark Fisher 2010-05-07 04:02:21 +00:00
  • a3674da5db INT-785 A method-invoking transformer no longer treats a Map return value as headers (since a Map should be usable as a payload). The newly added support for "ref" and "method" on a <header-enricher/> element support method-invoking header enriching (see INT-1130). For details of the change, view the diff for MethodInvokingTransformerTests in this commit. Mark Fisher 2010-05-07 02:49:29 +00:00
  • 752fd5df0f INT-1056 added support for configurable ClientInterceptors on the AbstractWebServiceOutboundGateway Mark Fisher 2010-05-07 02:34:37 +00:00
  • c4ede7d518 INT-1056 added support for configurable ClientInterceptors on the AbstractWebServiceOutboundGateway Mark Fisher 2010-05-07 02:25:29 +00:00
  • 6b6f01ec57 INT-1130 Added support for 'ref' and 'method' (for Map-returning methods) on the top level <header-enricher/> element. Mark Fisher 2010-05-06 20:21:06 +00:00
  • d5efdde2c5 INT-958: remove timeout references in user guide David Syer 2010-05-06 16:53:27 +00:00
  • 06129ede7e INT-603: added custom comparator to resequencer David Syer 2010-05-06 15:37:18 +00:00
  • 37ac39b19c INT-1008 Additional test for outbound tcp gateway. Gary Russell 2010-05-06 15:33:45 +00:00
  • f0590ed578 INT-1126: rename timeout to expiry David Syer 2010-05-06 14:21:50 +00:00
  • 9dd8492673 INT-958: add javadocs David Syer 2010-05-06 13:23:41 +00:00