You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by an...@apache.org on 2016/06/22 12:35:05 UTC

[3/3] camel git commit: CAMEL-10024: sync on close and deprecation This closes #1043

CAMEL-10024: sync on close and deprecation
This closes #1043


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/76544116
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/76544116
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/76544116

Branch: refs/heads/master
Commit: 76544116f587440bfa4df684242bbde895b99ce5
Parents: 8f2bc15 4d14c57
Author: Arno Noordover <an...@users.noreply.github.com>
Authored: Wed Jun 22 14:33:38 2016 +0200
Committer: Arno Noordover <an...@users.noreply.github.com>
Committed: Wed Jun 22 14:33:38 2016 +0200

----------------------------------------------------------------------
 .../camel/component/mina2/Mina2Consumer.java    |  6 +-
 .../camel/component/mina2/Mina2Producer.java    | 74 +++++++++++---------
 .../component/mina2/Mina2TextLineDelimiter.java | 18 ++++-
 ...Mina2ClientModeTcpTextlineDelimiterTest.java |  2 +-
 .../mina2/Mina2DisconnectRaceConditionTest.java | 70 ++++++++++++++++++
 .../component/mina2/Mina2EncodingTest.java      |  2 +-
 .../mina2/Mina2ExchangeTimeOutTest.java         |  2 +-
 .../mina2/Mina2NoResponseFromServerTest.java    |  4 +-
 .../mina2/Mina2ProducerShutdownMockTest.java    |  7 +-
 .../mina2/Mina2ReverseProtocolHandler.java      |  2 +-
 .../mina2/Mina2TransferExchangeOptionTest.java  |  2 +-
 11 files changed, 141 insertions(+), 48 deletions(-)
----------------------------------------------------------------------