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 2023/06/08 15:51:57 UTC

[camel] branch yaml4 updated (61e976f4804 -> 2daf0652f72)

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

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


    from 61e976f4804 CAMEL-19307: camel-yaml-io - dumping routes to yaml
     add a356cd83e21 CAMEL-19307: camel-yaml-io - dumping routes to yaml
     add 2daf0652f72 CAMEL-19307: camel-yaml-io - dumping routes to yaml

No new revisions were added by this update.

Summary of changes:
 .../main/camel-main-configuration-metadata.json    |  2 +-
 .../main/java/org/apache/camel/CamelContext.java   | 30 +++-------------
 .../camel/impl/engine/AbstractCamelContext.java    | 19 +++-------
 .../apache/camel/impl/CamelContextConfigurer.java  | 12 ++-----
 .../org/apache/camel/impl/DefaultCamelContext.java |  7 ++--
 .../core/xml/AbstractCamelContextFactoryBean.java  |  2 +-
 .../MainConfigurationPropertiesConfigurer.java     | 12 ++-----
 .../camel-main-configuration-metadata.json         |  3 +-
 core/camel-main/src/main/docs/main.adoc            |  5 ++-
 .../camel/main/DefaultConfigurationConfigurer.java |  3 +-
 .../camel/main/DefaultConfigurationProperties.java | 42 +++-------------------
 .../java/org/apache/camel/main/MainHelper.java     | 12 ++++---
 .../ROOT/pages/camel-4-migration-guide.adoc        |  1 +
 13 files changed, 37 insertions(+), 113 deletions(-)