Commit Graph

7448 Commits

Author SHA1 Message Date
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
Mark Fisher
58836bcc50 Using an AtomicInteger for incrementAndGet. 2007-12-21 22:19:12 +00:00
Mark Fisher
3ad89f1074 Checking defaultOutputChannel for null 2007-12-21 19:27:01 +00:00
Mark Fisher
184a91e3e3 Now encapsulating EndpointTask within the EndpointExecutor. Preparing for overhaul of consumer + dispatcher functionality to support passive and active sources. 2007-12-21 18:22:20 +00:00
Mark Fisher
ae9f7273d7 updated svn:externals for spring-build to release 81 2007-12-21 16:24:09 +00:00
Mark Fisher
2dbd2c169d Refactored handler creator strategies to be more generic (not directly tied to annotations), and added support for splitters. 2007-12-19 20:08:24 +00:00
Mark Fisher
fc16b90f94 Added hello world sample. 2007-12-18 16:37:06 +00:00
Mark Fisher
e0424b7f4e Added handler parsing. 2007-12-18 16:33:22 +00:00
Mark Fisher
88482aa129 Auto-creating default output channels. 2007-12-18 16:31:34 +00:00
Mark Fisher
a82655548c Auto-creating default output channels. 2007-12-18 16:31:02 +00:00
Mark Fisher
e174a9222a Logging original Exception not just message. 2007-12-18 16:28:47 +00:00
Mark Fisher
dcf0078cc4 Added random ticker generator 2007-12-18 14:10:22 +00:00
Mark Fisher
2ad8a6ea27 Renamed ChannelMapping to ChannelRegistry, and now delegating to DefaultChannelRegistry from the MessageBus. 2007-12-18 04:32:16 +00:00
Mark Fisher
3edd1e7771 added global build project 2007-12-17 17:15:03 +00:00
Mark Fisher
717c358615 added global build project 2007-12-17 17:14:50 +00:00
Mark Fisher
04f42bf940 added test directory back for build 2007-12-17 04:31:24 +00:00
Mark Fisher
420597f020 removing test directory from samples 2007-12-17 04:29:58 +00:00
Mark Fisher
a8b61be100 Depends on spring-integration-core 'latest.integration' 2007-12-17 04:26:59 +00:00
Mark Fisher
881ca48234 Depends on spring-integration-core 'latest.integration' 2007-12-17 04:25:27 +00:00
Mark Fisher
7ee6d1e181 Moved samples to spring-integration-samples 2007-12-17 01:47:15 +00:00
Mark Fisher
ff2534e659 Moved samples to the spring-integration-samples project 2007-12-17 01:45:34 +00:00
Mark Fisher
00f9885b71 Added samples to the spring-integration-samples project 2007-12-17 01:43:29 +00:00
Mark Fisher
83711e23ca added base infrastructure for spring-integration-samples 2007-12-17 00:17:18 +00:00
Mark Fisher
01e80df32a changing name from eai 2007-12-17 00:10:10 +00:00
Mark Fisher
3513dd2bac Updated project name 2007-12-16 18:52:03 +00:00
Mark Fisher
ccb4794e93 Moved router handler adapter 2007-12-16 18:46:24 +00:00
Mark Fisher
15204d4f01 Moved quote demo into sub-package 2007-12-16 18:45:56 +00:00
Mark Fisher
45b6cc85ca Added @Router annotation and handler adapter 2007-12-16 18:45:20 +00:00
Mark Fisher
b45d80a32e Added quote demo in new sub-package location 2007-12-16 18:35:02 +00:00
Mark Fisher
f92bee3495 Added odd-even routing demo 2007-12-16 18:34:33 +00:00
Mark Fisher
e28a5fcd57 refactored common logic into abstract base class for annotation-based handler creators 2007-12-16 18:29:35 +00:00
Mark Fisher
787307bb0c refactored common logic into abstract base class for annotation-based handler creators 2007-12-16 18:29:06 +00:00
Mark Fisher
8d47f20d7d Added logging and fixed auto-creation/registration of channels 2007-12-16 18:27:56 +00:00
Mark Fisher
4442098a76 changed 'method' property to 'methodName' 2007-12-16 18:27:02 +00:00
Mark Fisher
1b4e3ce666 Removed printout 2007-12-16 18:24:33 +00:00
Mark Fisher
dc3ff10b42 AbstractChannelAdatper is now BeanNameAware 2007-12-16 18:24:09 +00:00
Mark Fisher
d520ce9f85 Added 'name' property to channel, and PointToPointChannel now implements BeanNameAware. 2007-12-16 18:23:03 +00:00