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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 0e213dec036 Upgrade micrometer 1.11.5 and tracing 1.1.6 (#11718)
     new bf4532b5cde CAMEL-19988: camel-core - PropertyBindingSupport - Should 
not hide IllegalArgumentException with real cause if failing to set property
     new 5f4b0100a8b Regen

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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(-)

Reply via email to