Commit Graph

  • 2f5bf21e16 INT-2019 added 'order' attribute for AMQP 'outbound-gateway' and 'outbound-channel-adapter' elements Mark Fisher 2011-08-04 15:13:44 -04:00
  • 97c61e2512 using hasText instead of simple null check for collectionName Mark Fisher 2011-08-04 12:40:53 -04:00
  • 304e9b2abb regenerate poms for AMQP changes Dave Syer 2011-08-03 14:38:21 +01:00
  • 9f415cc6ab INT-1576,INT-1579,INT-2025: added spring-integration-scripting and fixed HeaderEnricher issue David Turanski 2011-08-03 15:15:19 +05:30
  • 207f043587 INT-1576,INT-1579,INT-2025: added spring-integration-scripting and fixed HeaderEnricher issue David Turanski 2011-08-03 15:15:00 +05:30
  • f94411e11d changed case Mark Fisher 2011-08-02 17:38:16 -04:00
  • 89a4060ad4 removed some commented out code Mark Fisher 2011-08-02 17:27:59 -04:00
  • de1b0c1402 MongoMessageStoreTests now actually assert the payload, headers, and Message itself all are equal before and after storing Mark Fisher 2011-08-02 17:24:41 -04:00
  • aa0db376ce refactored MongoMessageStore to support reading object payloads again Mark Fisher 2011-08-02 17:17:36 -04:00
  • ca1fa6b727 polishing MongoDB availability rule code Mark Fisher 2011-08-02 17:08:01 -04:00
  • 950c05e6ab updated MongoMessageStore to use a MongoDbFactory rather than direct Mongo instance Mark Fisher 2011-08-02 16:53:23 -04:00
  • ad10c92bd5 polishing Redis tests Oleg Zhurakousky 2011-08-02 08:52:50 -04:00
  • 563d1db0f1 polishing broken test trying to determine why it fails in CI Oleg Zhurakousky 2011-08-02 08:10:27 -04:00
  • c6403f3feb INT-2026 added new packages Oleg Zhurakousky 2011-08-01 10:03:56 -04:00
  • 24236fa981 INT-2026 added support for @MongodbAvailable to MongoDB-based tests Oleg Zhurakousky 2011-08-01 10:03:16 -04:00
  • fec5736675 INT-2024 polishing test, added timeout between send and receive Oleg Zhurakousky 2011-08-01 09:42:09 -04:00
  • b26ad561ab INT-2024 polishing test, made redis channel unique for this test Oleg Zhurakousky 2011-08-01 09:33:55 -04:00
  • 53bfad7aa0 INT-2024 increased the timeout in RedisInboundChannelAdapterTests.testRedisInboundChannelAdapter Oleg Zhurakousky 2011-08-01 09:01:06 -04:00
  • 413e8a4689 INT-2024 added @Rule to run Redis tests only when Redis is available Oleg Zhurakousky 2011-08-01 08:48:20 -04:00
  • ffc4b07abb #INT-1967 Standardize namespace pre-fixes in documentation Gunnar Hillert 2011-07-31 23:56:42 -04:00
  • f35c9b8c3a #INT-1987 - Add a paragraph/section to the beginning of the Reference Manual explaining the usage of namespace prefixes Gunnar Hillert 2011-07-31 23:51:04 -04:00
  • 3887f55055 #INT-1967 Standardize namespace pre-fixes in documentation Gunnar Hillert 2011-07-31 15:28:21 -04:00
  • 78c479eb05 Fixed #INT-1984 - Error documentation about Converter; #INT-1967 Standardize namespace pre-fixes in documentation Gunnar Hillert 2011-07-31 11:10:53 -04:00
  • 9fae5bf477 Fixed #INT-1984 - Error documentation about Converter; #INT-1967 Standardize namespace pre-fixes in documentation Gunnar Hillert 2011-07-31 10:38:00 -04:00
  • 6497a72bdc Fixed #INT-2021 Clean up formatting issues in chapter 11 (File Support) of the reference documentation Gunnar Hillert 2011-07-29 18:08:49 -04:00
  • 25c421e82c Fixed #INT-2021 Clean up formatting issues in chapter 11 (File Support) of the reference documentation; #INT-1967 Standardize namespace pre-fixes in documentation Gunnar Hillert 2011-07-29 16:52:53 -04:00
  • e504436b71 Added another @Ignore to Redis Oleg Zhurakousky 2011-07-28 08:13:15 -04:00
  • 17999e198e Added @Ignore to Redis and Mongo tests for now. Will be looking into using @Rule Oleg Zhurakousky 2011-07-28 08:02:46 -04:00
  • 354b4ca65b INT-2016 fixed the typo in the method name Oleg Zhurakousky 2011-07-28 07:58:56 -04:00
  • 47e3b47955 INT-2016 modified DefaultAmqpHeaderMapper to NOT copy headers such as ID, TIMESTAMP, REPLY_CHANNEL and ERRPR_CHANNEL Oleg Zhurakousky 2011-07-28 07:47:52 -04:00
  • 02735b15f1 INT-2015 'reply-channel' is no longer required in the spring-integration-amqp XSD Mark Fisher 2011-07-27 16:39:40 -04:00
  • 57f6c3e0ab avoiding NPE in AmqpOutboundEndpoint Mark Fisher 2011-07-27 16:38:27 -04:00
  • cd1c4b1c45 INT-1884 bumped the timeout in JdbcMessageStoreChannelIntegrationTests which intermittently fails localy and in CI Oleg Zhurakousky 2011-07-26 20:35:22 -04:00
  • 8ce5193f29 INT-2008 added si-redis.conf Oleg Zhurakousky 2011-07-26 18:27:44 -04:00
  • 68770e2898 INT-2008 un-Ignored all tests requiring running instance of Redis, changed to use custom port Oleg Zhurakousky 2011-07-26 18:14:05 -04:00
  • 21e25ac1f2 INT-2008 changed single test to test Redis instance running on non-default port Oleg Zhurakousky 2011-07-26 17:55:56 -04:00
  • 3ed5aa301f INT-2008 testing redis on the CI server Oleg Zhurakousky 2011-07-26 17:12:11 -04:00
  • 12cb670e01 validating that MongoDB instance running in CI could be used for testing Oleg Zhurakousky 2011-07-26 14:05:06 -04:00
  • 5e71d443f9 INT-1992, INT-1993 added spring-integration-test to the build.gradle Oleg Zhurakousky 2011-07-26 12:29:27 -04:00
  • 80fa07f356 INT-1992 moved REDIS module to the main branch Oleg Zhurakousky 2011-07-26 10:41:06 -04:00
  • c26a1c6c6b INT-1991 moved MongoDB module to the main branch Oleg Zhurakousky 2011-07-26 08:47:35 -04:00
  • ac9a1c7700 @Ignoring integration test that requires running RabbitMQ broker for now Mark Fisher 2011-07-22 18:55:32 -04:00
  • 30af8e6fd4 INT-1998 refactored AmqpInboundGateway to be compatible with latest parser changes Mark Fisher 2011-07-22 18:52:58 -04:00
  • d4955fe914 removed @Override annotation Mark Fisher 2011-07-22 18:35:17 -04:00
  • 8cec1e5aa5 INT-2003 added the 'spring-integration-amqp' module Mark Fisher 2011-07-22 18:28:37 -04:00
  • f976e697f2 INT-2002 removed the spring-integration-httpinvoker module Mark Fisher 2011-07-22 18:08:29 -04:00
  • 8b597c1cda INT-1999 upgraded to Spring Framework 3.1 M2 Mark Fisher 2011-07-22 18:00:40 -04:00
  • 74747fdd8f INT-1999 updated template.mf files for new 2.1.0 version range Mark Fisher 2011-07-22 17:01:33 -04:00
  • 46238e555c INT-1999 updated version to 2.1.0.BUILD-SNAPSHOT and regenerated POMs Mark Fisher 2011-07-22 16:59:09 -04:00
  • 9a43781973 updated POMs for 2.0.6.BUILD-SNAPSHOT Mark Fisher 2011-07-18 18:09:12 -04:00
  • 2e605f24c9 updated template.mf files for 2.0.6.BUILD-SNAPSHOT Mark Fisher 2011-07-18 18:07:12 -04:00
  • 82182a8b7b Update version to 2.0.6.BUILD-SNAPSHOT Mark Fisher 2011-07-18 17:57:19 -04:00
  • b1ee08b8d1 Release version 2.0.5.RELEASE Mark Fisher 2011-07-18 17:36:31 -04:00
  • bb90ffc840 added @Deprecated annotation Mark Fisher 2011-07-18 16:59:21 -04:00
  • 489755c931 updating info docs for 2.0.5.RELEASE Mark Fisher 2011-07-18 16:49:05 -04:00
  • eb661d336c INT-1969 simplified PayloadTypeRouter code Mark Fisher 2011-07-18 16:14:34 -04:00
  • 7c9359e65f INT-1969 fixed some ambiguity tests Mark Fisher 2011-07-18 15:50:43 -04:00
  • dda08a1b58 INT-1969 added even more tests for ambiguity checks Oleg Zhurakousky 2011-07-18 14:04:21 -04:00
  • 92f563f5e1 INT-1969 added more tests to validate several ambiguity scenarios for the PayloadTypeRouter Oleg Zhurakousky 2011-07-18 13:58:26 -04:00
  • 22bb8350b0 INT-1969 polished the code, modified exception message to include ambiguities Oleg Zhurakousky 2011-07-18 12:58:47 -04:00
  • c92d877c24 INT-1969 ensuring that interface weight results are always odd to offset with even class results. Also fixed typo: 'matchedIntefaces' Mark Fisher 2011-07-18 09:41:37 -04:00
  • 8ae6d7b842 INT-1980 added schema and reference documentation related to the 'pub-sub-domain' attribute of JMS module Oleg Zhurakousky 2011-07-18 09:01:23 -04:00
  • f31aff1c27 INT-1969 polished PayloadTypeRouter support for determining the weight of sub-classes Oleg Zhurakousky 2011-07-15 23:25:24 -04:00
  • 4929fff7e5 INT-1978 added more tests for PayloadTypeRouter Oleg Zhurakousky 2011-07-15 13:26:14 -04:00
  • 7e4e58cddb INT-1969 adding type-difference-weight algorithm for more nuanced decision making with regard to class and/or interface hierarchies for the PayloadTypeRouter Mark Fisher 2011-07-15 13:07:12 -04:00
  • 9cd0871739 removing warnings Mark Fisher 2011-07-15 11:50:53 -04:00
  • 8cfd7d5a75 removing warnings Mark Fisher 2011-07-15 11:50:22 -04:00
  • cc56864c48 removing warnings Mark Fisher 2011-07-15 11:48:08 -04:00
  • 44d570f700 INT-1951 limiting the exclusion of a request body to GET requests for now Mark Fisher 2011-07-15 11:40:56 -04:00
  • 544a34bf28 INT-1951 polished HttpRequestExecutingMessageHandler to better handle the difference between PUT/POST and other Http methods Oleg Zhurakousky 2011-07-15 10:04:29 -04:00
  • c856be6bcc formatting and removing unused method arg Mark Fisher 2011-07-14 16:45:17 -04:00
  • 36eb5b1ede INT-1923 polished IDLE adapter to accomodate deprecation of task-executor Oleg Zhurakousky 2011-07-14 15:57:25 -04:00
  • 2d72c278f9 polishing Mark Fisher 2011-07-14 13:59:48 -04:00
  • 1976e64be1 polishing doc Mark Fisher 2011-07-14 13:58:50 -04:00
  • ce3c538fb5 polishing Mark Fisher 2011-07-14 13:49:10 -04:00
  • 45ff34452b polishing doc Mark Fisher 2011-07-14 13:39:54 -04:00
  • 924316ce15 polishing doc Mark Fisher 2011-07-14 13:15:55 -04:00
  • 71af0200d3 polishing doc Mark Fisher 2011-07-14 13:05:18 -04:00
  • fa3b495936 polishing doc Mark Fisher 2011-07-14 12:59:20 -04:00
  • bd5bb7a101 removed System.out.println Mark Fisher 2011-07-14 12:52:02 -04:00
  • 98bbb98de3 INT-1975 regenerated POM files Oleg Zhurakousky 2011-07-14 11:49:16 -04:00
  • ff8c4e0321 INT-1811 upgraded MAIL module to be dependent on Java Mail 1.4.4 Oleg Zhurakousky 2011-07-14 10:56:23 -04:00
  • 73c1f3b4ee INT-1923 fixed broken test Oleg Zhurakousky 2011-07-14 08:34:24 -04:00
  • 286d5afdac INT-1923 refactored to simplify code (removed ResubmittingTask, fixed the use of TaskExecutor, other minor polishing) Oleg Zhurakousky 2011-07-14 07:58:21 -04:00
  • e4b72d0b85 INT-1923 refactored Lifecycle support for IMAP adapter that was fixed earlier Oleg Zhurakousky 2011-07-13 15:38:15 -04:00
  • 101bb241de minor typo in aggregator doc Mark Fisher 2011-07-13 14:24:41 -04:00
  • 1743347025 minor typo in xsd Mark Fisher 2011-07-13 14:22:17 -04:00
  • f8acd850dc INT-1974 removed the IF statement which was checking the state of the collection in favor of delegating to the ConversionService Oleg Zhurakousky 2011-07-13 12:36:51 -04:00
  • b99504ad96 INT-1972 remoting outbound gateway base class now must create a new message more explicitly Mark Fisher 2011-07-12 18:19:43 -04:00
  • 4866d242be INT-1972 adjusted unit tests for JDBC based on MessageHeader changes Mark Fisher 2011-07-12 17:05:31 -04:00
  • 94ac56593f INT-1972 MessageBuilder is now more diligent in determining the 'modified' flag value, and as a result it will return the originalMessage from a build() call any time that there have been no additions/removals/modifications to the payload or headers. Mark Fisher 2011-07-12 16:41:44 -04:00
  • 5bffa91a1b INT-1932 added support for 'delimiters' attribute on the <splitter> element (when not using a 'ref', 'expression', or inner bean) Mark Fisher 2011-07-12 14:14:15 -04:00
  • af7bc5ac74 INT-1951 fixed HttpRequestExecutingMessageHandler to ensure that it sets Content-Type only for POST and PUT requests Oleg Zhurakousky 2011-07-12 13:28:50 -04:00
  • 30b39da1d0 INT-1969 fixed typo and access modifier in PayloadTypeRouter Oleg Zhurakousky 2011-07-11 18:20:06 -04:00
  • dc86782195 INT-1969 fixed PayloadTypeRouter to introspect sub-interfaces of the interfaces implemented by the payload type Oleg Zhurakousky 2011-07-11 18:08:54 -04:00
  • ccb0edc2ee INT-1970 added another router SpEL example to the Reference Manual David Turanski 2011-07-11 12:29:45 -04:00
  • 871e3bd503 INT-1965 added test properties file Oleg Zhurakousky 2011-07-08 10:08:38 -04:00
  • 77de5f6d93 INT-1965 fixed XSDs in FTP and SFTP modules to make sure they are PropertyPlaceholder compatible (e.g., xsd:string instead of xsd:boolean) Oleg Zhurakousky 2011-07-08 10:07:42 -04:00
  • 16ebc11697 INT-1964 added DEBUG level logging to the doPoll() method in PollingConsumer and SourcePollingChannelAdapter Oleg Zhurakousky 2011-07-08 09:54:55 -04:00
  • 1a0e823e0c INT-1959 updated documentation to reflect the appropriate size of the thread pool for the default instance of the Task Schecduler Oleg Zhurakousky 2011-07-08 09:29:18 -04:00