Oleg Zhurakousky
ab7dfc3042
INT-1471 removed custom thread pools used by inbound adapters in favor of task scheduler with RateLimitStatusTRiger, polishing the code and javadocs. . . more to come
2010-10-25 16:12:02 -04:00
Dave Syer
26bd68f867
Fix compilation error
2010-10-25 11:11:05 -07:00
Dave Syer
473b8fa96d
INT-1507: remove control bus from JMX XSD
2010-10-25 10:58:20 -07:00
Dave Syer
53dd793819
INT-1507: add control bus to core and groovy
2010-10-25 10:04:47 -07:00
Josh Long
df3549cf70
cleaned up the naming of the parsers and endpoints/message handlers
2010-10-23 17:42:06 -07:00
Josh Long
e44f9a6e31
cleanup of the code: removing cyclic dependencies, cleaning out package hierarchy, etc, in support of INT-1548 INT-1549 INT-1547
2010-10-23 17:18:22 -07:00
Josh Long
19871a4484
cleanup.
2010-10-23 16:23:01 -07:00
Josh Long
b804f175b0
Merge branch 'master' of git.springsource.org:spring-integration/spring-integration
2010-10-23 15:31:30 -07:00
Josh Long
c3380ac9b7
reran all live integration tests to verify the twitter adapters work with the new domain models and threading support.
2010-10-23 15:24:41 -07:00
Josh Long
d1c05b17ff
updating tests.\
2010-10-23 14:56:16 -07:00
Josh Long
13966b4f75
updating tests.
2010-10-23 13:18:01 -07:00
Josh Long
21b7058959
reconciled some conflicts, changed the code to reflect the new APIs.
2010-10-23 11:15:30 -07:00
Mark Fisher
e8da488033
INT-1526 updating template.mf files for minimum version of Spring 3.0.5
2010-10-23 12:56:13 -05:00
Dave Syer
d7bbbaae17
INT-1507, INT-1545: Add groovy processor for payloads
...
- Remove unneeded config file
- Upgrade groovy
- fix potential permgen leak in groovy payload processor
- Test concurrent execution
2010-10-23 10:47:24 -07:00
Gary Russell
64fec64d40
INT-1546 Tcp Interceptors - polish and doc
2010-10-23 12:15:24 -04:00
Gary Russell
b8709b3316
INT-1544 TCP Doc polishing
2010-10-23 10:43:54 -04:00
Josh Long
356b027d76
refactored the twitter package to use interface types for the domain model, which gives us wiggle room to move to Spring Social
2010-10-22 20:11:08 -07:00
Mark Fisher
c98af91aa6
INT-1487 fixed package name in some ip module test configs for DefaultSerializer/DefaultDeserializer
2010-10-22 22:05:41 -05:00
Josh Long
c0f35ac7b8
refactored the twitter package to use interface types for the domain model, which gives us wiggle room to move to Spring Social
2010-10-22 19:56:29 -07:00
Josh Long
39f9e2b9e4
refactored the twitter package to use interface types for the domain model, which gives us wiggle room to move to Spring Social
2010-10-22 19:55:22 -07:00
Mark Fisher
d0ef062c2e
INT-1487 updated some test config references to commons.serializer as well as tooling annotations in schemas
2010-10-22 21:50:09 -05:00
Josh Long
82ac95b7c6
refactored the twitter package to use interface types for the domain model, which gives us wiggle room to move to Spring Social
2010-10-22 19:34:12 -07:00
Mark Fisher
180753ca5b
INT-1487 now using Spring 3.0.5 core Serializer/Deserializer, INT-1490 import version is now resolved since it's included in 'core' import, and INT-1526 updated the affected template.mf files for 3.0.5 as the minimum (will address others next)
2010-10-22 21:12:22 -05:00
Dave Syer
f51a9a10d7
INT-1537: add another integration test
2010-10-22 15:32:45 -05:00
Gary Russell
0abd5de546
INT-1544 TCP Doc polishing
2010-10-22 13:43:42 -04:00
Iwein Fuld
656071b2a7
INT-988: Unignore test case as upgrade to Spring 3.0.5 resolves the problem.
2010-10-22 16:54:05 +02:00
Iwein Fuld
c6c9f51d37
INT-1399: upgraded dependencies to Spring 3.0.5.RELEASE
...
- spring security upgrade needs to follow later as it is not available yet.
2010-10-22 16:46:52 +02:00
Iwein Fuld
e4dc250385
INT-1541: modify default pattern style to AntPath instead of Regex
...
- update all patterns in test contexts to comply with ant style
- change configurators to create SimplePatternFileListFilter instead of regex style PatternMatchingFileListFilter
2010-10-22 16:44:49 +02:00
Iwein Fuld
0bd4c6c612
QUALITY: remove cyclic dependency and start polish in SftpRemoteFileSystemSynchronizingMessageSourceFactoryBean
2010-10-22 09:30:41 +02:00
Iwein Fuld
064b86b29c
QUALITY: moved ControlBus to avoid cyclic dependency
2010-10-21 18:08:20 +02:00
Iwein Fuld
804485e30f
QUALITY: remove commented dependency from pom
2010-10-20 19:53:54 +02:00
Oleg Zhurakousky
062ffb01db
INT-1514, added documentatin section for Dynamic Router support
2010-10-18 18:44:46 -04:00
Dave Syer
b37c3923e0
Fix Java 5 compilation problem
2010-10-18 11:49:11 -07:00
Dave Syer
ad044120fc
INT-1535: add auto-startup to schema, plus test
2010-10-18 11:36:21 -07:00
Dave Syer
a8bedeee38
Allow namespace attributes to be expressions and placeholder values
2010-10-18 11:35:31 -07:00
Dave Syer
74f85def5e
Fix test failures (Windoze?)
2010-10-18 11:35:03 -07:00
Dave Syer
ebbb52237d
Fix compiler warnings in JDBC
2010-10-18 07:45:05 -07:00
Mark Fisher
a3d14aab9c
INT-1534 @Header annotations now accept hyphenated header names
2010-10-18 10:20:50 -04:00
Mark Fisher
2f9f92235c
INT-1446 added 'header-mapper' attribute support for non-marshalling WS inbound gateway
2010-10-18 09:20:28 -04:00
Oleg Zhurakousky
01da99eff2
INT-1527, INT-786, polished FileBasedPropertiesStore, added 'baseDirectory' property, added tests
2010-10-18 08:22:54 -04:00
Mark Fisher
93c08e6e3e
INT-1446 added DefaultSoapHeaderMapper. SimpleWebServiceInboundGateway now delegates to it.
2010-10-18 08:14:49 -04:00
Oleg Zhurakousky
5b6583dfe6
INT-786, fixed the directory path in the tests
2010-10-17 23:25:37 -04:00
Oleg Zhurakousky
c60b464b0e
INT-786, fixed schema to remove camelCase attribute 'feedUrl', adjusted test cases
2010-10-17 23:20:35 -04:00
Oleg Zhurakousky
903e8846e8
INT-1527, fixed the directory path
2010-10-17 23:03:27 -04:00
Oleg Zhurakousky
bf81955686
INT-786, added namespace support for metadata-support strategy and tests
2010-10-17 22:57:11 -04:00
Oleg Zhurakousky
3bf404cc2a
INT-1527, INT-786 refactoread and renamed MetadataPersister to MetadataSore strategy, provided a very simple file-based implementation as FileBasedPropertiesStore which ises DefaultPropertiesPersister, modified FEED module to depend on it
2010-10-17 22:35:35 -04:00
Dave Syer
6adb950390
INT-1366: Fix race by collapsing 3 queries into 1
2010-10-17 16:56:21 -07:00
Dave Syer
e0dcf08b7e
INT-1518: Provide crutch for broken RDBMS (DB2, Derby etc.)
...
- Externalize storeLock and LockInterceptor utility
- Add tests showing usage of tx interceptor
2010-10-17 16:54:38 -07:00
Oleg Zhurakousky
9563fbe915
INT-786, added missing files
2010-10-17 19:07:43 -04:00
Oleg Zhurakousky
31b3a8c0e6
INT-786, added persistence to the feed adapter, added more tests, polished more code
2010-10-17 19:02:39 -04:00