Mark Fisher
|
098a0f1407
|
INT-874 committing base infrastructure for new JDBC module
|
2009-11-03 15:45:16 +00:00 |
|
Oleg Zhurakousky
|
2698069dfc
|
Added OSGi module to POM
|
2009-11-03 11:15:36 +00:00 |
|
Oleg Zhurakousky
|
4056ce0757
|
Added OSGi module to a build
|
2009-11-03 11:12:46 +00:00 |
|
Oleg Zhurakousky
|
a62f2cf60c
|
INT-869. Committed initial support for OSGi Control Bus
|
2009-11-03 10:59:56 +00:00 |
|
Oleg Zhurakousky
|
e560a5fdbc
|
INT-868. Defined ControlBus interface and ControlBusMessageHandler to handle ControlBus messages
|
2009-11-03 10:52:29 +00:00 |
|
Oleg Zhurakousky
|
d76109496c
|
INT-867
|
2009-11-03 10:45:42 +00:00 |
|
Mark Fisher
|
33f593cf27
|
INT-712 Headers defined by 'header-enricher' elements are now configured as sub-elements rather than attributes. This applies to the "core" as well as the JMS and Mail namespace support.
|
2009-11-03 00:14:28 +00:00 |
|
Mark Fisher
|
543ec6f5f6
|
INT-565 removed @MessageMapping and added @Payload
|
2009-11-02 17:03:33 +00:00 |
|
Mark Fisher
|
af5d6e0e30
|
Added test for auto-generated input-channel.
|
2009-11-02 14:43:37 +00:00 |
|
Mark Fisher
|
625db5a0d0
|
Added test for nested properties in an EL expression within a @Header annotation on a method parameter.
|
2009-10-30 22:17:28 +00:00 |
|
Mark Fisher
|
5ebafd8df9
|
INT-866 added "method" variable to the SpEL context and also refactored ExpressionBinding and ExpressionSource (work in progress).
|
2009-10-30 18:39:47 +00:00 |
|
Oleg Zhurakousky
|
e0871d2d46
|
INT-863 - Updated build.properties with 'mockito.version", modified ivy.xml(s) and .classpath(s)
|
2009-10-30 17:13:55 +00:00 |
|
Oleg Zhurakousky
|
fbbe7a605b
|
fixed ivy file
|
2009-10-30 01:55:18 +00:00 |
|
Oleg Zhurakousky
|
76119a7086
|
INT-864 added OSGi module to publish.xml. Committing initial directory structure
|
2009-10-29 00:33:03 +00:00 |
|
Oleg Zhurakousky
|
7b16e98396
|
INT-864 Initial import of OSGi module
|
2009-10-29 00:27:43 +00:00 |
|
Oleg Zhurakousky
|
40b26b6be7
|
INT-809, Cleaned uo some code and updated the docs to reflect the new 'publisher' namespace
|
2009-10-28 23:39:54 +00:00 |
|
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 |
|