Mark Fisher
|
1cfef8def3
|
Readjusted test case timings to reasonable values after server updates.
|
2008-01-02 15:11:58 +00:00 |
|
Mark Fisher
|
a31d2a153d
|
DefaultFileNameGenerator now checks for a filename property on the Message.
|
2008-01-02 13:36:45 +00:00 |
|
Mark Fisher
|
154683fbc7
|
uncommented time-sensitive tests to check server updates
|
2007-12-31 22:24:10 +00:00 |
|
Mark Fisher
|
8148a01ca6
|
uncommented time-sensitive tests to check server updates
|
2007-12-31 18:22:49 +00:00 |
|
Mark Fisher
|
228250a977
|
Relocated commonly used method invoker classes to util package. They are no longer endpoint-specific.
|
2007-12-28 22:43:51 +00:00 |
|
Mark Fisher
|
70f32a94de
|
Removing empty packages after refactoring
|
2007-12-28 22:33:57 +00:00 |
|
Mark Fisher
|
5dccbf7516
|
Removed old style channel adapters and refactored basic JMS source and target for new style.
|
2007-12-28 22:32:19 +00:00 |
|
Mark Fisher
|
618e228392
|
Increased number of attempts due to timing issues on build server.
|
2007-12-28 21:46:40 +00:00 |
|
Mark Fisher
|
17550340df
|
Refactored message dispatchers, executors, and the message bus to support target adapters in addition to message endpoints.
|
2007-12-28 21:41:59 +00:00 |
|
Mark Fisher
|
40a44a7e25
|
Increased receive timeout due to timing issues on build server.
|
2007-12-28 19:23:12 +00:00 |
|
Mark Fisher
|
2ce03bc07b
|
Added more tests for invalid methods.
|
2007-12-28 19:18:47 +00:00 |
|
Mark Fisher
|
1a3cbc41a1
|
Increased latch await timeout due to timing issues on build server.
|
2007-12-28 19:10:05 +00:00 |
|
Mark Fisher
|
bd749cc04f
|
Increased receive timeout due to timing issues on build server.
|
2007-12-28 19:03:38 +00:00 |
|
Mark Fisher
|
948e0f7ac7
|
Test class did not show up in synchronize view. Should have been committed with previous changes.
|
2007-12-28 18:57:38 +00:00 |
|
Mark Fisher
|
6906219773
|
Added property setters for PollingSourceAdapter and convenience factory method to ConsumerPolicy.
|
2007-12-28 18:50:56 +00:00 |
|
Mark Fisher
|
3a35ec794d
|
Removed empty packages after annotation migration
|
2007-12-28 18:07:33 +00:00 |
|
Mark Fisher
|
a7cfbe7753
|
Moved test with channel and endpoint registration into MessageBusTests and added an isolated test for the UnicastMessageDispatcher.
|
2007-12-28 18:04:08 +00:00 |
|
Mark Fisher
|
332f078e81
|
Added test for UnicastMessageDispatcher.
|
2007-12-28 17:40:14 +00:00 |
|
Mark Fisher
|
e9df725219
|
Added MethodInvokingSource.
|
2007-12-28 16:43:15 +00:00 |
|
Mark Fisher
|
3959f72b93
|
Moved annotations to a common package.
|
2007-12-28 15:56:35 +00:00 |
|
Mark Fisher
|
c11b35456c
|
Moved annotations to a common package.
|
2007-12-28 15:52:32 +00:00 |
|
Mark Fisher
|
9466893b7b
|
Added tests for PollingSourceAdapter.
|
2007-12-28 15:04:04 +00:00 |
|
Mark Fisher
|
b855d4add0
|
Added svn:ignore for 'target' on 'build-spring-integration'
|
2007-12-28 14:17:25 +00:00 |
|
Mark Fisher
|
da75561f64
|
Modified for integration-repo clean
|
2007-12-28 14:13:44 +00:00 |
|
Mark Fisher
|
2204f75e43
|
Commented out time-sensitive tests due to build server issues.
|
2007-12-28 03:46:53 +00:00 |
|
Mark Fisher
|
d109d80bd1
|
Added initial version of registration code for refactored source adapter.
|
2007-12-28 03:41:14 +00:00 |
|
Mark Fisher
|
a1ffb9f6c4
|
Commented out time-sensitive tests due to build server issues.
|
2007-12-28 03:37:32 +00:00 |
|
Mark Fisher
|
bad2314095
|
Added stub method so that tests don't fail with commented-out methods only.
|
2007-12-28 03:33:09 +00:00 |
|
Mark Fisher
|
e50d45322c
|
Commented out time-sensitive tests due to build server issues.
|
2007-12-28 03:27:26 +00:00 |
|
Mark Fisher
|
80d029a938
|
Added not-null assertion for the message reference.
|
2007-12-28 03:25:02 +00:00 |
|
Mark Fisher
|
f7fb1c0e6d
|
Added message to assertion for selector timeout test.
|
2007-12-28 03:17:25 +00:00 |
|
Mark Fisher
|
cafe82e945
|
Factored out default id generation to AbstractMessageMapper.
|
2007-12-28 02:03:24 +00:00 |
|
Mark Fisher
|
49b6361095
|
Added file source adapter and supporting classes.
|
2007-12-28 02:01:42 +00:00 |
|
Mark Fisher
|
28d4f8bc17
|
Increased latch await timeout to 5 seconds.
|
2007-12-28 01:56:04 +00:00 |
|
Mark Fisher
|
03ce9b436a
|
Added SourceAdapter, PollableSource, and PollingSourceAdapter.
|
2007-12-28 01:50:57 +00:00 |
|
Mark Fisher
|
81d4ff5d43
|
Increased latch await timeout due to timing issues on build server.
|
2007-12-27 20:55:58 +00:00 |
|
Mark Fisher
|
e438697a7e
|
Formatted imports.
|
2007-12-27 20:52:22 +00:00 |
|
Mark Fisher
|
28066ea31c
|
Updated spring-build to version 0.8 revision 86
|
2007-12-27 20:14:51 +00:00 |
|
Mark Fisher
|
5c5bcdf2fc
|
Added timeout to prevent indefinitely blocking tests.
|
2007-12-27 19:11:25 +00:00 |
|
Mark Fisher
|
076a88eb41
|
Commented out test to check timing issues.
|
2007-12-26 23:04:36 +00:00 |
|
Mark Fisher
|
1989e51580
|
Comments and formatting.
|
2007-12-26 22:28:59 +00:00 |
|
Mark Fisher
|
f78cae327d
|
Adjusted test expectations and receive interval.
|
2007-12-26 21:59:37 +00:00 |
|
Mark Fisher
|
4a5f737d1d
|
Added basic channel and endpoint tests.
|
2007-12-26 21:50:21 +00:00 |
|
Mark Fisher
|
f9f5a60a67
|
Removed fragile test for refactoring.
|
2007-12-26 21:43:33 +00:00 |
|
Mark Fisher
|
4a1d5fc4d7
|
Added null check for EndpointExecutor 'getActiveCount()' and adjusted MessageSelector definition for generic Message.
|
2007-12-26 21:29:39 +00:00 |
|
Mark Fisher
|
b73a946815
|
Added bus.stop() call.
|
2007-12-25 23:22:47 +00:00 |
|
Mark Fisher
|
ffc6955841
|
Factored out MessageRetriever and MessageDispatcher strategies.
|
2007-12-25 23:20:00 +00:00 |
|
Mark Fisher
|
2b26ac53f5
|
Only create a new channel for the 'defaultOutputChannelName' if not already present in the registry (and only when 'autocreate' is true).
|
2007-12-24 13:30:54 +00:00 |
|
Mark Fisher
|
aee08797af
|
proper shutdown of executor in AbstractChannelAdapter and EndpointExecutor
|
2007-12-22 16:27:33 +00:00 |
|
Mark Fisher
|
ded12db2aa
|
proper shutdown of executor in AbstractChannelAdapter and EndpointExecutor
|
2007-12-22 16:26:54 +00:00 |
|