Commit Graph

6614 Commits

Author SHA1 Message Date
Mark Fisher
aaf8855bda INT-793, INT-1004 Removed unncessary assertion. 2010-03-02 19:13:44 +00:00
Mark Fisher
9b3208c89a INT-793, INT-1004 Using an inner class for the actual Notification-publishing MBean. 2010-03-02 18:46:08 +00:00
Iwein Fuld
1a38553402 INT-330: switched namespace support for aggregator 2010-03-02 16:25:24 +00:00
Mark Fisher
7a79b956d6 added README.txt 2010-03-01 23:08:35 +00:00
Mark Fisher
951a5dbb42 INT-994 SimpleEchoResponder now echos the same text as provided in the request, and the servlet loads on startup. 2010-03-01 21:19:49 +00:00
Jonas Partner
8a6a6d2a68 fix for poll where no rows available 2010-03-01 21:15:46 +00:00
Jonas Partner
d41afc31f6 Resolves INT-790 2010-03-01 19:33:30 +00:00
David Syer
fa7d80aaae INT-999: fix POMs 2010-03-01 15:03:20 +00:00
Gary Russell
1323aa6368 INT-781 More namespace work (Still W.i.P) 2010-02-27 17:23:18 +00:00
Chris Beams
44448ea94f echo .springBeans >> .gitignore 2010-02-27 08:14:20 +00:00
Chris Beams
c9a6b7bf46 removed .springBeans files; added maven classpath container to cafe demo; removed unnecessary saaj dependencies from ws-inbound-gateway demo pom 2010-02-27 08:14:16 +00:00
Chris Beams
643718e6f2 Removing acciddentally committed .class files 2010-02-27 01:09:58 +00:00
Chris Beams
71a712a999 RESOLVED - INT-995: Change Eclipse .classpath to reference SI_IVY_CACHE instead of IVY_CACHE to avoid conflicts with other Spring projects 2010-02-27 01:09:47 +00:00
Chris Beams
1bed124b41 RESOLVED - INT-994: create sample project demonstrating use of ws:inbound-gateway 2010-02-27 01:06:50 +00:00
Gary Russell
81584599ae INT-781 Outbound TCP Adapters Namespace & Tests (Work in progress) 2010-02-26 22:40:19 +00:00
Gary Russell
6e2295b625 INT-781 Inbound TCP Adapters & Tests - no namespace support yet. 2010-02-25 00:59:13 +00:00
Mark Fisher
98243c32c6 replaced udp with ip in parent pom 2010-02-24 18:23:24 +00:00
Mark Fisher
b58bf8fd2b moving osgi module to sandbox 2010-02-22 21:16:33 +00:00
Mark Fisher
b8f6e6dea2 removing 'udp' module now that it has been replaced by the 'ip' module 2010-02-22 19:26:49 +00:00
Mark Fisher
060744ce9f adding stub for TCP/UDP chapter 2010-02-22 18:40:43 +00:00
Gary Russell
512859f3c7 Inbound tcp channel adapters namespace support and tests. 2010-02-22 00:50:45 +00:00
Gary Russell
d2d1b8f0dd Inbound tcp channel adapters; no outbound yet, nor namespace support. 2010-02-21 05:50:18 +00:00
Mark Fisher
a0871d40f2 INT-987 Channels, dispatchers, and pollers now accept any Executor rather than being restricted to only TaskExecutor implementations. 2010-02-20 19:23:21 +00:00
Mark Fisher
f26df90077 Removed ThreadPoolTaskExecutorParser since it is no longer used. 2010-02-20 19:14:52 +00:00
Mark Fisher
1b746ada6b INT-987 ImapIdleChannelAdapter now accepts any Executor rather than being restricted to only TaskExecutor implementations. 2010-02-20 19:12:11 +00:00
Mark Fisher
9c61503032 INT-991 Now using Spring 3.0.1 SpEL MethodFilters 2010-02-19 23:52:28 +00:00
Mark Fisher
7abbb92fc4 updated Eclipse classpath files for Spring 3.0.1 2010-02-19 22:21:19 +00:00
Mark Fisher
2700036a9f INT-990 upgraded to Spring 3.0.1 2010-02-19 21:17:07 +00:00
Mark Fisher
1a27bc4634 INT-942 Adding annotation-based tests for MethodInvokingMessageProcessor refactored from the ArgumentArrayMessageMapper *from* Message tests. 2010-02-19 20:05:08 +00:00
Oleg Zhurakousky
8b87a4c81c INT-989 2010-02-19 18:18:45 +00:00
Mark Fisher
746b046b24 INT-937, INT-87 Message History (work in progress) 2010-02-19 04:24:51 +00:00
Mark Fisher
a41c862558 MessageHistoryEvent implements Serializable 2010-02-18 14:41:40 +00:00
Mark Fisher
2d5c989ee7 INT-937, INT-87 Message History (work in progress) 2010-02-18 14:33:16 +00:00
Gary Russell
0d15ef88b1 Remove spurious comma from QueueChannel 2010-02-17 22:37:49 +00:00
Iwein Fuld
f92eee81b3 INT-985: made sorting and bounding mutually exclusive 2010-02-15 09:34:38 +00:00
Iwein Fuld
c95763934e INT-985: added constructor arguments for queue size 2010-02-15 07:58:49 +00:00
Gary Russell
084951ef9d Remove unused class UdpSocket 2010-02-13 01:43:16 +00:00
Gary Russell
35f80fb83b Added ip to the main build; removed udp 2010-02-13 01:38:38 +00:00
Gary Russell
92aaadc00f Remove / from 'src' classpath entries in ..file project 2010-02-13 01:35:36 +00:00
Gary Russell
a5123bfe02 Remove @Ignore import 2010-02-13 01:32:28 +00:00
Gary Russell
ed94631288 Rename EndToEnd tests to comply with naming requirements; add stream as a test dependency to ivy.xml 2010-02-12 21:13:37 +00:00
Iwein Fuld
e6d1b2f9c3 INT-947: cleaning out some obsolete code, splitting locking and filtering a bit better. 2010-02-12 19:31:10 +00:00
Iwein Fuld
fec08008ea INT-947: prework moving filtering, scanning, locking into scanner. This opens the door for simplification, particularly around locking. 2010-02-12 15:07:33 +00:00
Iwein Fuld
8ae281bc7b removing CronTriggerTests (as this is covered in Core now) 2010-02-12 12:25:37 +00:00
Gary Russell
d7b03c6959 Separate Multicast tests from Unicast; @Ignore Multicast tests; improve regex escaping on SI prefix. 2010-02-11 19:40:13 +00:00
Jonas Partner
0798aad75c start of JDBC inbound channel adapter INT-790 2010-02-09 21:33:45 +00:00
Oleg Zhurakousky
0c82b8b5cb Added more details to exception messages in OperationInvokingHandler as well as javadoc, few more tests, added entries to ivy and .classpath 2010-02-08 20:55:23 +00:00
Mark Fisher
a07ed6b81d INT-980 added prefix to the Message History element's key in the headers 2010-02-04 23:51:01 +00:00
Oleg Zhurakousky
9b301bf19f INT-981 Added MethodFilter to be invoked by ReflectionUtils.doWithMethods(..) 2010-02-04 19:42:25 +00:00
Mark Fisher
b097f8f595 modified toString() to use Date rather than timestamp (long) and using curly braces to surround each key-value pair instead of commas 2010-02-03 17:58:49 +00:00