Commit Graph

7448 Commits

Author SHA1 Message Date
Oleg Zhurakousky
8d49507cb0 INT-809 Added namespace support for MessagePublishigInterceptor 2009-10-28 20:46:54 +00:00
Mark Fisher
6c4d28fbd2 INT-796 limiting the bean lookup to the DefaultConfiguringBeanFactoryPostProcessor type 2009-10-20 18:56:35 +00:00
Mark Fisher
87d8ba0a14 INT-848 2009-10-16 00:13:50 +00:00
Mark Fisher
2064939c84 INT-845 added StartupMode enum since polling consumers must not start as eagerly as event-driven consumers subscribe to their input channels 2009-10-13 00:39:30 +00:00
Mark Fisher
78da00302e updates for 2.0 M1 release 2009-10-12 20:34:47 +00:00
Mark Fisher
2e137375a1 updated OXM range to support Spring 3.0 version 2009-10-12 20:27:26 +00:00
Mark Fisher
4e691df7ab INT-844 updated trunk versions to 2.0.0.BUILD-SNAPSHOT, the 2.0.0.M1 version will be added post-tag 2009-10-12 13:41:03 +00:00
Mark Fisher
45931a0627 INT-844 2009-10-12 13:19:51 +00:00
Oleg Zhurakousky
27640c9aa5 INT-844. Updated OSGi samples for M1 release. 2009-10-12 01:33:46 +00:00
Mark Fisher
5ddd0539eb updated documntation now that @MessageMapping uses 'value' 2009-10-10 19:35:46 +00:00
Mark Fisher
611b2fc325 Refactored PublisherAnnotationBeanPostProcessor to implement BeanClassLoaderAware and to use AopUtils.canApply() since the advisor is a pointcut-advisor. 2009-10-10 19:21:27 +00:00
Iwein Fuld
3767fddb33 synchronized list in JmsDestinationBackedmessageChannelTests 2009-10-10 19:07:53 +00:00
Mark Fisher
6983e4ee77 @MessageMapper now accepts a "value" instead of "expression". The ArgumentArrayMessageMapper now verifies that only one valid mapping annotation has been provided on a parameter (@MessageMapping, @Header, or @Headers), and it ignores any other annotations (rather than throwing an Exception). 2009-10-10 18:59:06 +00:00
Iwein Fuld
b5a56dbfe0 fixed code style violation (spaces to tabs) 2009-10-10 18:53:29 +00:00
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