Commit Graph

7448 Commits

Author SHA1 Message Date
Chris Beams
23fb560dc0 Revert 'release' profile
-Prelease was inadvertently causing docbook generation to happen after
zip distribution packaging. Reasons for this are unclear, but given
that it was discovered in the middle of a release, the path of least
resistence is simply to revert the functionality and move on.
2010-07-28 18:17:14 +00:00
Chris Beams
3493163b2a Add milestone and EBR repositories to both poms 2010-07-28 17:14:09 +00:00
Oleg Zhurakousky
9146492749 INT-1282 polished to accomodate recent refactoring changes related to IN-1229 2010-07-28 16:41:18 +00:00
Mark Fisher
729b9ca95f INT-1290 parser now recognizes the 'destination-resolver' attribute on <jms:outbound-channel-adapter> 2010-07-28 16:25:11 +00:00
Chris Beams
e1cb00ea48 Include Bundlor-generated manifests in jars
In the 2.0.0.M5 release bundlor successfully created manifests at
target/classes/META-INF/MANIFEST.MF within each subproject directory,
however they were not actually picked up by the maven-jar-plugin when
creating each archive. The samples parent pom has now been configured
to explictly specify the 'manifestFile' and refer to the bundlor-generated
manifest.

Additionally, the spring-integration-samples/pom.xml was updated with
a similar configuration for the maven-jar-plugin, but in this case the
spring-integration-parent/pom.xml configuration is being overwritten.
The samples projects do not use Bundlor, and thus there is no generated
manifest in the location mentioned above. This causes the maven-jar-plugin
to error out for the samples, and as a workaround there is now a zero-length
file at spring-integration-samples/src/main/resources/META-INF/MANIFEST.MF
that samples refer to during jar/war packaging. Ugly, but effective.
2010-07-28 16:23:13 +00:00
Chris Beams
72f9dadc69 Add upload-dist functionality 2010-07-28 16:23:10 +00:00
Chris Beams
c4dd25c1c2 Polish whitespace 2010-07-28 16:23:06 +00:00
Mark Fisher
87824eba70 INT-1290 parser now recognizes the 'destination-resolver' attribute on <jms:outbound-gateway> 2010-07-28 16:21:39 +00:00
Mark Fisher
46c2f2599e adjusted package for 'expected-type' in XSD tooling 2010-07-28 16:05:47 +00:00
Mark Fisher
f39dfae179 adjusted package for 'expected-type' in XSD tooling 2010-07-28 16:00:07 +00:00
Mark Fisher
2e0f4e42d4 adjusted package for 'expected-type' in XSD tooling 2010-07-28 15:58:35 +00:00
Mark Fisher
7d73f035b4 adjusted package for ChannelResolver in XSD tooling 2010-07-28 15:56:21 +00:00
Mark Fisher
b3d0d31d77 fixed javadoc warning 2010-07-28 15:52:55 +00:00
Mark Fisher
cd6b48f773 fixed import in sample 2010-07-28 15:43:56 +00:00
Mark Fisher
8b16371b76 fixed import in helloworld sample 2010-07-28 15:38:57 +00:00
Mark Fisher
a9ece9dea6 fixed imports in sample 2010-07-28 15:33:06 +00:00
Mark Fisher
c607445400 fixed package name in parser 2010-07-28 15:32:19 +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
d11741fbab INT-1129 moved MethodInvokingMessageSource from 'message' to 'endpoint' package 2010-07-28 15:18:39 +00:00
Mark Fisher
c69c29d2e1 INT-1129 moved MessageSource interface to 'core' package 2010-07-28 15:16:15 +00:00
Mark Fisher
81a91380a9 INT-1129 moved MessageTimeoutException to root package 2010-07-28 15:14:07 +00:00
Mark Fisher
8ca521c377 INT-1129 fixed pointcut in test to refer to new MessageHandler location 2010-07-28 15:11:58 +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
b3b4f58ec8 INT-1129 moved MessageSelector from 'selector' to 'core' 2010-07-28 14:45:03 +00:00
Mark Fisher
008cac18f5 INT-1129 moved GenericMessage, ErrorMessage, and MessageDeliveryException from 'message' to 'core' 2010-07-28 14:42:02 +00:00
Mark Fisher
2e45b67be2 INT-1129 moved MessageBuilder from 'message' to 'core' 2010-07-28 14:39:50 +00:00
Mark Fisher
00d3e351f7 INT-1129 moved MessageBuilder from 'message' to 'core' 2010-07-28 14:38:36 +00:00
Mark Fisher
012b08f1db INT-1129 moved MessagingTemplate from 'channel' to 'core' package 2010-07-28 14:28:18 +00:00
Mark Fisher
af14b065f8 INT-1129 modified the argument order for MessagingTemplate send(..) methods so that MessageChannel always comes first - consistent with Destination/destinationName being the first argument in all JmsTemplate send(..) methods 2010-07-28 14:20:53 +00:00
Mark Fisher
f574a71259 updated readme for m6 2010-07-28 12:36:47 +00:00
Mark Fisher
84226346bd updated changelog links for m6 2010-07-28 12:34:50 +00:00
Mark Fisher
28ed5fc900 added Josh to the author list 2010-07-28 12:32:55 +00:00
David Syer
6d69c01455 INT-1288, INT-1289: fix some issues with correlation 2010-07-28 09:26:43 +00:00
Mark Fisher
3101611801 INT-1287 priority is just an Integer now, no longer a need for MessageHeaders to depend on a custom enum 2010-07-28 02:05:08 +00:00
Mark Fisher
9e7c6574f9 javadoc update 2010-07-28 01:05:57 +00:00
Mark Fisher
b4e627a26a INT-1216 removed tangle between 'channel' and 'context' packages by moving the ChannelResolver interface to 'core' and the BeanFactoryChannelResolver implementation to 'context' 2010-07-28 00:59:11 +00:00
Mark Fisher
e6082d17b0 INT-1216, INT-1257 removed tangle between 'history' and 'context' packages. The MessageHistoryWritingMessageHandler is now a non-public class in the 'config' package (it's only used by ConsumerEndpointFactoryBean) 2010-07-28 00:28:24 +00:00
Oleg Zhurakousky
e079c0fb08 INT-1282 polished loanshark's .classpath file 2010-07-27 21:53:03 +00:00
Gary Russell
74422b06d1 Fix Timing Problem with JmsDestinationBackedMessageTests - Wait for Listener Container Consumer Registration - needed in the topic by name test too 2010-07-27 16:30:00 +00:00
Oleg Zhurakousky
efff839537 INT-1282, Updated licensing information (year), removed bundle activator from 'cafe' sample, added readme.txt and util class to clean up Active MQ to 'jms' sample, other minor polishing 2010-07-27 16:18:35 +00:00
Gary Russell
19dc3bb897 INT-1280 (partial) - Move java serializer implementations to subpackage 2010-07-27 16:13:22 +00:00
Mark Fisher
294444a629 INT-1129 fixed reflective access of messagingTemplate in tests 2010-07-27 15:08:11 +00:00
Mark Fisher
e1f671beb9 INT-1129 fixed reflective access of messagingTemplate in tests 2010-07-27 14:57:04 +00:00
Mark Fisher
794c96393d added 'outputDirectory' to svn:ignore 2010-07-27 14:36:21 +00:00