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/10/13 16:09:52 UTC

[camel] branch regen_bot_40x updated (7df284428a6 -> 0e213dec036)

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

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


    from 7df284428a6 Upgrading SBOM in the middle of the week
     add 1c87e4d964e Upgrade Jgit to version 6.7.0.202309050840-r (#11712)
     add 78eeca438f0 CAMEL-19827: camel-kafka - Consumer should fail-fast if invalid host:… (#11705)
     add 210252bc736 CAMEL-19982: camel-jbang - Allow --jvm-debug as last parameter (#11713)
     add 5db143ae80e Upgrade AWS SDK v2 to version 2.21.0 (#11716)
     add b35b2b9815d (chores) camel-core: avoid hitting the JVM slow path
     add ccc6630ab0a Upgrade Spring to version 6.0.13 (#11717)
     add 52e907266d2 Upgrade spring-ldap 3.1.2
     add b8620d83c3a Changes to micrometer-component.adoc (#2311) (#11715)
     add f35ae7a2ef8 Upgrade reactor stuff
     add fb236e78d5b CAMEL-19967: Fix RouteBuilder/RouteConfigurationBuilder to ensure CamelContext is inject eager. This fixes a problem with using global route configurations in Java and XML DSLs mixed. (#11719)
     add 0ad23eca47a (chore) ci: auto-generate list of submodules (#11720)
     add 0e213dec036 Upgrade micrometer 1.11.5 and tracing 1.1.6 (#11718)

No new revisions were added by this update.

Summary of changes:
 .github/actions/component-test/component-test.sh   |  15 +-
 .../org/apache/camel/catalog/components/kafka.json | 310 +++++++++++----------
 .../component/kafka/KafkaComponentConfigurer.java  |   6 +
 .../component/kafka/KafkaEndpointConfigurer.java   |   6 +
 .../component/kafka/KafkaEndpointUriFactory.java   |   3 +-
 .../org/apache/camel/component/kafka/kafka.json    | 310 +++++++++++----------
 .../camel/component/kafka/KafkaConfiguration.java  |  17 ++
 .../camel/component/kafka/KafkaConsumer.java       |  11 +
 .../health/KafkaConsumerBadPortHealthCheckIT.java  |   2 +
 ...fkaConsumerBadPortSupervisingHealthCheckIT.java |   3 +
 .../KafkaConsumerUnresolvableHealthCheckIT.java    |   2 +
 .../src/main/docs/micrometer-component.adoc        |  89 ++----
 .../impl/converter/CoreTypeConverterRegistry.java  |   2 +-
 .../org/apache/camel/builder/RouteBuilder.java     |  21 +-
 .../camel/builder/RouteConfigurationBuilder.java   |   6 +
 .../ROOT/pages/camel-4x-upgrade-guide-4_2.adoc     |  15 +
 .../modules/ROOT/pages/camel-4x-upgrade-guide.adoc |   1 +
 .../dsl/jbang/core/commands/CamelCommand.java      |   6 +-
 .../apache/camel/dsl/jbang/core/commands/Run.java  |   9 +-
 parent/pom.xml                                     |  16 +-
 20 files changed, 458 insertions(+), 392 deletions(-)
 create mode 100644 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc