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/01 07:30:29 UTC

[camel] branch regen_bot updated (dd6d84461e7 -> 078b00ae3fa)

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 dd6d84461e7 fixed results of inspection "HashMap can be substituted with EnumMap" (#9744)
     add 12dcb345497 CAMEL-15105: make the ModelJAXBContextFactory a plugin of the context
     add 0f6bcbed35c CAMEL-15105: added support for lazy initialization of plugins
     add 078b00ae3fa CAMEL-15105: make the ModelineFactory a plugin of the context

No new revisions were added by this update.

Summary of changes:
 .../camel/spring/CamelContextFactoryBeanTest.java  |  3 +-
 .../org/apache/camel/ExtendedCamelContext.java     | 35 ++++------------
 .../java/org/apache/camel/spi/PluginManager.java   | 10 +++++
 .../camel/impl/engine/AbstractCamelContext.java    |  4 +-
 .../impl/engine/DefaultCamelContextExtension.java  | 48 ++++++----------------
 .../impl/engine/DefaultContextPluginManager.java   |  7 ++++
 .../camel/impl/engine/DefaultRoutesLoader.java     |  3 +-
 .../camel/impl/ExtendedCamelContextConfigurer.java | 12 ------
 .../impl/lw/LightweightCamelContextExtension.java  | 28 +++----------
 .../core/xml/AbstractCamelContextFactoryBean.java  |  2 +-
 .../CamelContextAddRestDefinitionsFromXmlTest.java |  3 +-
 ...CamelContextAddRouteDefinitionsFromXmlTest.java |  3 +-
 .../camel/main/DefaultConfigurationConfigurer.java |  2 +-
 .../org/apache/camel/main/RoutesConfigurer.java    |  4 +-
 .../org/apache/camel/support/PluginHelper.java     | 35 ++++++++++++++++
 .../java/org/apache/camel/xml/jaxb/JaxbHelper.java |  3 +-
 .../camel/dsl/modeline/ModelineParserTest.java     |  3 +-
 17 files changed, 96 insertions(+), 109 deletions(-)