You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/04/03 14:24:04 UTC

[camel] branch regen_bot updated (835d148d439 -> 68864776ccb)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 835d148d439 Regen for commit 793765235f40d47071d366532a53187fbdf30d85 (#9778)
     add c134ccacf36 (chores) ci: use the Apache archive for downloading Maven Daemon
     add 30f02935727 (chores) ci: upgrade to Maven Daemon 0.9.0
     add f3b0343b26d CAMEL-15105: fixed import order
     add d74f22294c4 CAMEL-15105: make the ModelToXMLDumper a plugin of the context
     add 68864776ccb CAMEL-15105: removed unused variable in AbstractCamelContext

No new revisions were added by this update.

Summary of changes:
 .github/actions/install-mvnd/action.yml                 |  9 +++++++--
 .../camel/spring/DumpModelAsXmlPlaceholdersTest.java    |  5 ++---
 .../spring/routebuilder/SpringRouteTemplateTest.java    |  8 +++-----
 .../java/org/apache/camel/ExtendedCamelContext.java     | 11 -----------
 .../apache/camel/impl/engine/AbstractCamelContext.java  |  7 +------
 .../camel/impl/engine/DefaultCamelContextExtension.java | 16 ----------------
 .../camel/impl/ExtendedCamelContextConfigurer.java      |  6 ------
 .../java/org/apache/camel/impl/DefaultCamelContext.java |  3 ++-
 .../camel/impl/lw/LightweightCamelContextExtension.java | 11 -----------
 .../main/java/org/apache/camel/builder/AdviceWith.java  |  7 +++++--
 .../component/properties/PropertiesRouteFromTest.java   |  5 ++---
 .../issues/TwoDoTryAndThrowInInnerCatchIssueTest.java   |  5 ++---
 .../camel/util/DumpModelAsXmlAggregateRouteTest.java    |  5 ++---
 ...elAsXmlChoiceFilterRoutePropertyPlaceholderTest.java |  8 +++-----
 .../camel/util/DumpModelAsXmlChoiceFilterRouteTest.java | 11 ++++-------
 .../camel/util/DumpModelAsXmlDanishCharactersTest.java  |  5 ++---
 .../camel/util/DumpModelAsXmlFromRouteTemplateTest.java | 12 ++++++------
 .../apache/camel/util/DumpModelAsXmlNamespaceTest.java  |  5 ++---
 .../camel/util/DumpModelAsXmlPlaceholdersTest.java      |  5 ++---
 .../camel/util/DumpModelAsXmlRouteExpressionTest.java   | 17 ++++++++---------
 .../camel/util/DumpModelAsXmlRoutePredicateTest.java    | 17 ++++++++---------
 .../camel/util/DumpModelAsXmlRouteTemplateTest.java     |  6 +++---
 .../camel/util/DumpModelAsXmlSourceLocationTest.java    |  8 +++-----
 .../camel/util/DumpModelAsXmlSplitBodyRouteTest.java    |  5 ++---
 .../DumpModelAsXmlSplitNestedChoiceEndRouteTest.java    |  5 ++---
 .../util/DumpModelAsXmlTransformRouteConstantTest.java  |  5 ++---
 .../util/DumpModelAsXmlTransformRouteLanguageTest.java  |  5 ++---
 .../camel/util/DumpModelAsXmlTransformRouteTest.java    |  5 ++---
 .../camel/management/mbean/ManagedCamelContext.java     | 11 ++++-------
 .../apache/camel/management/mbean/ManagedProcessor.java |  5 ++---
 .../org/apache/camel/management/mbean/ManagedRoute.java |  6 +++---
 .../java/org/apache/camel/support/PluginHelper.java     | 15 +++++++++++++++
 .../org/apache/camel/xml/jaxb/JaxbModelToXMLDumper.java |  5 ++---
 .../apache/camel/builder/endpoint/DumpRoutesTest.java   |  5 ++---
 .../camel/generator/openapi/RestDslXmlGenerator.java    |  5 ++---
 .../camel/generator/openapi/RestDslYamlGenerator.java   |  5 ++---
 36 files changed, 109 insertions(+), 165 deletions(-)