Commit Graph

2321 Commits

Author SHA1 Message Date
Mark Fisher
d8695ff997 created 2.0 version of XSD 2009-08-14 21:53:37 +00:00
Mark Fisher
3aaf039822 created 2.0 version of XSD 2009-08-14 21:49:23 +00:00
Mark Fisher
29b182e5be created 2.0 version of XSD 2009-08-14 21:43:57 +00:00
Mark Fisher
ebc30dc241 created 2.0 version of XSD 2009-08-14 21:40:33 +00:00
Mark Fisher
db150fc800 created 2.0 version of XSD 2009-08-14 21:36:05 +00:00
Mark Fisher
aa8c1dd06c upgraded spring version to 3.0.0.M4 2009-08-10 13:39:39 +00:00
Iwein Fuld
c88716b57e fixed javadoc broken link 2009-08-09 10:35:30 +00:00
Mark Fisher
3cb811d028 Moved all locking for safe concurrent access into the OrderedAwareLinkedHashSet so that AbstractDispatcher does not have any concurrency concerns itself. 2009-08-05 14:28:21 +00:00
Mark Fisher
7de6b0202f releasing lock in finally blocks 2009-08-05 12:46:20 +00:00
Iwein Fuld
5d6e4fad9e RESOLVED - issue INT-748: AbstractDispatcher allows unsafe concurrent access to handlers list
http://jira.springframework.org/browse/INT-748
2009-08-05 09:18:09 +00:00
Mark Fisher
e881c124d7 removed IntervalTrigger, now replaced by PeriodicTrigger in the Spring 3.0 core 2009-08-05 02:51:18 +00:00
Mark Fisher
002a6497c6 updated underlying Spring dependency to version 3.0.0.CI-352 now that the PeriodicTrigger is in the core (based on, but now replacing Spring Integration's own IntervalTrigger) 2009-08-05 01:02:36 +00:00
Mark Fisher
67b6ea048a Refactored all task scheduling and poller triggering to use functionality now included in the Spring 3.0 core, and removed Spring Integration specific code that is now handled by that corresponding code in the core. 2009-08-04 01:25:53 +00:00
Mark Fisher
7e6d4a6e27 updated jar in .classpath file (to include .core) 2009-08-04 00:17:30 +00:00
Mark Fisher
88f9e0b353 re-added scheduling import to template 2009-08-03 22:48:40 +00:00
Mark Fisher
ee25237f0b updated spring-integration and spring version ranges in template.mf files, and also updated spring-ws to 1.5.7.A and spring-security to 2.0.5.RELEASE 2009-08-03 22:44:27 +00:00
Mark Fisher
87f4e1f3f4 upgraded Spring version to 3.0.0.CI-348 2009-08-01 23:56:42 +00:00
Mark Fisher
e4aeb22e4d removed duplicate statement in reference 2009-07-30 13:03:38 +00:00
Iwein Fuld
df411c74da RESOLVED - issue INT-144: Begin implementation of a testing framework for integration component interactions
http://jira.springframework.org/browse/INT-144

renamed method to fit intent better
2009-07-24 18:21:38 +00:00
Iwein Fuld
9ea054ee1f OPEN - issue INT-144: Begin implementation of a testing framework for integration component interactions
http://jira.springframework.org/browse/INT-144

svn:ignores
2009-07-24 14:02:16 +00:00
Iwein Fuld
c27d20817e INT-144 moved test project into trunk, and some related improvements 2009-07-24 14:00:31 +00:00
Iwein Fuld
83f8ea77d1 INT-144 moved test project into trunk, and some related improvements 2009-07-24 14:00:21 +00:00
Mark Fisher
4b3153a7a5 Switched Spring version to 3.0 snapshot and JUnit version to 4.6.0. 2009-07-22 00:05:59 +00:00
Mark Fisher
b3b23127b9 Added comment about the STS 'Server Console' tab 2009-07-21 22:03:18 +00:00
Mark Fisher
865331d277 Added comment about the OSGi Bundle Project Nature 2009-07-21 15:09:01 +00:00
Mark Fisher
4d14ee5be1 added comment about maven version 2.0.9 or later 2009-07-21 01:21:27 +00:00
Mark Fisher
643c942088 INT-741 documentation update 2009-07-21 01:14:11 +00:00
Mark Fisher
c59fedbf90 Removed .settings from SVN for OSGi samples 2009-07-21 01:09:22 +00:00
Mark Fisher
c03660d64e Added note about Ant 1.7.1 requirement to readme 2009-07-20 21:13:46 +00:00
Mark Fisher
c659f35b7a removed specific 1.5 container requirement from .classpath files in samples 2009-07-20 13:11:23 +00:00
Mark Fisher
affd3f3712 Updated spring-build version. MANIFEST is now first in the JAR and hence readable by JarInputStream 2009-07-20 12:53:01 +00:00
Mark Fisher
79c8bbb9e3 spring-integration-1.0.3.RELEASE 2009-07-18 22:22:46 +00:00
Mark Fisher
acc69de1ab formatting 2009-07-18 20:45:55 +00:00
Mark Fisher
f81ecc7f0d updated instructions for building osgi-samples jars 2009-07-18 20:44:02 +00:00
Mark Fisher
4e0f064668 formatting 2009-07-18 20:30:17 +00:00
Mark Fisher
a7ae41b1f0 updated version 2009-07-18 20:09:41 +00:00
Mark Fisher
76715e43a6 modified the release date 2009-07-18 19:50:08 +00:00
Mark Fisher
cacf92f44a INT-740 Added FileWritingMessageHandlerFactoryBean 2009-07-18 19:26:47 +00:00
Mark Fisher
714595a6c1 INT-731 2009-07-18 18:35:42 +00:00
Iwein Fuld
30a6316887 IN PROGRESS - issue INT-731: file inbound channel parser adds file: prefix to property placeholders
http://jira.springframework.org/browse/INT-731

Ignored testcase
2009-07-18 17:45:39 +00:00
Mark Fisher
59c0fd0e8d INT-738 Added documentation for the delayer endpoint 2009-07-18 17:23:03 +00:00
Mark Fisher
cea730322e INT-739 ExecutorChannel now publishes ErrorMessages to the error channel when Exceptions occur during dispatch. 2009-07-18 17:15:17 +00:00
Oleg Zhurakousky
1faa10410f INT-736, added DelayerUsageTest showing how to apply delayer 2009-07-18 16:49:34 +00:00
Mark Fisher
ad0890c4f6 INT-735 Added ErrorMessage publishing to the DelayHandler for any Exceptions that occur during delayed Message deliveries. 2009-07-18 16:13:58 +00:00
Mark Fisher
e929b841d3 Added comment about the Spring Integration bundles for OSGi deployment 2009-07-18 15:50:00 +00:00
Mark Fisher
260690381c INT-736 Added support for the 'scheduler' reference. 2009-07-18 00:53:33 +00:00
Mark Fisher
76da6421d3 INT-736 Added namespace support for the 'delayer' endpoint. 2009-07-18 00:31:28 +00:00
Mark Fisher
c63621cd7b INT-735 Added DelayHandler. 2009-07-17 23:22:13 +00:00
Mark Fisher
d52086b934 INT-734 Added an 'ignore-failures' flag for 'publish-subscribe-channel' (the default it FALSE). 2009-07-17 21:26:38 +00:00
Mark Fisher
51a0104172 minor improvement: bundle ID 2009-07-17 16:59:26 +00:00