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/03/31 10:51:25 UTC

[camel] branch regen_bot updated (fbc65660a9f -> bb274d0ce26)

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 fbc65660a9f Sync deps
     add f0ac10eb342 CAMEL-15105: make the LanguageResolver a plugin of the context
     add 85a27259eae CAMEL-15105: make the ConfigurerResolver a plugin of the context
     add 63474360838 CAMEL-15105: make the UriFactoryResolver a plugin of the context
     add 6d95ad68fd6 CAMEL-15105: fixed broken formatting in camel-knative
     add bb274d0ce26 Regen for commit 6d95ad68fd6120e0fb89efdf3cb20263dfc6bc72

No new revisions were added by this update.

Summary of changes:
 .../component/dataformat/DataFormatComponent.java  |  3 +-
 .../jaxb/JaxbRestBindingJaxbDataFormatFactory.java |  3 +-
 .../component/knative/spi/KnativeEnvironment.java  |  4 +-
 .../properties/BasePropertiesFunction.java         |  5 ++-
 .../properties/KubernetesClientConfigureTest.java  |  3 +-
 .../component/metrics/MetricsComponentTest.java    |  5 ++-
 .../faulttolerance/FaultToleranceReifier.java      |  4 +-
 .../camel/component/netty/NettyConfiguration.java  |  3 +-
 .../camel/component/olingo2/Olingo2Endpoint.java   |  3 +-
 .../camel/component/olingo4/Olingo4Endpoint.java   |  3 +-
 .../component/resilience4j/ResilienceReifier.java  |  4 +-
 .../apache/camel/component/rest/RestProducer.java  |  3 +-
 .../org/apache/camel/ExtendedCamelContext.java     | 32 --------------
 .../camel/impl/engine/AbstractCamelContext.java    | 11 ++---
 .../impl/engine/CamelPostProcessorHelper.java      |  3 +-
 .../engine/DefaultAutowiredLifecycleStrategy.java  |  3 +-
 .../impl/engine/DefaultCamelContextExtension.java  | 50 +---------------------
 .../camel/impl/ExtendedCamelContextConfigurer.java | 18 --------
 .../java/org/apache/camel/impl/DefaultModel.java   |  4 +-
 .../impl/lw/LightweightCamelContextExtension.java  | 32 --------------
 .../impl/lw/LightweightRuntimeCamelContext.java    |  3 +-
 .../model/cloud/ServiceCallConfiguration.java      |  3 +-
 .../reifier/dataformat/DataFormatReifier.java      |  3 +-
 .../apache/camel/impl/ConfigurerResolverTest.java  |  3 +-
 .../camel/main/MainAutowiredLifecycleStrategy.java |  3 +-
 .../java/org/apache/camel/main/MainHelper.java     |  7 ++-
 .../org/apache/camel/support/DefaultComponent.java |  4 +-
 .../org/apache/camel/support/PluginHelper.java     | 45 +++++++++++++++++++
 .../camel/support/PropertyConfigurerHelper.java    |  6 +--
 .../support/component/AbstractApiComponent.java    |  5 ++-
 .../component/ApiMethodPropertiesHelper.java       |  9 ++--
 .../java/org/apache/camel/main/KameletMain.java    |  8 +++-
 .../apache/camel/dsl/yaml/common/YamlSupport.java  |  3 +-
 33 files changed, 117 insertions(+), 181 deletions(-)