Mark Fisher
3b15a0dd38
INT-1390 moved MessageBuilder into the 'support' package, moved GenericMessage and ErrorMessage into the 'message' package
2010-08-31 02:51:27 +00:00
Mark Fisher
7c1ab04cd5
INT-1390 Refactoring: moved MessageChannel to the root package, and moved ChannelResolver and BeanFactoryChannelResolver into a new 'suport.channel' package
2010-08-31 01:53:45 +00:00
Mark Fisher
7342a4d4ea
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-jmx
2010-08-30 20:34:03 +00:00
Oleg Zhurakousky
6da90a4c51
Sample and test for DynamicRouter with routing logic changed via the ConrolBus
2010-08-26 14:17:14 +00:00
Oleg Zhurakousky
a5031020e7
INT-1307 Updated schema to make sure its compatible with Java 5 (when using <xsd:any namespace="##other"..> and <beans:bean. . .> element we were violating Unique Particle Attribute, so sine we already say any-other, there is no need to explicitly include <beans:bean>), changed ControlBusXmlTest.anonymousConsumerRegistered() since it was throwing MalformedObjectNameException: invalid character '*' which was used in 'generated=*'
2010-08-01 15:49:23 +00:00
Mark Fisher
46c2f2599e
adjusted package for 'expected-type' in XSD tooling
2010-07-28 16:05:47 +00:00
Mark Fisher
6257853512
INT-1129 renamed 'message' package to 'mapping' since that is all that remains there
2010-07-28 15:25:33 +00:00
Mark Fisher
3f00c75740
INT-1129 moved StringMessage from 'message' to 'core' (we might remove it before 2.0...)
2010-07-28 15:22:33 +00:00
Mark Fisher
c69c29d2e1
INT-1129 moved MessageSource interface to 'core' package
2010-07-28 15:16:15 +00:00
Mark Fisher
80a22b8a2c
INT-1129 moved most of the MessagingException hierarchy to the root package (org.springframework.integration)
2010-07-28 15:10:42 +00:00
Mark Fisher
4de9a23357
INT-1129 moved Message and MessageHeaders from 'core' to the root (org.springframework.integration)
2010-07-28 15:05:50 +00:00
Mark Fisher
7434976734
INT-1129 moved MessageRejectedException and MessageHandlingException from 'message' to 'core'
2010-07-28 14:57:35 +00:00
Mark Fisher
94938a2746
INT-1129 moved MessageHandler from 'message' to 'core'
2010-07-28 14:54:09 +00:00
Mark Fisher
0b751cc18a
INT-1129 moved SubscribableChannel from 'channel' to 'core'
2010-07-28 14:51:18 +00:00
Mark Fisher
4283315c08
INT-1129 moved PollableChannel from 'channel' to 'core'
2010-07-28 14:47:55 +00:00
Mark Fisher
00d3e351f7
INT-1129 moved MessageBuilder from 'message' to 'core'
2010-07-28 14:38:36 +00:00
David Syer
829d6efc08
Fix compiler warnings and move docbook build to a profile
2010-07-27 12:54:18 +00:00
David Syer
c4fe3b2076
Fix warnings in test case
2010-07-27 12:53:55 +00:00
Oleg Zhurakousky
c2f526586a
INT-1240, removed 'default' from 'operation-name' and 'object-name', since 'operation-name' and 'object-name' is now required on adapters/gateway, there is no reason calling them 'default'
2010-07-19 12:23:54 +00:00
Oleg Zhurakousky
70788ee097
INT-1240 'operation name' and 'object name' is now required
2010-07-19 04:07:22 +00:00
Oleg Zhurakousky
5db5f5fb7a
INT-1018 added namespace support for operation-invoking-outbound-gateway
2010-07-14 16:16:03 +00:00
David Syer
df265db057
INT-1142: add anonymous name tag for generated bean names (based on bean name pattern)
2010-06-14 12:47:34 +00:00
Chris Beams
f6b1d79f0f
fixed various javadoc warnings; downgraded maven-javadoc-plugin to 2.5, as that's the version that gets forced when using Maven 2.1.0 anyway.
2010-06-01 17:57:29 +00:00
Chris Beams
5563c0b5af
adding missing src/(test|main)/resources directories with .svnignore files to avoid empty-dir-pruning by svn
2010-05-26 14:27:42 +00:00
Chris Beams
c08a7a657e
renamed modules org.springframework.integration.* -> spring-integration-*
...
@Ignore'd SimpleTcpNetOutboundGatewayTests#testOutboundClose() to avoid failure; this failure is correlated to the module name change, but hard to understand how it would be caused by it
2010-05-25 13:21:25 +00:00