Mark Fisher
|
c521fc9531
|
INT-813 added support for configurable 'receive-timeout' on JMS channels
|
2010-09-23 18:23:39 -04:00 |
|
Mark Fisher
|
c05e5db50a
|
INT-813 added tests for PollableJmsChannels
|
2010-09-23 17:49:11 -04:00 |
|
Mark Fisher
|
39e293d4ab
|
INT-965 added support for 'interceptors' as a sub-element of JMS channel and publish-subcribe-channel elements
|
2010-09-23 17:05:15 -04:00 |
|
Mark Fisher
|
6cde5c6d83
|
INT-965 JmsChannelParser now extends AbstractChannelParser to support interceptors
|
2010-09-23 16:19:05 -04:00 |
|
Oleg Zhurakousky
|
5209db5793
|
INT-1475 fixed the 'flderOpenMode' setting to ensure that it is set to TRUE if deleteMessages flag is set to TRUE, introduced bunchof test cases to make sure that these setting are covered and could be cought in the future if more refactoring is required
|
2010-09-23 13:46:31 -04:00 |
|
Oleg Zhurakousky
|
9d07304d05
|
fixed MessageHistory test
|
2010-09-23 13:17:12 -04:00 |
|
Dave Syer
|
d1bc9e9b39
|
INT-1263: fix broken test
|
2010-09-23 18:55:58 +02:00 |
|
Dave Syer
|
39a887df48
|
Tidy JDBC inbound poller tests some more
|
2010-09-23 18:38:54 +02:00 |
|
Dave Syer
|
3a70b1b3f4
|
INT-1366: Prevent possible race
|
2010-09-23 18:36:45 +02:00 |
|
Dave Syer
|
54ca59a917
|
Tidy up JDBC inbound poller tests
|
2010-09-23 18:36:44 +02:00 |
|
Oleg Zhurakousky
|
d2804421d1
|
added setting Flags.DELETED to AbstractMailReceiever
|
2010-09-23 10:50:10 -04:00 |
|
Oleg Zhurakousky
|
3f2399e569
|
INT-1263, more MessageHistory changes FTP, SFTP etc., forgot to add two files
|
2010-09-23 09:45:30 -04:00 |
|
Oleg Zhurakousky
|
32efbae90d
|
INT-1263, more MessageHistory changes FTP, SFTP etc.
|
2010-09-23 09:45:01 -04:00 |
|
Oleg Zhurakousky
|
47befb16f3
|
Merge branch 'master' of git.springsource.org:spring-integration/spring-integration
|
2010-09-23 07:56:30 -04:00 |
|
Mark Fisher
|
55d9366c4b
|
INT-813, INT-965 refactoring JmsDestinationBackedMessageChannel into SubscribableJmsChannel and PollableJmsChannel with a common FactoryBean for creation
|
2010-09-22 23:49:39 -04:00 |
|
Oleg Zhurakousky
|
0be4d2ef60
|
INT-1263, more MessageHistory related changes
|
2010-09-22 22:18:45 -04:00 |
|
Oleg Zhurakousky
|
d7e1041ed4
|
polishing MapToObjectTransformer to avoid CC and NPE exceptions
|
2010-09-22 21:01:38 -04:00 |
|
Oleg Zhurakousky
|
1bb6eafe04
|
INT-1263, added tests in FYP to validate MH
|
2010-09-22 20:46:42 -04:00 |
|
Oleg Zhurakousky
|
c195edf9de
|
Merge branch 'master' of git.springsource.org:spring-integration/spring-integration
|
2010-09-22 19:08:30 -04:00 |
|
Oleg Zhurakousky
|
b6e058c59b
|
INT-1263, added more changes and tests related valdating MessageHistory in every module
|
2010-09-22 18:44:51 -04:00 |
|
Mark Fisher
|
be49b854a3
|
simplified error message
|
2010-09-22 14:01:15 -04:00 |
|
Mark Fisher
|
3c5917dad6
|
fixed typo in error message
|
2010-09-22 10:42:28 -04:00 |
|
Oleg Zhurakousky
|
dee91f6871
|
INT-1472, reveresed application of 'extractRequestPayload' and 'extractReplyPayload' attributes, changed javadocs, added test as well as minor modification to ChannelPublishingMessageListener to deal with RuntimeException (e.t., NotSerializable) during heneration of the JMS Reply
|
2010-09-22 10:20:25 -04:00 |
|
Oleg Zhurakousky
|
c4d31af848
|
INT-1257, added tests and minor modification to support MessageHistory in MAIL, JDBC, IP, HTTP modules
|
2010-09-21 22:15:37 -04:00 |
|
Oleg Zhurakousky
|
fa570a4295
|
INT-1471, cleaned up TwitterNamespaceHandler to remove depndency on Adapter classes
|
2010-09-21 18:27:28 -04:00 |
|
Oleg Zhurakousky
|
0d387756b3
|
INT-1257, changed convinience method to MessageHistory.containsComponent(string), added/modified tests in XML, WS, JMS to validate MessageHistory
|
2010-09-21 17:21:50 -04:00 |
|
Oleg Zhurakousky
|
f8b501e4f9
|
INT-1257, added convinience method MessageHistory.containsEntryWithName(string), added tests in XML to validate MessageHistory
|
2010-09-21 13:49:46 -04:00 |
|
Iwein Fuld
|
19c705fcbc
|
QUALITY removed imports in favor of fully qualified classnames
|
2010-09-20 22:15:33 +02:00 |
|
Oleg Zhurakousky
|
51801317cc
|
INT-1450 Asynchronous polling section was added to Message Endpoints section of the ref manual
|
2010-09-20 14:36:30 -04:00 |
|
Oleg Zhurakousky
|
bda6b9b871
|
INT-1143, added transaction section to reference guuide
|
2010-09-20 13:51:42 -04:00 |
|
Oleg Zhurakousky
|
95e148eddf
|
INT-1468 changed reference documentation to reflect changes from MessageChannelTemplate to MessagingTemplate
|
2010-09-20 01:32:33 -04:00 |
|
Oleg Zhurakousky
|
35ef39589b
|
INT-1466 decoupled Poller from Polling consumers (PollingConsumer and SourcePollingChannelAdapter)
|
2010-09-20 00:39:06 -04:00 |
|
Dave Syer
|
1f6bff9ade
|
INT-1465: fix Jdbc mesasge store
|
2010-09-18 10:39:15 +01:00 |
|
Mark Fisher
|
0cd5e9e16f
|
removed obsolete strategy interface
|
2010-09-17 16:50:09 -07:00 |
|
Mark Fisher
|
8f35e0482f
|
formatting
|
2010-09-17 16:44:30 -07:00 |
|
Mark Fisher
|
fa44e4d563
|
formatting
|
2010-09-17 16:30:42 -07:00 |
|
Oleg Zhurakousky
|
ce5a597658
|
INT-1415 more polishing
|
2010-09-17 12:39:12 -04:00 |
|
Oleg Zhurakousky
|
c14f29e9b6
|
INT-1415 more polishing
|
2010-09-17 12:14:01 -04:00 |
|
Oleg Zhurakousky
|
0a354ebb33
|
Merge branch 'master' of git.springsource.org:spring-integration/spring-integration
|
2010-09-17 11:25:18 -04:00 |
|
Oleg Zhurakousky
|
00f777366f
|
INT-1415 added check for expanged messages, see JIRA for more details on this issue
|
2010-09-17 11:25:03 -04:00 |
|
Dave Syer
|
d40fca0d37
|
Revert Java 6 specific change
|
2010-09-17 15:24:39 +01:00 |
|
Dave Syer
|
58167f1e04
|
INT-1461: fix source polling channel adapter
|
2010-09-17 15:02:14 +01:00 |
|
Oleg Zhurakousky
|
6421c1cf78
|
INT-1375, moved 'shouldMarkMessagesAsRead' attribute to ImapMailReceiver, added additional test for when attribute is not set onthe namespace (e.g., null in other words)
|
2010-09-17 09:17:11 -04:00 |
|
Mark Fisher
|
86a2fed240
|
avoiding NPE in AbstractMailReceiver
|
2010-09-16 23:01:51 -07:00 |
|
Oleg Zhurakousky
|
9a9feb3460
|
INT-1380 removed samples module
|
2010-09-16 19:44:44 -04:00 |
|
Mark Fisher
|
aea28af332
|
INT-1459 removed dependency on 1.6 in tests
|
2010-09-16 13:58:30 -07:00 |
|
Mark Fisher
|
11d23c2b91
|
INT-1459 removed dependency on 1.6 in tests
|
2010-09-16 13:51:54 -07:00 |
|
Mark Fisher
|
0967c93fc0
|
INT-1459 added namespace support for 'converter' on payload-serializing and payload-deserializing transformers
|
2010-09-16 13:44:50 -07:00 |
|
Gary Russell
|
c0afad4458
|
INT-1457 Update loanshark readme
|
2010-09-16 11:54:14 -04:00 |
|
Gary Russell
|
2ae518cc97
|
INT-1457 Add loan shark to loan broker readme
|
2010-09-16 11:52:17 -04:00 |
|