Mark Fisher
82677432cb
INT-1674 added support for 'source' on all top-level BeanDefinitions created by AbstractConsumerEndpointParser (transformer, filter, router, splitter, etc)
2010-12-10 17:46:37 -05:00
Oleg Zhurakousky
07e0d0c806
INT-1673 added SpEL documentation for @Header, updated @Header javadocs
2010-12-10 13:04:10 -05:00
Mark Fisher
1cd8280c94
INT-1674 now extracting source from element and setting it on Message Channel BeanDefinitions
2010-12-10 13:03:01 -05:00
Dave Syer
15bdb84f0b
INT-1667: change < to <= for message group reaping
2010-12-06 17:54:18 +00:00
Chris Beams
c8a24acfc6
Catch poms up with 2.0.1.BUILD-SNAPSHOT version
2010-11-26 11:26:07 -07:00
Mark Fisher
c712ac6315
Release version 2.0.0.RELEASE
2010-11-22 21:23:47 -05:00
Mark Fisher
d0f1fdde10
fixing typos in comments and tests
2010-11-22 18:28:02 -05:00
Mark Fisher
a3c4099c6c
INT-1552 doc polishing, and added @ManagedResource/@ManagedOperation on the AbstractMessageRouter (for dynamic control over mappings)
2010-11-22 15:10:48 -05:00
Mark Fisher
a46583d464
INT-1627 removed 'beanResolver' property from ExpressionControlBusFactoryBean
2010-11-18 15:37:09 -05:00
Oleg Zhurakousky
24781476f3
INT-1631 changed remote-file-expression to remote-filename-expression, adjusted tests and docs
2010-11-18 07:41:02 -05:00
Mark Fisher
f3e854b10c
INT-1568 removed the MessageHeaders.PREFIX constant since it's no longer necessary. Also added @ManagedOperation to the IntegrationMBeanExporter's getChannelSendRate(..) method.
2010-11-18 00:03:58 -05:00
Mark Fisher
d4ebf43833
INT-1530 a custom ObjectMapper can now be provided for the inbound and outbound mappers
2010-11-17 23:09:44 -05:00
Mark Fisher
2d5525a3b9
INT-1530 reviewing
2010-11-17 22:53:27 -05:00
Mark Fisher
6ca10847c9
INT-1627, INT-1601 added ControlBusMethodFilter to restrict commands to Lifecycle, @ManagedOperation/Attribute, and configurable Executor/Scheduler instances
2010-11-17 21:49:46 -05:00
Gary Russell
3af7a939db
INT-1624 @author tags
2010-11-17 16:13:02 -05:00
Mark Fisher
957b7608d5
INT-1627 polishing
2010-11-17 10:16:17 -05:00
Chris Beams
65be52c060
Polish JsonSymmetricalMessageMappingTests
2010-11-16 23:44:02 -07:00
Gary Russell
bfeee039bb
INT-1623 INT-1624 Add error-channel to ip inbound adapters and tcp inbound gateway - parsers, XSD and tests only - super classes already do the heavy lifting
2010-11-16 19:20:03 -05:00
Jeremy Grelle
722c990cf4
INT-1530 - Some minor improvements after reviewing the json support package.
2010-11-16 13:23:04 -08:00
Mark Fisher
c9a58cfc4a
INT-1627 renamed 'ExpressionPayloadMessageProcessor' to 'ExpressionCommandMessageProcessor'
2010-11-16 11:36:40 -05:00
Mark Fisher
426b525467
INT-1627 moved command message processor to 'handler' package
2010-11-16 11:27:47 -05:00
Mark Fisher
4e09dd3721
INT-1627 moved command message processor to 'handler' package
2010-11-16 11:27:47 -05:00
Oleg Zhurakousky
0d98e1ab9f
INT-500 adding more schema docs, polished ControlBusParser
2010-11-16 08:12:04 -05:00
Oleg Zhurakousky
a45d5e6fa4
INT-500 more polishing of the schema docs
2010-11-16 08:12:04 -05:00
Oleg Zhurakousky
6b8a0da710
INT-500 added more schema docs
2010-11-16 00:59:25 -05:00
Mark Fisher
9c2ddf99b5
INT-1624 added errorChannel property to MessageProducerSupport, if not null, errorMessages will be sent there instead of being thrown to the caller
2010-11-16 00:34:12 -05:00
Oleg Zhurakousky
b86c27a769
INT-500 addedschema docs for aggregator
2010-11-16 00:31:26 -05:00
Mark Fisher
c6d68c9e2a
INT-1623 replaced 'exception-mapper' with 'error-channel' on 'gateway' and JMS 'inbound-gateway' elements
2010-11-15 23:57:58 -05:00
David Turanski
2151f3ec9c
added @author tag
2010-11-15 12:55:51 -05:00
David Turanski
3bb5b493b3
INT-1622 Updated ChainParserTests
2010-11-15 12:27:37 -05:00
David Turanski
d75f8ad21f
fixed INT-1622
2010-11-15 12:04:49 -05:00
Mark Fisher
890ca671fc
reordered property declaration
2010-11-14 21:41:32 -05:00
Mark Fisher
860de3bf1d
removed public getter for exception mapper
2010-11-14 21:36:04 -05:00
Mark Fisher
969a160684
polishing
2010-11-13 12:47:35 -05:00
Mark Fisher
8ba3b7a81e
moved ExpressionControlBusFactoryBean into config instead of config.xml
2010-11-13 12:38:05 -05:00
Mark Fisher
9e565ab3c9
moved ExpressionControlBusFactoryBean into config instead of config.xml
2010-11-13 12:37:42 -05:00
Mark Fisher
4bad4f13de
polishing
2010-11-13 09:04:12 -05:00
Mark Fisher
4e3f5bef6e
INT-1613 setHeader now throws an Exception for read-only headers (ID and TIMESTAMP)
2010-11-13 08:27:45 -05:00
Chris Beams
536fda2200
Check in Gradle-generated poms for convenience (INT-1609)
...
For ease of use by those (a) more familiar with Maven or (b) relying
on m2eclipse support within Eclipse/STS, generated poms are now checked
in. Changes to these files will be overwritted on subsequent gradle
builds.
Any changes to project dependencies should first be reflected in
build.gradle; then run `gradle generatePom` or simply `gradle build`
to see the change reflected in the pom(s).
Note that org.springframework.integration.ip.tcp.TcpInboundGatewayTests
currently fails when running `mvn clean test` from the root. This
problem does not manifest when running `gradle clean test`. The latter
is what's most important; Gary has been contacted to take a look at the
former.
Issues resolved:
INT-1609, INT-1610, INT-1611
2010-11-12 23:27:32 -08:00
Mark Fisher
2150e32dac
added copyright
2010-11-12 18:05:47 -05:00
Mark Fisher
2c572d477e
deprected AbstractRemotingOutboundGateway and RemotingInboundGatewaySupport (httpinvoker is deprecated already, this code will be limited to RMI only as of 2.1)
2010-11-12 18:03:30 -05:00
Mark Fisher
2b849f6747
removed SimpleMessageMapper, AttributePollingMessageSource now extends AbstractMessageSource
2010-11-12 18:00:49 -05:00
Mark Fisher
3b81382e70
polishing
2010-11-12 17:51:56 -05:00
Mark Fisher
de2ac1a9aa
polishing
2010-11-12 17:46:09 -05:00
Mark Fisher
75a6381d3a
moved @Publisher from aop into the annotation package with all other annotations
2010-11-12 17:39:11 -05:00
Mark Fisher
66d9303eeb
copyright updates
2010-11-12 17:35:45 -05:00
Mark Fisher
048d54121e
AnnotationFinder is now abstract
2010-11-12 17:33:43 -05:00
Mark Fisher
2148956c6d
renamed GatewayMethodDefinition to GatewayMethodMetadata and made it package-protected
2010-11-12 15:55:37 -05:00
Mark Fisher
59c084f737
removing HandlerMethodResolver and impls, since we now depend on SpEL for that functionality
2010-11-12 15:32:05 -05:00
Dave Syer
ba189d2c36
INT-1601: added bean-resolver to control-bus
2010-11-12 09:27:13 +00:00