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/03/12 09:47:02 UTC

[camel] branch master updated (c135689 -> fbf173b)

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 c135689  Upgrade Libphonenumber and related bundle to version 8.10.6
     new d7864dc  CAMEL-13301: Move catalog apis from CamelContext to CatalogCamelContext to have them separated.
     new fbf173b  Regen

The 36015 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:
 MIGRATION.md                                       |   4 +
 .../main/java/org/apache/camel/CamelContext.java   | 110 ----------------
 .../java/org/apache/camel/CatalogCamelContext.java | 141 +++++++++++++++++++++
 .../impl/CamelContextJSonSchemaResolver.java       |   5 +-
 .../apache/camel/impl/AbstractCamelContext.java    |   4 +-
 .../camel/impl/RuntimeEndpointRegistryTest.java    |   3 +-
 .../model/GatherAllStaticEndpointUrisTest.java     |   3 +-
 .../management/mbean/ManagedCamelContext.java      |  31 ++---
 .../camel/management/mbean/ManagedComponent.java   |   9 +-
 .../camel/management/mbean/ManagedDataFormat.java  |   5 +-
 .../camel/management/mbean/ManagedEndpoint.java    |   5 +-
 .../camel/management/mbean/ManagedProcessor.java   |   5 +-
 .../camel/management/mbean/ManagedRoute.java       |   5 +-
 .../apache/camel/support/CamelContextHelper.java   |   4 +-
 .../camel-spring-boot-dependencies/pom.xml         |   2 +-
 15 files changed, 190 insertions(+), 146 deletions(-)
 create mode 100644 core/camel-api/src/main/java/org/apache/camel/CatalogCamelContext.java