Commit Graph

  • 8b0b8a76ae INT-1854 Shutdown task executor (if internal), close all sockets on close() Gary Russell 2011-04-26 21:10:46 -04:00
  • 54e7a7b994 INT-1880 added support for 'reply-channel' attribute on JMS inbound-gateway elements Mark Fisher 2011-04-26 09:57:14 -04:00
  • 6acb07ce00 INT-1877 Support Byte, Short, and Int Length Headers Gary Russell 2011-04-25 18:33:27 -04:00
  • 222cf7acbb INT-1874 the control-bus element is now allowed in a chain Mark Fisher 2011-04-22 09:10:21 -04:00
  • 6b08d2adfa INT-1869 added support for outbound MimeMessage payloads Mark Fisher 2011-04-18 12:58:27 -04:00
  • bd81fe9db2 INT-1857 using LinkedHashSet instead of HashSet to preserve order of File instances in the List returned by a filter Mark Fisher 2011-04-18 09:53:23 -04:00
  • 2ccdde8744 INT-1859 added namespace support for exception-type-router Oleg Zhurakousky 2011-04-15 19:04:59 -04:00
  • c7cdb5379b polishing, removed unused import Oleg Zhurakousky 2011-04-15 18:10:37 -04:00
  • 1d05b013f9 INT-1851 added support for mapping JMS properties of the jms reply message to SI Message headers Oleg Zhurakousky 2011-04-15 18:08:25 -04:00
  • 6abadb134c INT-1863 added support for message removal from the MessageStore to ClaimCheckOutTransformer. Updated documentation. Oleg Zhurakousky 2011-04-15 16:08:54 -04:00
  • fea200997a INT-1732 changed documentation to remove reference to the old behavior of the Transformer. Added comments to Migration Guide on SI Portal Oleg Zhurakousky 2011-04-15 15:07:28 -04:00
  • e74e55a691 INT-1866 Added ConversionService support to DefaultHttpHeaderMapper to allow custom non-string headers to be converted to Strings insteadof being discarded. Added warn messages if a header value can not be converted Oleg Zhurakousky 2011-04-15 14:21:38 -04:00
  • 99d6b12174 add test additional test for INT-1838 using namespace although was fixed as a side effect of INT-1812 jonas.partner 2011-04-12 10:18:45 +01:00
  • 12dafc8179 add test for producing a text output using <xsl:output method="text" encoding="UTF-8" /> relates to INT-1838 jonas.partner 2011-04-12 10:00:33 +01:00
  • 67ab98c77a INT-1858 removed requirememt for top-level gateway to have an ID attribute Oleg Zhurakousky 2011-04-11 17:13:49 -04:00
  • 3f6ae0ff93 INT-1862 added documentation explaining that original Message headers are preserved by the Http Outbound Gateway Oleg Zhurakousky 2011-04-11 16:59:48 -04:00
  • 75aa5b3058 INT-1855 fixed support for applying channel interceptors on PollableJmsChannel Oleg Zhurakousky 2011-04-11 16:38:49 -04:00
  • 7713ee4764 INT-1841 fixed the way inbound gateways react to async channel as request-channel when such channel has no subscribers Oleg Zhurakousky 2011-04-11 16:09:40 -04:00
  • 46577add6b INT-1856 added support for filename-generator-expression to outbound file adapters, added tests Oleg Zhurakousky 2011-04-07 12:39:40 -04:00
  • 66aba7b5a6 INT-1856 added support for 'filename-generator-expression' to File outbound-gateway Oleg Zhurakousky 2011-04-03 22:16:57 -04:00
  • 87fccc1a70 Explicit mention of transaction config with JdbcMessageStore Dave Syer 2011-03-31 12:06:46 +01:00
  • 16b0248791 INT-1848 Add order Attribute to tcp, udp, jdbc Outbound Endpoints Gary Russell 2011-03-25 15:49:00 -04:00
  • 6eb31e7e09 INT-1848 Add order Attribute to (s)ftp Outbound Adapters Gary Russell 2011-03-25 13:54:15 -04:00
  • 015c059cd9 INT-1850 Update Copyrights Gary Russell 2011-03-25 12:13:51 -04:00
  • 90bb8e6fe8 INT-1850 Set Component Names for Chain Handler Elements Gary Russell 2011-03-25 11:42:56 -04:00
  • faee3ec1a6 INT-1839 fixed AbstractMailReceiver to be compliant with MailReceiver interface and throw javax.mail.MessagingException Oleg Zhurakousky 2011-03-24 07:54:17 -04:00
  • 26951c3a59 INT-1846 fixed typo in XML documentation Oleg Zhurakousky 2011-03-24 07:40:47 -04:00
  • 29c2b2a0c1 INT-1836 fixed AbstractFtpSessionFactory to actually use 'port' when connecting to FTP server Oleg Zhurakousky 2011-03-24 07:36:31 -04:00
  • b81f8b12ee INT-1847: modify SimpleMessageStore to behave correctly with a finite capacity Dave Syer 2011-03-24 08:13:58 +00:00
  • 6e58a9ff99 Add <repositories> to generated poms Chris Beams 2011-03-14 01:03:58 +08:00
  • 9ae8180bcf INT-1830: add tests and workaround for MBeanExporters triggering eager loading Dave Syer 2011-03-10 14:30:27 +00:00
  • 053290f80d INT-1816 updated POM for JMX module to reflect dependency on test module Oleg Zhurakousky 2011-03-10 10:38:21 -05:00
  • f82c40fd3a INT-1816 chahnged NotificationPublishingMessageHandler to select the IntegrationMBeanExporter over MBeanExporter if available Oleg Zhurakousky 2011-03-10 10:28:08 -05:00
  • de8ff948e7 INT-1816 chahnged NotificationPublishingMessageHandler to select the first available MBeanExporter instance Oleg Zhurakousky 2011-03-10 10:02:35 -05:00
  • b7deee0475 INT-1832 added documentation for ErrorMessageExceptionTypeRouter Oleg Zhurakousky 2011-03-09 19:33:30 -05:00
  • 6125b375fa INT-1827 added documentation for Proxy configuration with HTTP outbound adapters/gateways Oleg Zhurakousky 2011-03-09 19:08:27 -05:00
  • 2fca52c583 INT-1817 added SI test to gradle.build for JMX module Oleg Zhurakousky 2011-03-09 17:25:38 -05:00
  • 8b53fa1fc7 INT-1817 added namespace support for object-name-static-properties for IntegrationMBeanExporter Oleg Zhurakousky 2011-03-09 17:13:13 -05:00
  • 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 Oleg Zhurakousky 2011-03-09 14:37:54 -05:00
  • 1b3e7ce6e9 INT-1816 added support for multiple non-conflicting mbean exporters Oleg Zhurakousky 2011-03-09 12:49:04 -05:00
  • 0b5f3b20e4 INT-1815 added additional test cases for DefaultHttpHeaderMapper Oleg Zhurakousky 2011-03-09 10:57:03 -05:00
  • 5c349ecb7b INT-1756 fixed broken test Oleg Zhurakousky 2011-03-09 10:11:48 -05:00
  • d12eadf33c INT-1756 added support for auto-creating remote directories Oleg Zhurakousky 2011-03-09 09:54:27 -05:00
  • d16ba3061d INT-1804 removed custom matcher function in favor of the already existing Regex support in SpEL Oleg Zhurakousky 2011-03-09 08:26:51 -05:00
  • d19f126da9 INT-1830 added support for resolution of 'concurrency' with property placeholder Oleg Zhurakousky 2011-03-08 18:27:02 -05:00
  • 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) Oleg Zhurakousky 2011-03-08 15:43:10 -05:00
  • 653c61e8d1 INT-1812 namespace parser for xsl transformer now sets always use source and result factories if result factory or type is specified Jonas Partner 2011-03-08 17:29:26 +00:00
  • 3a1bd0fdcd INT-1792 added support for sub-types of an array type to the PayloadTypeRouter Oleg Zhurakousky 2011-03-08 07:39:24 -05:00
  • c0ea0ef882 INT-1830 added support for configuring concurrency on jms channel Oleg Zhurakousky 2011-03-07 22:30:31 -05:00
  • 90fedfe220 INT-1792 added support for routing arrays in PayloadTypeRouter Oleg Zhurakousky 2011-03-07 19:06:13 -05:00
  • 1f2f7dac04 INT-1802 added docs for replacing '@' with '%40' in the userid when its specified as part of the url Oleg Zhurakousky 2011-03-07 18:26:19 -05:00
  • 3839db5433 INT-1829 added support for MessageHistory to outbound-channel-adapter Oleg Zhurakousky 2011-03-07 18:14:45 -05:00
  • 2d6e490969 INT-1782 added support for configuring temporary suffix Oleg Zhurakousky 2011-03-07 15:33:58 -05:00
  • 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. Oleg Zhurakousky 2011-03-07 10:32:12 -05:00
  • 9a5c26581b INT-1822 Add Attribute to Suppress Reverse DNS Lokup Gary Russell 2011-03-04 18:53:51 -05:00
  • 5e02a7e63b INT-1823 Protect NIO Selector from Unexpected Exceptions Gary Russell 2011-03-02 18:37:02 -05:00
  • cf50734744 INT-1814 fixed the casting error Oleg Zhurakousky 2011-03-02 14:26:01 -05:00
  • aa5119711b INT-1815 added logging for all SubscribableChannels as well as EventDrovenConsumer handler when it subscribes to a Channel Oleg Zhurakousky 2011-03-02 14:11:35 -05:00
  • 1514a6e64a INT-1815 removed size() method in AbstractDispatcher Oleg Zhurakousky 2011-03-02 09:32:29 -05:00
  • f085a094c8 INT-1815 added support for ignoring user-defined prefix when mapping from HttpHeaders to MessageHeaders Oleg Zhurakousky 2011-03-01 17:09:49 -05:00
  • b73e73f069 INT-1814 refactored to ensure that the log message appears for ANY P2P channel, but not for PUB-SUB channel Oleg Zhurakousky 2011-03-01 14:38:12 -05:00
  • 7932a6592a INT-1814 added INFO message when DirectChannel has more then one subscriber Oleg Zhurakousky 2011-03-01 10:10:35 -05:00
  • 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') Oleg Zhurakousky 2011-03-01 09:02:58 -05:00
  • 90946841b4 INT-1820: fix handler metrics Dave Syer 2011-02-28 14:32:54 +00:00
  • 69b4a0db78 INT-1797 Polishing Gary Russell 2011-02-20 20:29:44 -05:00
  • 73e31e52ea INT-1797 Polish trace log entry Gary Russell 2011-02-20 15:51:19 -05:00
  • 2ddbf35cfb INT-1797 Polishing; fix failing test Gary Russell 2011-02-20 15:35:27 -05:00
  • ecff2ce21e INT-1797 Remove ERROR Log on NIO Socket Close; Refactor common NIO Client/Server factory code to AbstractConnectionFactory Gary Russell 2011-02-20 15:05:56 -05:00
  • fe1975f467 INT-1799: fix index out of bounds in SequenceSizeReleaseStrategy Dave Syer 2011-02-18 08:47:31 +00:00
  • 13ed0534a2 updated template.mf files for [2.0.4, 2.0.5) version range Mark Fisher 2011-02-11 12:54:48 -05:00
  • 0e75e6f64d updated POMs for 2.0.4.BUILD-SNAPSHOT Mark Fisher 2011-02-11 12:52:37 -05:00
  • 3497f80618 re-adding buildSrc submodule Mark Fisher 2011-02-10 09:37:08 -06:00
  • 933a36c210 removed local buildSrc Mark Fisher 2011-02-10 09:34:50 -06:00
  • 1846eeeab0 Update version to 2.0.4.BUILD-SNAPSHOT Mark Fisher 2011-02-10 09:31:51 -06:00
  • 99dc2869af Re-release version 2.0.3.RELEASE Mark Fisher 2011-02-10 09:16:12 -06:00
  • 1a72ee82b2 temporarily adding buildSrc locally Mark Fisher 2011-02-10 09:02:59 -06:00
  • 6e450d3b71 temporarily removing buildSrc submodule Mark Fisher 2011-02-10 09:02:36 -06:00
  • b46052e487 updated template.mf files for 2.0.3 Mark Fisher 2011-02-09 22:33:30 -06:00
  • 73a50fe137 updated POMs for 2.0.4.BUILD-SNAPSHOT Mark Fisher 2011-02-09 20:23:41 -06:00
  • 16d386085c re-added buildSrc as a submodule Mark Fisher 2011-02-09 20:18:35 -06:00
  • 1a1ac7dc69 removing local buildSrc Mark Fisher 2011-02-09 20:17:38 -06:00
  • 3256884d9c Update version to 2.0.4.BUILD-SNAPSHOT Mark Fisher 2011-02-09 20:15:21 -06:00
  • c4dbad9ea4 Release version 2.0.3.RELEASE Mark Fisher 2011-02-09 20:05:59 -06:00
  • 87fe887480 temporarily adding buildSrc locally for 2.0.3.RELEASE Mark Fisher 2011-02-09 19:38:40 -06:00
  • 007305869c temporarily removing buildSrc submodule for 2.0.3.RELEASE Mark Fisher 2011-02-09 19:38:10 -06:00
  • fe36d5381b updating readme and changelog for 2.0.3 Mark Fisher 2011-02-09 19:27:16 -06:00
  • 034994ecb3 INT-1793 added a 'receive-timeout' attribute to the JMS inbound-channel-adapter element Mark Fisher 2011-02-09 19:11:28 -06:00
  • cae35083e3 INT-1794 no longer creating a Message when a MessageSource returns a null payload object Mark Fisher 2011-02-09 18:33:45 -06:00
  • a2aedfb969 POMs updated from 2.0.2.RELEASE to 2.0.3.BUILD-SNAPSHOT as version for all project modules Gary Russell 2011-02-09 14:57:26 -05:00
  • 97617355ee INT-1785 Add Raw Single-Shot (De)Serializer Gary Russell 2011-02-09 14:54:50 -05:00
  • bece4a1c1b readding buildSrc as git submodule Mark Fisher 2011-02-08 11:37:45 -06:00
  • d90402bc61 removed local buildSrc dir Mark Fisher 2011-02-08 11:37:08 -06:00
  • ed2a349b93 Update version to 2.0.3.BUILD-SNAPSHOT Mark Fisher 2011-02-08 11:31:40 -06:00
  • c854059ce6 Release version 2.0.2.RELEASE Mark Fisher 2011-02-08 11:00:30 -06:00
  • cc0fa83873 temporarily adding buildSrc locally for 2.0.2.RELEASE Mark Fisher 2011-02-08 10:42:21 -06:00
  • fe3e42ea32 temporarily removed buildSrc submodule for 2.0.2.RELEASE Mark Fisher 2011-02-08 10:41:01 -06:00
  • db1166f3f0 updated release date Mark Fisher 2011-02-08 10:37:44 -06:00
  • a69c27b4cf INT-1788 added support for 'ID' to JDBC outbound gateway and adapter Oleg Zhurakousky 2011-02-08 09:18:25 -05:00
  • d43a19221b re-adding buildSrc as a submodule Mark Fisher 2011-02-07 13:24:57 -05:00
  • 4c0892c25d removed buildSrc locally Mark Fisher 2011-02-07 13:24:28 -05:00