Mark Fisher
|
069e7672e3
|
PollableSource now returns a Message rather than an Object from poll(). Now PollableSource implementations may use a MessageMapper, but the "source adapter" no longer does.
|
2008-04-10 21:40:41 +00:00 |
|
Mark Fisher
|
63680cd570
|
Added mapping for JMSRedlivered flag on inbound JMS Message.
|
2008-04-10 17:10:32 +00:00 |
|
Mark Fisher
|
e5b2a2a9aa
|
Added timeout to receive calls.
|
2008-04-10 11:34:52 +00:00 |
|
Mark Fisher
|
6e30173509
|
PollableSource no longer accepts a "limit" argument in its poll() method (INT-181).
|
2008-04-09 16:33:16 +00:00 |
|
Mark Fisher
|
fec6dec258
|
MessageHandlingException and MessageDeliveryException now require the failed/undelivered Message as a constructor argument.
|
2008-04-09 00:18:56 +00:00 |
|
Mark Fisher
|
a6392bd142
|
Updated Import-Package and Export-Package for each MANIFEST.MF (INT-166).
|
2008-04-07 15:22:04 +00:00 |
|
Mark Fisher
|
d54c9347cd
|
Added optional 'charsetName' arguments for the stdout and stderr adapter factory methods.
|
2008-04-03 01:17:40 +00:00 |
|
Mark Fisher
|
f9834daa15
|
CharacterStreamSourceAdapter now takes a Reader, and CharacterStreamTargetAdapter takes a Writer (INT-148).
|
2008-04-03 00:21:04 +00:00 |
|
Mark Fisher
|
945d3606d0
|
Added "Bundle-Name" to MANIFEST.MF files (INT-165).
|
2008-04-02 16:14:00 +00:00 |
|
Mark Fisher
|
6e845339ad
|
Committing the initial version of the FTP source adapter (INT-153).
|
2008-04-01 01:38:51 +00:00 |
|
Mark Fisher
|
c55756ab55
|
JMS source and target adapters now consider "connectionFactory" as a default bean name (INT-161).
|
2008-03-31 17:15:42 +00:00 |
|
Mark Fisher
|
f59d9e1bb0
|
Added 'registry-host', 'registry-port', and 'remote-invocation-executor' attributes to the 'rmi-source' element, and added 'port' attribute to the 'rmi-target' element.
|
2008-03-29 20:40:48 +00:00 |
|
Mark Fisher
|
9ecf421bc5
|
Added namespace support for <httpinvoker-source/> and <httpinvoker-target/> (INT-156).
|
2008-03-20 16:47:25 +00:00 |
|
Mark Fisher
|
5e7141959d
|
Mapping JMS attributes to MessageHeader in source adapters (INT-150). Also provided new strategy interface (MessageHeaderMapper) and a HeaderMappingMessageConverter that wraps an existing MessageConverter implementation. Factored out common configuration code from JmsPollingSourceAdapter and JmsTargetAdapter into AbstractJmsTemplateBasedAdapter. The JMS attribute keys are now defined in JmsAttributeKeys, and a similar class (MailAttributeKeys) is used for MailMessages.
|
2008-03-19 23:53:49 +00:00 |
|
Mark Fisher
|
183159139b
|
Extended Javadoc with configuration examples for HttpInvokerSourceAdapter.
|
2008-03-18 22:50:31 +00:00 |
|
Mark Fisher
|
02f159dc61
|
Added HttpInvokerTargetAdapter (INT-93).
|
2008-03-18 22:31:57 +00:00 |
|
Mark Fisher
|
cfa6ff79a7
|
Added HttpInvokerSourceAdapter (INT-92).
|
2008-03-18 20:52:27 +00:00 |
|
Mark Fisher
|
4b067668d4
|
Changed junit's "org" attribute back to "org.junit" temporarily since ivy repository needs to be updated first (INT-149).
|
2008-03-16 15:10:16 +00:00 |
|
Mark Fisher
|
621522b167
|
Changed junit's "org" attribute from "org.junit" to "junit" in ivy.xml files (INT-149).
|
2008-03-16 15:04:59 +00:00 |
|
Mark Fisher
|
9f66c37b4c
|
Factored out common remoting-based source adapter behavior into AbstractMessageHandlingSourceAdapter.
|
2008-03-07 23:48:13 +00:00 |
|
Mark Fisher
|
d723fc6e24
|
Added tests for RmiSourceAdapterParser and RmiTargetAdapterParser. Also, the <rmi-source/> element now accepts 'send-timeout' and 'receive-timeout' attributes.
|
2008-03-07 20:37:28 +00:00 |
|
Mark Fisher
|
5191432a8f
|
Added RmiSourceAdapter, RmiTargetAdapter, RmiSourceAdapterParser, and RmiTargetAdapterParser (INT-59, INT-60, and INT-146).
|
2008-03-07 19:33:36 +00:00 |
|
Mark Fisher
|
4251295a83
|
Added the (optional) 'header-generator' attribute for the <mail-target/> element (INT-145).
|
2008-03-07 13:34:27 +00:00 |
|
Mark Fisher
|
c71412d6d5
|
Added tests for MailTargetAdapterParser. Also, adjusted ApplicationEvent adapter tests to have an explicit context.stop() call rather than relying on context.close() for the stop event (after 2.5.2 upgrade).
|
2008-03-06 20:20:10 +00:00 |
|
Mark Fisher
|
b27297ef33
|
Upgrading Spring dependencies to 2.5.2.
|
2008-03-06 20:08:23 +00:00 |
|
Mark Fisher
|
b536d69f0e
|
Added MailTargetAdapterParser (INT-132).
|
2008-03-06 19:17:34 +00:00 |
|
Mark Fisher
|
9b0adceaec
|
The mailSender is now a <constructor-arg/> rather than <property/>.
|
2008-03-05 22:02:52 +00:00 |
|
Mark Fisher
|
f1c0b169fb
|
Added DefaultMailHeaderGenerator (INT-142).
|
2008-03-05 21:55:35 +00:00 |
|
Mark Fisher
|
e3a018fa74
|
FileSource now only passes results that are actual files (not directories).
|
2008-03-04 18:08:43 +00:00 |
|
Ben Hale
|
8ea36fa4f3
|
Updated to have a default package target for document projects
|
2008-02-27 14:02:35 +00:00 |
|
Mark Fisher
|
c90100aa9d
|
Added initial versions of MANIFEST.MF files with Import-Package and Export-Package.
|
2008-02-27 04:18:58 +00:00 |
|
Mark Fisher
|
84e1b1df08
|
Added spring-integration-1.0.xsd alongside spring-integration-adapters-1.0.xsd. Renamed the previous spring-integration-1.0.xsd to spring-integration-core-1.0.xsd.
|
2008-02-27 03:21:54 +00:00 |
|
Mark Fisher
|
4f3076caec
|
Added MailTargetAdapterContextTests.
|
2008-02-26 16:42:52 +00:00 |
|
Mark Fisher
|
38a5996298
|
Added MailTargetAdapter and associated support classes (INT-107).
|
2008-02-26 16:20:41 +00:00 |
|
Mark Fisher
|
07c9c376df
|
Added channel capacity (now a required constructor argument).
|
2008-02-26 04:14:42 +00:00 |
|
Mark Fisher
|
96ef57d36f
|
Added configurable acknowledge modes for JmsMessageDrivenSourceAdapter (INT-124).
|
2008-02-22 00:16:34 +00:00 |
|
Mark Fisher
|
aafa8391d4
|
Migrating adapters to spring-integration-adapters (INT-83).
|
2008-02-21 23:05:54 +00:00 |
|
Mark Fisher
|
69979c9e5e
|
Migrating adapters to spring-integration-adapters (INT-83).
|
2008-02-21 22:55:51 +00:00 |
|
Mark Fisher
|
553b67ee2f
|
Migrating adapters to spring-integration-adapters (INT-83).
|
2008-02-21 22:55:19 +00:00 |
|
Mark Fisher
|
1f2bf5abc0
|
Migrating adapters to spring-integration-adapters (INT-83).
|
2008-02-21 22:52:22 +00:00 |
|
Mark Fisher
|
7208c5ec24
|
Migrating adapters to spring-integration-adapters (INT-83).
|
2008-02-21 22:50:57 +00:00 |
|
Mark Fisher
|
9ac9a4f3fc
|
Migrating event adapters to spring-integration-adapters
|
2008-02-21 00:27:39 +00:00 |
|
Mark Fisher
|
6419d988de
|
Adding project dependencies in .classpath files
|
2008-02-21 00:00:45 +00:00 |
|
Mark Fisher
|
a4f563ddc0
|
Providing foundation for spring-integration-adapters as a separate project
|
2008-02-20 23:46:41 +00:00 |
|