Commit Graph

3184 Commits

Author SHA1 Message Date
Mark Fisher
af5dd365d4 build.properties was supposed to be included in the last commit (for the spring.version property) 2009-11-26 05:42:04 +00:00
Mark Fisher
ffc6dd556d INT-847 Upgrading to Spring 3.0 snapshot (CI-475 from 2009/11/25). 2009-11-26 05:35:38 +00:00
Mark Fisher
335f394653 ReflectionUtils.invokeMethod(..) does not accept a null target for static methods in the 3.0 snapshot (currently CI-475). 2009-11-26 04:58:41 +00:00
Mark Fisher
6f82886c35 committing spring.tooling files and icons 2009-11-25 21:50:11 +00:00
Mark Fisher
ad0cea59a2 removing AbstractHeaderTransformer since it is no longer used 2009-11-25 21:39:30 +00:00
Mark Fisher
ad3e0b8428 INT-891 The Mail header-enricher now supports SpEL expressions within the "expression" attribute. 2009-11-25 21:14:26 +00:00
Mark Fisher
554779bfa8 INT-878 Added an error if the "type" attribute is specified on a header that has a fixed type (e.g. "expiration-date"). 2009-11-25 19:37:47 +00:00
Mark Fisher
641675bbe4 INT-878 The sub-elements of <header-enricher/> now support a "type" attribute. 2009-11-25 19:28:55 +00:00
Mark Fisher
63b657b52a INT-880 Added SpEL support to <header-enricher/> by including an "expression" attribute on the <header/> sub-element (to be used in place of either "value" or "ref"). 2009-11-25 00:01:31 +00:00
Oleg Zhurakousky
26f257a3b1 INT-881 deleted un-needed package 2009-11-18 23:40:04 +00:00
Oleg Zhurakousky
cc42ab4ee4 INT-881, Finished up with initial version of SI Service Extender. Added some code improvements. Finished with lifecycle binding listeners 2009-11-18 23:32:14 +00:00
Oleg Zhurakousky
1ed307765e INT-881, Added ControlBusBindingMessageDistributionListener, fixed template.mf (after real OSGi testing), added tests 2009-11-18 00:12:15 +00:00
Oleg Zhurakousky
0f5b6dfd20 INT-881, Decoupled SI Services configuration from service interaction with the Control Bus (forgot to commit the dependent change, fixing broken build) 2009-11-17 13:58:06 +00:00
Oleg Zhurakousky
0135016d90 INT-881, Decoupled SI Services configuration from service interaction with the Control Bus 2009-11-17 13:49:32 +00:00
Oleg Zhurakousky
baa4f66a16 INT-881, removing misspelled package 2009-11-17 13:29:00 +00:00
Oleg Zhurakousky
eb13d55218 INT-881, Added initial namespace support for auto-exporting SI components as OSGi services. 2009-11-05 16:24:06 +00:00
Oleg Zhurakousky
5ebd3e6d06 Added pom.xml to fix a nightly build failure 2009-11-05 02:39:32 +00:00
Mark Fisher
f5ff24b706 increased test timeout 2009-11-03 16:46:40 +00:00
Mark Fisher
e01d8a06b1 INT-874 added core integration module as dependency 2009-11-03 16:38:02 +00:00
Mark Fisher
edb5b85127 INT-874 added JDBC module to the main build 2009-11-03 16:05:41 +00:00
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