Commit Graph

5227 Commits

Author SHA1 Message Date
Oleg Zhurakousky
46577add6b INT-1856 added support for filename-generator-expression to outbound file adapters, added tests 2011-04-07 12:39:40 -04:00
Oleg Zhurakousky
66aba7b5a6 INT-1856 added support for 'filename-generator-expression' to File outbound-gateway 2011-04-03 22:16:57 -04:00
Dave Syer
87fccc1a70 Explicit mention of transaction config with JdbcMessageStore 2011-03-31 12:07:18 +01:00
Gary Russell
16b0248791 INT-1848 Add order Attribute to tcp, udp, jdbc Outbound Endpoints 2011-03-25 15:49:00 -04:00
Gary Russell
6eb31e7e09 INT-1848 Add order Attribute to (s)ftp Outbound Adapters 2011-03-25 13:54:15 -04:00
Gary Russell
015c059cd9 INT-1850 Update Copyrights 2011-03-25 12:13:51 -04:00
Gary Russell
90bb8e6fe8 INT-1850 Set Component Names for Chain Handler Elements 2011-03-25 11:42:56 -04:00
Oleg Zhurakousky
faee3ec1a6 INT-1839 fixed AbstractMailReceiver to be compliant with MailReceiver interface and throw javax.mail.MessagingException 2011-03-24 07:54:17 -04:00
Oleg Zhurakousky
26951c3a59 INT-1846 fixed typo in XML documentation 2011-03-24 07:40:47 -04:00
Oleg Zhurakousky
29c2b2a0c1 INT-1836 fixed AbstractFtpSessionFactory to actually use 'port' when connecting to FTP server 2011-03-24 07:36:31 -04:00
Dave Syer
b81f8b12ee INT-1847: modify SimpleMessageStore to behave correctly with a finite capacity 2011-03-24 08:14:03 +00:00
Chris Beams
6e58a9ff99 Add <repositories> to generated poms
Synchronize with changes in buildSrc that add repositories
declared in gradle script(s) to generated maven poms during
`generatePom` task.

Issue: GRADLE-48
2011-03-14 01:04:05 +08:00
Dave Syer
9ae8180bcf INT-1830: add tests and workaround for MBeanExporters triggering eager loading 2011-03-10 16:09:01 +00:00
Oleg Zhurakousky
053290f80d INT-1816 updated POM for JMX module to reflect dependency on test module 2011-03-10 10:38:21 -05:00
Oleg Zhurakousky
f82c40fd3a INT-1816 chahnged NotificationPublishingMessageHandler to select the IntegrationMBeanExporter over MBeanExporter if available 2011-03-10 10:28:08 -05:00
Oleg Zhurakousky
de8ff948e7 INT-1816 chahnged NotificationPublishingMessageHandler to select the first available MBeanExporter instance 2011-03-10 10:02:35 -05:00
Oleg Zhurakousky
b7deee0475 INT-1832 added documentation for ErrorMessageExceptionTypeRouter 2011-03-09 19:33:30 -05:00
Oleg Zhurakousky
6125b375fa INT-1827 added documentation for Proxy configuration with HTTP outbound adapters/gateways 2011-03-09 19:08:27 -05:00
Oleg Zhurakousky
2fca52c583 INT-1817 added SI test to gradle.build for JMX module 2011-03-09 17:25:38 -05:00
Oleg Zhurakousky
8b53fa1fc7 INT-1817 added namespace support for object-name-static-properties for IntegrationMBeanExporter 2011-03-09 17:13:13 -05:00
Oleg Zhurakousky
3f06998118 INT-1816 fixed the test to make sure that new MBean server instance is used for different tests, since it was cousing conflicts between the tests 2011-03-09 14:37:54 -05:00
Oleg Zhurakousky
1b3e7ce6e9 INT-1816 added support for multiple non-conflicting mbean exporters 2011-03-09 12:49:04 -05:00
Oleg Zhurakousky
0b5f3b20e4 INT-1815 added additional test cases for DefaultHttpHeaderMapper 2011-03-09 10:57:03 -05:00
Oleg Zhurakousky
5c349ecb7b INT-1756 fixed broken test 2011-03-09 10:11:48 -05:00
Oleg Zhurakousky
d12eadf33c INT-1756 added support for auto-creating remote directories 2011-03-09 09:54:27 -05:00
Oleg Zhurakousky
d16ba3061d INT-1804 removed custom matcher function in favor of the already existing Regex support in SpEL 2011-03-09 08:26:51 -05:00
Oleg Zhurakousky
d19f126da9 INT-1830 added support for resolution of 'concurrency' with property placeholder 2011-03-08 18:27:02 -05:00
Oleg Zhurakousky
ff46bec6ad INT-1804, INT-1825 finished up with support for filtering email messages and flagging messages with arbitrary flags if RECENT flag is not supported (e.g., GMAIL) 2011-03-08 15:43:41 -05:00
Jonas Partner
653c61e8d1 INT-1812 namespace parser for xsl transformer now sets always use source and result factories if result factory or type is specified 2011-03-08 17:29:26 +00:00
Oleg Zhurakousky
3a1bd0fdcd INT-1792 added support for sub-types of an array type to the PayloadTypeRouter 2011-03-08 07:39:24 -05:00
Oleg Zhurakousky
c0ea0ef882 INT-1830 added support for configuring concurrency on jms channel 2011-03-07 22:30:31 -05:00
Oleg Zhurakousky
90fedfe220 INT-1792 added support for routing arrays in PayloadTypeRouter 2011-03-07 19:06:13 -05:00
Oleg Zhurakousky
1f2f7dac04 INT-1802 added docs for replacing '@' with '%40' in the userid when its specified as part of the url 2011-03-07 18:26:19 -05:00
Oleg Zhurakousky
3839db5433 INT-1829 added support for MessageHistory to outbound-channel-adapter 2011-03-07 18:14:45 -05:00
Oleg Zhurakousky
2d6e490969 INT-1782 added support for configuring temporary suffix 2011-03-07 15:33:58 -05:00
Oleg Zhurakousky
7c83bb17c6 INT-1824, INT-1825 1. Fixed INT-1824
2. Flagged all messages that passed ImapMailReceiver with either system flag (Flag.FLAGGED) or user flag (if supported. there is a check for that as well)
3. Modified initial SearchTerm (see compileSearchTerms()) to include checking for such flags. Now both IMAP IDLE and IMAP Polling only receive messages that are NOT SEEN and NOT FLAGGED with system or user flags.
4. Folder is now always opened in READ-WRITE mode.
5. Set PEEK flag on every incoming message to 'true' before the messages are fetched.
2011-03-07 10:32:51 -05:00
Gary Russell
9a5c26581b INT-1822 Add Attribute to Suppress Reverse DNS Lokup 2011-03-04 18:53:51 -05:00
Gary Russell
5e02a7e63b INT-1823 Protect NIO Selector from Unexpected Exceptions 2011-03-02 18:37:02 -05:00
Oleg Zhurakousky
cf50734744 INT-1814 fixed the casting error 2011-03-02 14:26:01 -05:00
Oleg Zhurakousky
aa5119711b INT-1815 added logging for all SubscribableChannels as well as EventDrovenConsumer handler when it subscribes to a Channel 2011-03-02 14:11:35 -05:00
Oleg Zhurakousky
1514a6e64a INT-1815 removed size() method in AbstractDispatcher 2011-03-02 09:32:29 -05:00
Oleg Zhurakousky
f085a094c8 INT-1815 added support for ignoring user-defined prefix when mapping from HttpHeaders to MessageHeaders 2011-03-01 17:09:49 -05:00
Oleg Zhurakousky
b73e73f069 INT-1814 refactored to ensure that the log message appears for ANY P2P channel, but not for PUB-SUB channel 2011-03-01 14:38:12 -05:00
Oleg Zhurakousky
7932a6592a INT-1814 added INFO message when DirectChannel has more then one subscriber 2011-03-01 10:10:35 -05:00
Oleg Zhurakousky
e1b51bec3a INT-1801 fixed the NPE during shutdown of Mail receiver, fixed the dead code in ImapIdleChannelAdapter, polished IdleTask (it now throws IllegalStateException which means resubmit after delay or SI MessagingException if resubmit flag is set to 'false') 2011-03-01 09:02:58 -05:00
Dave Syer
90946841b4 INT-1820: fix handler metrics 2011-02-28 14:33:13 +00:00
Gary Russell
69b4a0db78 INT-1797 Polishing 2011-02-20 20:29:44 -05:00
Gary Russell
73e31e52ea INT-1797 Polish trace log entry 2011-02-20 15:51:19 -05:00
Gary Russell
2ddbf35cfb INT-1797 Polishing; fix failing test 2011-02-20 15:35:27 -05:00
Gary Russell
ecff2ce21e INT-1797 Remove ERROR Log on NIO Socket Close; Refactor common NIO Client/Server factory code to AbstractConnectionFactory 2011-02-20 15:05:56 -05:00