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 11:18:22 UTC

[camel] branch master updated (82bffec -> 1bfa41e)

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 82bffec  Camel-Kafka: Fixed CS
     new 591b6d4  CAMEL-13312: Tidy up ModelCamelContext to have add methods for adding new routes/rests from input stream.
     new 8467f5a  CAMEL-13312: Tidy up ModelCamelContext to have add methods for adding new routes/rests from input stream.
     new 1bfa41e  CAMEL-13301: Move catalog apis from CamelContext to CatalogCamelContext to have them separated.

The 36028 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                                       | 10 ++++-
 .../jbpm/server/CamelKieServerExtension.java       |  7 ++--
 .../jms/JmsExplainEndpointOptionsTest.java         |  3 +-
 .../apache/camel/component/kura/KuraRouter.java    |  4 +-
 .../apache/camel/spring/boot/RoutesCollector.java  | 14 +------
 .../camel/spring/CamelLoadRoutesFromXMLTest.java   |  5 ++-
 .../core/xml/AbstractCamelContextFactoryBean.java  |  9 +----
 .../org/apache/camel/builder/RouteBuilder.java     | 15 +------
 .../apache/camel/impl/AbstractCamelContext.java    | 46 +++++++++-------------
 .../org/apache/camel/model/ModelCamelContext.java  | 33 +++++++++-------
 .../java/org/apache/camel/model/ModelHelper.java   | 28 +++++++++++++
 .../apache/camel/model/LoadRestFromXmlTest.java    |  8 +---
 .../apache/camel/model/LoadRouteFromXmlTest.java   |  3 +-
 .../model/LoadRouteFromXmlWithInterceptTest.java   |  3 +-
 .../model/LoadRouteFromXmlWithNamespaceTest.java   |  5 +--
 .../model/LoadRouteFromXmlWithOnExceptionTest.java |  3 +-
 .../model/LoadRouteFromXmlWithPolicyTest.java      |  3 +-
 .../management/mbean/ManagedCamelContext.java      |  7 +---
 .../commands/AbstractLocalCamelController.java     | 10 ++---
 ...ComponentConfigurationAndDocumentationTest.java |  5 ++-
 ...ComponentConfigurationAndDocumentationTest.java |  3 +-
 .../camel/itest/doc/EipDocumentationTest.java      | 11 +++---
 ...yLanguageConfigurationAndDocumentationTest.java |  3 +-
 ...ComponentConfigurationAndDocumentationTest.java |  3 +-
 ...eLanguageConfigurationAndDocumentationTest.java |  3 +-
 ...ataFormatConfigurationAndDocumentationTest.java |  3 +-
 26 files changed, 120 insertions(+), 127 deletions(-)