You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/10/15 12:01:32 UTC

[camel] branch master updated (12b6945 -> 4369558)

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

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


    from 12b6945  [CAMEL-15691] ensure johnzon format doc does not inherit inaccurate jackson doc (#4451)
     add 4369558  CAMEL-15694: camel-core - Optmize EventNotifier to seperate exchange vs other events

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/ExtendedCamelContext.java     |  11 ++-
 .../impl/engine/DefaultManagementStrategy.java     |   7 +-
 .../camel/impl/cluster/ClusteredRoutePolicy.java   |   4 +-
 .../camel/impl/event/EventNotifierEventsTest.java  |  45 ++++++---
 ...est.java => SimpleEventNotifierEventsTest.java} | 103 +++++++++++----------
 .../java/org/apache/camel/support/EventHelper.java |   8 +-
 .../apache/camel/support/EventNotifierSupport.java |  25 +++--
 ...upport.java => SimpleEventNotifierSupport.java} |  47 +++++++---
 8 files changed, 157 insertions(+), 93 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/impl/event/{EventNotifierEventsTest.java => SimpleEventNotifierEventsTest.java} (74%)
 copy core/camel-support/src/main/java/org/apache/camel/support/{EventNotifierSupport.java => SimpleEventNotifierSupport.java} (77%)