David Syer
|
93be55d84d
|
INT-1394: add expression parameter source
|
2010-09-01 14:09:00 +00:00 |
|
David Syer
|
c73cf27dd8
|
Add extra test for forum question
|
2010-09-01 14:08:52 +00:00 |
|
Oleg Zhurakousky
|
e537e0dba5
|
INT-1016 - removed the old WebContextnt dir
|
2010-09-01 13:25:39 +00:00 |
|
Oleg Zhurakousky
|
3195f80486
|
INT-1016 - added readme file and index.html
|
2010-09-01 13:21:42 +00:00 |
|
Oleg Zhurakousky
|
d78eb95c1b
|
INT-1016 - polishing sample
|
2010-09-01 12:51:08 +00:00 |
|
Oleg Zhurakousky
|
7f1b823c05
|
INT-1016 - adding HTTP multipart sample
|
2010-09-01 12:46:59 +00:00 |
|
Oleg Zhurakousky
|
30623d522c
|
Initial import.
|
2010-09-01 12:43:24 +00:00 |
|
David Syer
|
e6c96351f3
|
INT-1381: fix intermittent test failure
|
2010-09-01 07:19:49 +00:00 |
|
Oleg Zhurakousky
|
59ba7dd1ea
|
INT-1294, removed dead packages
|
2010-09-01 03:29:43 +00:00 |
|
Oleg Zhurakousky
|
629af0e69d
|
INT-1294, removed dead package
|
2010-09-01 03:27:16 +00:00 |
|
Oleg Zhurakousky
|
5e3d25a64d
|
INT-1294, change package naming for loanshark sample
|
2010-09-01 03:24:55 +00:00 |
|
Oleg Zhurakousky
|
c504e4dcd8
|
INT-1271, removed DefaultMessageConverter and tests related to it
|
2010-09-01 03:06:35 +00:00 |
|
Oleg Zhurakousky
|
53bc3ebf18
|
INT-1263, forgot one handler
|
2010-08-31 23:51:41 +00:00 |
|
Oleg Zhurakousky
|
e909409909
|
changed spring-integration schema from 1.0 to default
|
2010-08-31 23:44:52 +00:00 |
|
Oleg Zhurakousky
|
353b61160f
|
INT-1263, refactored MessageHandlers in several modules to subclass from AbstractMessageHandler to support MessageHistory
|
2010-08-31 22:56:05 +00:00 |
|
Iwein Fuld
|
f3574c96a6
|
Reduced the errors in build output
|
2010-08-31 21:19:47 +00:00 |
|
Oleg Zhurakousky
|
ff8a986abc
|
INT-1264, added docs for Message History
|
2010-08-31 20:38:34 +00:00 |
|
Mark Fisher
|
1587ab461d
|
increased delay for test
|
2010-08-31 20:26:09 +00:00 |
|
Mark Fisher
|
899808e4c9
|
removing dependency on SimpleMessagingGateway from ServiceActivatorParserTests
|
2010-08-31 19:56:21 +00:00 |
|
Mark Fisher
|
aaf75243e9
|
removing dependency on SimpleMessagingGateway from HeaderEnricher tests
|
2010-08-31 19:47:37 +00:00 |
|
Oleg Zhurakousky
|
63e5cd8e06
|
INT-1257, added namespace support for specifying name patterns for tracked components (fixed the bug)
|
2010-08-31 19:40:31 +00:00 |
|
Oleg Zhurakousky
|
3982994704
|
INT-1257, added namespace support for specifying name patterns for tracked components
|
2010-08-31 19:19:16 +00:00 |
|
Mark Fisher
|
812a8c657f
|
INT-1129 added receiveAndConvert methods to MessagingOperations and MessagingTemplate
|
2010-08-31 17:49:09 +00:00 |
|
Mark Fisher
|
4d73334e16
|
INT-1129 added convertAndSend and convertSendAndReceive methods to MessagingOperations and MessagingTemplate
|
2010-08-31 17:06:00 +00:00 |
|
Mark Fisher
|
6c5610693a
|
INT-1129 adding MessageConverter strategy and SimpleMessageConverter implementation
|
2010-08-31 16:41:39 +00:00 |
|
Mark Fisher
|
93bc11fca7
|
INT-1364 AbstractMessagingGateway's default request and reply timeouts are now 1000 ms (were indefinite).
|
2010-08-31 16:29:04 +00:00 |
|
David Syer
|
041ddbdf37
|
INT-1381: add refresh check delay via script source wrapper
|
2010-08-31 16:23:45 +00:00 |
|
Oleg Zhurakousky
|
de21e3f201
|
INT-1246, INT-1252 - modified docs for Message Publishing interceptor, added docs for schduled-producer
|
2010-08-31 11:30:13 +00:00 |
|
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
|
b42d5b84ad
|
INT-1227 Refactored AbstractReplyProducingMessageHandler to limit the overridable "logic" methods to "handleRequestMessage(..)" only. The other protected, overridable methods only provide boolean values to the base class: "shouldSplitIterableReply()" (which is FALSE by default, but TRUE for Splitter) and "shouldCopyRequestHeaders()" (which is TRUE by default, but FALSE for Transformer and Filter).
|
2010-08-31 00:38:21 +00:00 |
|
Mark Fisher
|
a5490139e6
|
INT-1227 parameterized MessageProcessor
|
2010-08-30 22:56:57 +00:00 |
|
Mark Fisher
|
8967d7eb51
|
INT-1227 removed the protected getOutputChannel() method from AbstractReplyProducingMessageHandler. BridgeHandler no longer asserts an output channel in order to throw an Exception. Instead, a ChannelResolutionException is thrown in the normal place for a missing outputChannel property or replyChannel header in the AbstractReplyProducingMessageHandler.
|
2010-08-30 21:29:16 +00:00 |
|
Mark Fisher
|
c44355c5c9
|
INT-1389 removed StringMessage
|
2010-08-30 21:05:46 +00:00 |
|
Mark Fisher
|
e9b86dc087
|
INT-1389 removed all dependencies on StringMessage from Hello World sample
|
2010-08-30 20:58:48 +00:00 |
|
Mark Fisher
|
c5db58ddd7
|
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-xml
|
2010-08-30 20:49:22 +00:00 |
|
Mark Fisher
|
edb1e050e5
|
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-jms
|
2010-08-30 20:44:09 +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 |
|
Mark Fisher
|
8fa9c68f68
|
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-ws
|
2010-08-30 19:03:31 +00:00 |
|
Mark Fisher
|
cc1b33619e
|
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-mail
|
2010-08-30 19:01:35 +00:00 |
|
Mark Fisher
|
9ca348da6c
|
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-security
|
2010-08-30 18:59:49 +00:00 |
|
Mark Fisher
|
1d2bfd0c63
|
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-rmi
|
2010-08-30 18:56:12 +00:00 |
|
Mark Fisher
|
959241a8e6
|
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-jdbc
|
2010-08-30 18:54:49 +00:00 |
|
Mark Fisher
|
432a8ec381
|
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-ip and spring-integration-stream
|
2010-08-30 18:48:54 +00:00 |
|
Mark Fisher
|
3baa56fb10
|
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-httpinvoker
|
2010-08-30 18:39:01 +00:00 |
|
Mark Fisher
|
ff141fbf2a
|
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-groovy
|
2010-08-30 18:37:54 +00:00 |
|
Mark Fisher
|
8314eeebf8
|
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-event
|
2010-08-30 18:37:07 +00:00 |
|
Mark Fisher
|
a74595819e
|
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-core
|
2010-08-30 18:27:27 +00:00 |
|
Mark Fisher
|
a617a9ffef
|
added svn:ignore for com.springsource.sts.config.flow.prefs
|
2010-08-30 17:34:45 +00:00 |
|
Mark Fisher
|
f835a7c57d
|
added svn:ignore for .springBeans
|
2010-08-30 17:33:36 +00:00 |
|