Commit Graph

7448 Commits

Author SHA1 Message Date
Gary Russell
b59ee8e352 INT-2369 package-info IP
INT-2360 package-info Core

INT-2361 package-info AMQP

INT-2362 package-info Event

INT-2363 package-info Feed

INT-2364 package-info File

INT-2365 INT-2380 package-info (S)FTP

INT-2366 package-info GemFire

INT-2367 package-info Groovy

INT-2368 package-info Http

INT-2378 package-info Scripting

INT-2372 package-info JMS
2012-01-05 14:42:24 -05:00
Mark Fisher
55a6f87bc7 Merge pull request #297 from garyrussell/INT-2354
INT-2354 Fix Race Condition in Tests
2012-01-05 10:49:40 -05:00
Gary Russell
4810d3c634 INT-2354 Fix Race Condition in Tests
Some messages could occasionally be lost because the
listener container had not yet subscribed to the queue when
we started sending messages to it.
2012-01-05 10:48:22 -05:00
Mark Fisher
f612328a86 Merge pull request #299 from olegz/INT-2357
INT-2357 upgraded XMPP to Smack 3.2.1
2012-01-05 09:50:53 -05:00
Oleg Zhurakousky
c39eb005b6 INT-2357
upgraded XMPP to Smack 3.2.1

The changes in teh tests are due to changes in the underlying API where
XMPPConnection now exposes the configuration properties.
2012-01-05 09:49:09 -05:00
Mark Fisher
c90b61e7d8 Merge pull request #298 from olegz/INT-2358
* INT-2358:
  INT-2358
2012-01-05 09:42:00 -05:00
Oleg Zhurakousky
05e9828a6b INT-2358
added Lifecycle method implementations to RedisInboundChannelAdapter
2012-01-05 09:37:14 -05:00
Mark Fisher
770b4c22db Merge pull request #296 from ghillert/INT-2356
INT-2356 - Update Jackson to 1.9.2 For reference see: https://jira.springsource.org/browse/INT-2356
2012-01-04 15:09:43 -05:00
Gunnar Hillert
4d81e649ba INT-2356 - Update Jackson to 1.9.2
For reference see: https://jira.springsource.org/browse/INT-2356
2012-01-04 15:07:46 -05:00
Mark Fisher
0286e5fe6b Merge pull request #295 from garyrussell/INT-2355
INT-2355 Update Mockito to 1.9.0
2012-01-04 15:05:43 -05:00
Gary Russell
65fa5358e7 INT-2355 Update Mockito to 1.9.0 2012-01-04 12:05:48 -05:00
Mark Fisher
9378ee8d4c Merge pull request #291 from artembilan/INT-2345
INT-2345: Doc: 'async-executor' for <gateway/>
2012-01-04 11:31:47 -05:00
Artem Bilan
368c6fbd46 INT-2345: Doc: 'async-executor' for <gateway/> 2012-01-04 11:30:46 -05:00
Mark Fisher
b23131a09e Merge pull request #292 from olegz/INT-2353
INT-2353 upgraded scripting and groovy module to Groovy 1.8.5
2012-01-04 11:20:51 -05:00
Oleg Zhurakousky
11c8c2656c INT-2353 upgraded scripting and groovy module to Groovy 1.8.5 2012-01-04 10:59:11 -05:00
Mark Fisher
a017836b26 Merge pull request #288 from olegz/INT-2350
INT-2350 fixed FtpSession improved logic that deals with creating multiple directories independent of the OS hosting FTP server
2012-01-03 16:42:17 -05:00
Oleg Zhurakousky
80c64be91f INT-2350 fixed FtpSession
improved logic that deals with creating multiple directories independent of the OS hosting FTP server

INT-2350 polishing based on PR comments

INT-2350 polishing

INT-2350 polishing
2012-01-03 16:40:42 -05:00
Mark Fisher
0e3c70d798 Merge pull request #289 from olegz/INT-2344
added documentation about mapped-request/reply-headers

  change javadoc in DefaultAmqpHeaderMapper
2012-01-03 15:30:39 -05:00
Oleg Zhurakousky
0a3718ad12 INT-2344
added documentation about mapped-request/reply-headers, change javadoc in DefaultAmqpHeaderMapper
2012-01-03 14:21:57 -05:00
Mark Fisher
2f2d491ec8 Merge pull request #287 from garyrussell/INT-2346
INT-2346 Add ToC to Acrobat Bookmarks Pane
2012-01-03 13:03:43 -05:00
Gary Russell
61cd00c0b6 INT-2346 Add ToC to Acrobat Bookmarks Pane
Acrobat Reader supports ToC hyperlinks in Bookmarks pane;
this enables that feature.
2012-01-03 13:02:29 -05:00
Mark Fisher
6d033bae4a Merge pull request #285 from garyrussell/INT-2347
* INT-2347:
  INT-2347 Update Channel Mappings Atomically
2012-01-03 11:44:53 -05:00
Gary Russell
5750ca5ff5 INT-2347 Update Channel Mappings Atomically
Ensure consistent state if channel map is replaced
dynamically.
2012-01-03 11:44:13 -05:00
Mark Fisher
f3155f86fa corrected reversed test method names 2012-01-03 11:30:45 -05:00
Gary Russell
85ea4f6411 INT-2342 Add Test Cases 2012-01-03 11:19:52 -05:00
Mark Fisher
f5cabd8085 Merge pull request #284 from markfisher/INT-2342
* INT-2342:
  INT-2342
2012-01-03 11:18:48 -05:00
Mark Fisher
ffe132986b INT-2342 2012-01-03 11:17:47 -05:00
Mark Fisher
abe6220e02 Update version to 2.1.0.BUILD-SNAPSHOT 2011-12-23 12:15:13 -05:00
Mark Fisher
e67c115004 Release version 2.1.0.RC2 2011-12-23 12:00:52 -05:00
Mark Fisher
886daa0bfb updated release date in changelog 2011-12-23 11:28:27 -05:00
Mark Fisher
4de72a3fe6 Merge pull request #283 from ghillert/INT-2339
INT-2339 - Make spring-tx an explicit dependency for the Spring Integration MongoDb Module

  remove unnecessary spring-context dependencies since it's brought in spring-tx
2011-12-23 10:48:11 -05:00
Gunnar Hillert
0c376dd694 INT-2339 - Make spring-tx an explicit dependency
for the Spring Integration MongoDb Module

Also addresses: https://jira.springsource.org/browse/INT-2340

For reference see: https://jira.springsource.org/browse/INT-2339
2011-12-23 10:39:23 -05:00
Mark Fisher
1435dc5794 Merge pull request #281 from olegz/INT-2334
INT-2334 Fix for MongoDbMessageStore storing MessageHistory
2011-12-22 23:26:00 -05:00
Mark Fisher
8ddb6d5c6b polishing 2011-12-22 23:25:08 -05:00
Sean Brandt
0fe6a76453 INT-2334 Fix for MongoDbMessageStore storing MessageHistory
This fix ensures that MongoDbMessageStore properly stores
MessageHistory that is stored in the 'history' header
of MessageHeaders.

polished contribution from Sean Brandt, added tests

fixed header deserialization logic to ensure that objects are converted to a proper type

removed write converter
2011-12-22 23:24:48 -05:00
Mark Fisher
953d8a62d2 Merge pull request #282 from olegz/INT-2338
INT-2338 added MessageHistory tests to all implementations of MessageStore
2011-12-22 22:46:42 -05:00
Oleg Zhurakousky
c825689d60 INT-2338
added MessageHistory tests to all implementations of MessageStore
2011-12-22 21:23:49 -05:00
Mark Fisher
52dd9e8aab Merge pull request #277 from garyrussell/INT-2333a
INT-2333 Mac OSX TCP Workaround on Server Side
2011-12-22 16:42:12 -05:00
Gary Russell
3c49cb3480 INT-2333 Mac OSX TCP Workaround on Server Side
Mac OSX problem was encountered only on the client; similar
code exists on the server side, so the workaround should
be implemented there too; just in case.
2011-12-22 16:26:50 -05:00
Mark Fisher
1a7dae5f27 Merge pull request #276 from garyrussell/INT-2333
INT-2333 Work Around for MAC OSX JVM Bug
2011-12-22 15:54:07 -05:00
Gary Russell
49c52353cd INT-2333 Work Around for MAC OSX JVM Bug
Selector.select() throws CancelledKeyException when selecting
on a closed socket.

http://java.net/jira/browse/MACOSX_PORT-526

Work around is to catch the exception and continue.
2011-12-22 15:53:03 -05:00
Mark Fisher
bc09b0617c INT-2229 upgraded spring-data-mongodb dep to 1.0 GA 2011-12-22 15:35:36 -05:00
Mark Fisher
21c727b6fe INT-2329 upgrading to Spring 3.0.7 2011-12-22 15:27:53 -05:00
Mark Fisher
2dce55f39e Merge pull request #274 from ghillert/INT-2330
INT-2330 - Upgrade to Apache commons-net 3.0.1

  For reference see: https://jira.springsource.org/browse/INT-2330
2011-12-22 12:35:36 -05:00
Gunnar Hillert
1b0e4f2984 INT-2330 - Upgrade to Apache commons-net 3.0.1
For reference see: https://jira.springsource.org/browse/INT-2330
2011-12-22 12:32:05 -05:00
Mark Fisher
0d50f671e3 Merge pull request #272 from olegz/INT-2331
INT-2331 fixed aggregator documentation
2011-12-22 09:11:38 -05:00
Oleg Zhurakousky
06bc10e960 INT-2331 fixed aggregator documentation
INT-2331 polishing
2011-12-22 09:09:57 -05:00
Mark Fisher
6e7654c97d Merge pull request #271 garyrussell/INT-2332
INT-2332 Remove Benign Exceptions From Maven Build
2011-12-22 08:39:13 -05:00
Gary Russell
0f01ba20ea INT-2332 Remove Benign Exceptions From Maven Build
The IP module produced a significant number of benign exceptions
during a maven build. Due to auto-startup adapters with a
small retry-interval for client-mode adapters.
2011-12-21 23:34:47 -05:00
Oleg Zhurakousky
d9531a74fd INT-2328-v3 polishing tests 2011-12-21 14:10:08 -05:00