Mark Fisher
|
8ffe575b1f
|
INT-1300 MessagingTemplate now provides Channel-resolving send and receive methods (where the 'channelName' can be passed instead of a concrete MessageChannel instance). This temporarily introduces a tangle, but that will be removed in the subsequent refactoring to follow shortly.
|
2010-07-30 11:48:51 +00:00 |
|
Mark Fisher
|
7d1e14d9fa
|
formatting
|
2010-07-30 10:22:34 +00:00 |
|
Mark Fisher
|
f4096a8026
|
the cron-trigger element deprecation warning is now only issued in the case that there actually is a cron-trigger element
|
2010-07-30 10:07:04 +00:00 |
|
Mark Fisher
|
164023c8bc
|
INT-1301 MessagingTemplate methods now return void instead of boolean, but they throw Exceptions if the underlying channel send() invocation returns false.
|
2010-07-29 21:14:24 +00:00 |
|
Mark Fisher
|
00d1713981
|
INT-1299 added MessagingOperations interface and MessagingTemplate implements it
|
2010-07-29 19:24:17 +00:00 |
|
Gary Russell
|
201646710b
|
INT-1280 Fix serialization test
|
2010-07-29 17:31:43 +00:00 |
|
Gary Russell
|
cb28603b42
|
INT-1280 (partial) - Moved Converter implementations back to root package
|
2010-07-29 17:10:26 +00:00 |
|
David Syer
|
7dda54bb79
|
INT-1298: Combine some message group features and base classes
|
2010-07-29 11:14:53 +00:00 |
|
David Syer
|
d92a1245d3
|
INT-818: EL-based aggregator
* adapted some code from patch to new idioms
* added namespace support
* tidied up *Adapter -> MethodInvoking* for consistency
|
2010-07-29 08:56:20 +00:00 |
|
David Syer
|
a5c14782fb
|
INT-1285: @ReleaseStrategy and @CorrelationStrategy working in XML config
|
2010-07-29 06:26:56 +00:00 |
|
Mark Fisher
|
7d73f035b4
|
adjusted package for ChannelResolver in XSD tooling
|
2010-07-28 15:56:21 +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
|
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 |
|
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
|
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 |
|
Gary Russell
|
19dc3bb897
|
INT-1280 (partial) - Move java serializer implementations to subpackage
|
2010-07-27 16:13:22 +00:00 |
|
Mark Fisher
|
e1f671beb9
|
INT-1129 fixed reflective access of messagingTemplate in tests
|
2010-07-27 14:57:04 +00:00 |
|
Mark Fisher
|
cc8d445280
|
INT-1129 renamed MessageChannelTemplate to MessagingTemplate
|
2010-07-27 14:34:28 +00:00 |
|
Mark Fisher
|
f64fb54b34
|
reordered ctor args, handler comes first since handleMessage() is still the primary responsibility
|
2010-07-27 13:30:38 +00:00 |
|
Mark Fisher
|
53132b2376
|
typos
|
2010-07-27 13:22:25 +00:00 |
|
David Syer
|
c20d8729db
|
remove funny char from javadoc
|
2010-07-27 13:20:52 +00:00 |
|
Mark Fisher
|
701e0a7dff
|
null-checks in constructor, safe cast to NamedComponent, and getOrder now returns the runtime value of the targetHandler if it's an Ordered implementation
|
2010-07-27 13:10:41 +00:00 |
|
David Syer
|
47d209d73a
|
FIx warnings and add javadoc links
|
2010-07-27 12:54:22 +00:00 |
|
David Syer
|
829d6efc08
|
Fix compiler warnings and move docbook build to a profile
|
2010-07-27 12:54:18 +00:00 |
|
Mark Fisher
|
9cbef4f13c
|
INT-1275 added sleep to test for accuracy
|
2010-07-27 12:07:10 +00:00 |
|
Mark Fisher
|
aad7ac9612
|
INT-1275 PriorityChannel now works properly with timeout values
|
2010-07-27 11:51:10 +00:00 |
|
Oleg Zhurakousky
|
6bc6063772
|
INT-1257 code polishing
|
2010-07-27 05:56:12 +00:00 |
|
Oleg Zhurakousky
|
56f6453a8e
|
INT-1257, INT-1258 Created MessageHistoryAwareMessageHandler to wrap MessageHandlers to support MessageHistoryWriter (only if present). Changes to reflect on INT-CR-23. Added Namespace support <message-history/> , test cases and javadocs
|
2010-07-27 04:27:16 +00:00 |
|
Mark Fisher
|
2eea14ebd6
|
fixed javadoc link
|
2010-07-27 00:56:36 +00:00 |
|
Gary Russell
|
3164013efb
|
INT-1120 INT-1269 Javadoc polish
|
2010-07-26 23:55:52 +00:00 |
|
Mark Fisher
|
bdc49cb25f
|
INT-1268 renamed <publisher> to <scheduled-producer>
|
2010-07-26 20:19:42 +00:00 |
|
Gary Russell
|
93623538e8
|
INT-1120 Generalize serialization strategy to enable serialization implementations to be usable from transformers and when streaming is required.
|
2010-07-26 19:12:20 +00:00 |
|