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/14 08:48:22 UTC

[camel] branch regen_bot updated (0e213dec036 -> 5f4b0100a8b)

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 0e213dec036 Upgrade micrometer 1.11.5 and tracing 1.1.6 (#11718)
     add bf4532b5cde CAMEL-19988: camel-core - PropertyBindingSupport - Should not hide IllegalArgumentException with real cause if failing to set property
     add 5f4b0100a8b Regen

No new revisions were added by this update.

Summary of changes:
 .../camel/impl/engine/IntrospectionSupport.java    |  12 +-
 .../component/ComponentsBuilderFactory.java        |   3 +-
 .../dsl/Aws2TimestreamComponentBuilderFactory.java |   4 +-
 .../dsl/GrapeComponentBuilderFactory.java          |   1 +
 .../dsl/KafkaComponentBuilderFactory.java          |  22 +
 .../src/generated/resources/metadata.json          | 668 ++++++++++-----------
 .../builder/endpoint/StaticEndpointBuilders.java   |   6 +-
 .../AtmosphereWebsocketEndpointBuilderFactory.java |  45 ++
 .../dsl/DataLakeEndpointBuilderFactory.java        | 124 ++--
 .../dsl/DebeziumDb2EndpointBuilderFactory.java     |  19 +
 .../dsl/DebeziumMongodbEndpointBuilderFactory.java |  35 +-
 .../dsl/DebeziumMySqlEndpointBuilderFactory.java   |  19 +
 .../dsl/DebeziumOracleEndpointBuilderFactory.java  |  96 +++
 .../DebeziumPostgresEndpointBuilderFactory.java    |  19 +
 .../DebeziumSqlserverEndpointBuilderFactory.java   |  53 +-
 .../endpoint/dsl/GrapeEndpointBuilderFactory.java  |   3 +
 .../endpoint/dsl/HttpEndpointBuilderFactory.java   |  43 ++
 .../endpoint/dsl/KafkaEndpointBuilderFactory.java  |  43 ++
 .../dsl/Timestream2EndpointBuilderFactory.java     |   8 +-
 19 files changed, 775 insertions(+), 448 deletions(-)