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 2019/10/07 06:55:10 UTC

[camel] branch master updated (1f51a8c -> c18610a)

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 1f51a8c  CAMEL-13849 camel-atmos - Upgrade to Atmos client 3.x
     add 6fa2579  CAMEL-14040: DefaultRegistry - findByType should return merged result incl fallback
     add c18610a  Update migration guide

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/support/DefaultRegistryTest.java  | 88 ++++++++++++++++++++++
 .../org/apache/camel/support/DefaultRegistry.java  | 35 +++++++--
 .../ROOT/pages/camel-3-migration-guide.adoc        | 11 ++-
 3 files changed, 123 insertions(+), 11 deletions(-)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/support/DefaultRegistryTest.java