You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/03/13 09:06:43 UTC

[camel] branch master updated (61bfbc9 -> c0d8b8c)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 61bfbc9  CAMEL-6589: Route should have exactly only 1 input.
     new 9572ce0  CAMEL-13262 Remove unused TimeoutMap.getKeys
     new 3fe8551  CAMEL-13262 Remove Runnable from TimeoutMap interface
     new 2f822bc  CAMEL-13262 Remove unused TimeoutMap.purge
     new de4e0af  CAMEL-13262 Introduce TimeoutMap.Listener, replacing TimeoutMap.onEviction
     new f41e98d  CAMEL-13262 Introduce NoLock.INSTANCE
     new 1cc1a91  CAMEL-13262 Polish and formatting
     new 01502b3  CAMEL-13262 Simplify CorrelationTimeoutMap to minimal extension of DefaultTimeoutMap
     new 20bd20a  CAMEL-13262 Change TimeoutMap listeners to use if instead of switch
     new bc7aecc  CAMEL-13262 Formatting
     new 26b2c69  CAMEL-13262 Update netty4 TimeoutMap usage
     new c0d8b8c  Regen docs

The 36058 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../component/jms/reply/CorrelationListener.java   |  44 -------
 .../component/jms/reply/CorrelationTimeoutMap.java | 124 ++++----------------
 .../jms/reply/MessageSelectorCreator.java          |  28 ++---
 .../netty4/TimeoutCorrelationManagerSupport.java   |  44 ++++---
 .../rabbitmq/reply/CorrelationListener.java        |  44 -------
 .../rabbitmq/reply/CorrelationTimeoutMap.java      | 108 ++++-------------
 .../rabbitmq/reply/ReplyManagerSupport.java        |   3 +-
 .../src/main/java/org/apache/camel/TimeoutMap.java |  43 +++----
 .../processor/aggregate/AggregateProcessor.java    |  14 ++-
 .../camel/support/DefaultTimeoutMapTest.java       |  80 ++-----------
 .../apache/camel/support/DefaultTimeoutMap.java    | 130 ++++++++++-----------
 .../main/java/org/apache/camel/support/NoLock.java |   2 +
 .../pages/twitter-directmessage-component.adoc     |   2 +-
 .../ROOT/pages/twitter-search-component.adoc       |   2 +-
 .../ROOT/pages/twitter-streaming-component.adoc    |   2 +-
 .../ROOT/pages/twitter-timeline-component.adoc     |   2 +-
 16 files changed, 186 insertions(+), 486 deletions(-)
 delete mode 100644 components/camel-jms/src/main/java/org/apache/camel/component/jms/reply/CorrelationListener.java
 delete mode 100644 components/camel-rabbitmq/src/main/java/org/apache/camel/component/rabbitmq/reply/CorrelationListener.java