Commit Graph

3184 Commits

Author SHA1 Message Date
Iwein Fuld
c38b0e1832 https://jira.springsource.org/browse/INT-838
Added channel to the message, added testcase for this branch.
2009-10-10 18:14:08 +00:00
Mark Fisher
3c4d9e1a64 INT-802 filecopy samples now have the 'file' resource prefix 2009-10-09 18:38:01 +00:00
Mark Fisher
52bbbfae1f ignoring UDP test for now 2009-10-09 17:18:15 +00:00
Mark Fisher
e1f467106b INT-782, INT-783 added UDP module to the build 2009-10-09 17:11:32 +00:00
Mark Fisher
39069b331f INT-782, INT-783 initial (rough) commit of UDP sending and receiving adapters 2009-10-09 16:56:15 +00:00
Mark Fisher
0474e1d823 updating version number 2009-10-09 16:16:58 +00:00
Mark Fisher
607895204f INT-803 the 'cafe' and 'helloworld' samples now correctly include Spring context XML files in JAR 2009-10-09 15:33:13 +00:00
Mark Fisher
f6f8949502 INT-761 added documentation for JMS-backed Message Channels 2009-10-09 14:50:18 +00:00
Oleg Zhurakousky
0926a3122f INT-840 added docs for @MessageMapping annotation 2009-10-09 02:42:17 +00:00
Oleg Zhurakousky
2215403cd5 INT-814. Added docs for all of Message Pulishing (i.e., @Publisher annotation and AOP-Based MessagePublishingInterceptor) 2009-10-09 02:13:03 +00:00
Oleg Zhurakousky
1d57b284eb INT-814, INT-839 Added PublisherAnnotationBeanPostProcessor, added tests for documenting usage of @Publisher annotation and AOP-based MessagePublisherInterceptor 2009-10-09 00:04:31 +00:00
Oleg Zhurakousky
26587d83ad Polished up ArgumentArrayMessageMapper (related to INT-681) 2009-10-08 03:56:26 +00:00
Jonas Partner
fbac7b1c13 resolve INT-835 2009-10-07 20:39:04 +00:00
Mark Fisher
26a03f2c1e INT-824 2009-10-07 18:29:01 +00:00
Mark Fisher
c00e1f1c82 INT-825 the <chain> element now accepts an inner poller with a "ref" attribute 2009-10-06 23:03:41 +00:00
Oleg Zhurakousky
6b341a0724 Fixed the .classpath 2009-10-05 04:30:33 +00:00
Oleg Zhurakousky
9ff51efa7e INT-681, INT-565, Added @MessageMapping annotation to map Message to methods via EL, refactored ArgumentArrayMessageMapper, modified and added tests 2009-10-05 04:24:46 +00:00
Mark Fisher
6300a2a2bf adding UDP module structure 2009-10-03 21:17:59 +00:00
Mark Fisher
741aff1393 INT-749 initial commit of file upload support 2009-10-02 22:24:09 +00:00
Mark Fisher
be88fdb942 INT-796 namespace handler now checks for DefaultConfiguringBeanFactoryPostProcessor bean in parent contexts as well 2009-10-02 21:52:07 +00:00
Iwein Fuld
873ff42ea2 OPEN - issue INT-768: Add LockingFileListFilter to allow multiple processes to watch the same directory
http://jira.springframework.org/browse/INT-768

Added instanceof check to make locking filter work with namespace.
2009-10-02 17:52:33 +00:00
Iwein Fuld
9feb267c2f upgraded junit version in .classpath files 2009-10-02 14:06:51 +00:00
Mark Fisher
6404146272 increased timeouts 2009-10-02 03:41:33 +00:00
Mark Fisher
70ffe3eade added null check in FileChannelCache 2009-10-02 03:29:50 +00:00
Mark Fisher
fe9160e1e7 INT-759 updated parent pom 2009-10-02 01:08:40 +00:00
Mark Fisher
65bf2ba7d8 INT-820 Upgraded to JUnit version 4.7.0 2009-10-01 22:17:38 +00:00
Mark Fisher
d9859766c3 INT-815 upgraded spring-build to r684 2009-10-01 15:11:06 +00:00
Mark Fisher
6afd9427e9 INT-762 Added "channel" and "publish-subscribe-channel" elements to the JMS namespace. 2009-10-01 02:51:44 +00:00
Mark Fisher
645ab548b3 INT-592 Committed first version of JMS-backed MessageChannel implementation. 2009-10-01 00:49:32 +00:00
Mark Fisher
c9e48b81d1 added ready() check to support empty string 2009-09-30 21:29:26 +00:00
Iwein Fuld
7a0b2587bf INT-330: added a check for superseded messages (duplicating sequence number) 2009-09-30 21:11:10 +00:00
Mark Fisher
e7e18fbbb0 INT-808 DefaultInboundRequestMapper no longer removes newlines. 2009-09-30 21:05:51 +00:00
Iwein Fuld
a65d9c3ed2 INT-812: patch that catches IOException when determining wether the Resource can resolve to a systemId 2009-09-30 19:23:13 +00:00
Iwein Fuld
d8bda324fb updated a few outdated Spring versions 2009-09-30 18:54:14 +00:00
Mark Fisher
c140a838ff INT-804 JMS header-enricher now properly expects a JMS Destination reference rather than a String in the 'reply-to' attribute. 2009-09-30 17:48:40 +00:00
Iwein Fuld
93d6c88edb restored empty .classpath 2009-09-30 13:09:23 +00:00
Mark Fisher
93ba43f253 MessageMappingMethodInvoker is now MethodInvokingMessageProcessor since it implements the MessageProcessor interface and is a parallel implementation to ExpressionEvaluatingMessageProcessor. 2009-09-30 11:32:07 +00:00
Mark Fisher
2b3971f68a Moved tests for ArgumentArrayMessageMapper to the 'handler' package since that is where ArgumentArrayMessageMapper is defined (at least for now... might reconsider). 2009-09-29 19:36:11 +00:00
Mark Fisher
fb4f43177c MethodParameterMessageMapper/MethodArgumentMessageMapper is now ArgumentArrayMessageMapper. That name is a better match since it maps between Message and args[] (from args to message for gateway and from message to args for service-activator). 2009-09-29 19:26:07 +00:00
Mark Fisher
b9f42ebd84 INT-28 committing non-annotation based ExpressionSource implementation 2009-09-29 19:10:39 +00:00
Mark Fisher
88425dafc9 avoiding downcast 2009-09-29 19:09:05 +00:00
Mark Fisher
b882bcf79e INT-28 Return value is now the default for MessagePublishingInterceptor. 2009-09-29 19:02:33 +00:00
Mark Fisher
0e8aa07748 INT-681, INT-710 more refactoring of code for mapping between Messages and argument arrays 2009-09-29 17:29:52 +00:00
Mark Fisher
047b31d759 INT-681, INT-710 started to refactor message-mapping logic to support EL, etc. 2009-09-29 15:11:14 +00:00
Mark Fisher
2165fdbe1e removed reflection usage for handling Annotation array return value across 2.5 and 3.0 now that we require Spring 3.0 2009-09-29 14:42:35 +00:00
Oleg Zhurakousky
7d3666b93f INT-807, INT-707 - fixed broken build after Spring RC1 migration 2009-09-29 11:15:18 +00:00
Mark Fisher
92ac1b760a INT-807 upgraded to Spring 3.0.RC1 2009-09-29 04:22:30 +00:00
Oleg Zhurakousky
4ebc214583 INT-707 - updated documentation 2009-09-29 01:35:10 +00:00
Oleg Zhurakousky
f2603a9559 INT-707 2009-09-29 01:19:36 +00:00
Oleg Zhurakousky
42a5155d50 Fixed INT-770 2009-09-28 02:48:02 +00:00