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/05 10:22:36 UTC

[camel] branch regen_bot updated (f9d5075bbb0 -> c1f51ac68c3)

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 f9d5075bbb0 CAMEL-19238: Set default port for vertx-websocket wss scheme
     add 7bb96e8a976 CAMEL-19180 - Kafka Idempotent Repository does not give the user control over a randomized group id if the kafka broker requires the id to be in a specified form
     add dcd7ba56a55 CAMEL-19180 - Kafka Idempotent Repository does not give the user control over a randomized group id if the kafka broker requires the id to be in a specified form
     add 6b07c1e2bed CAMEL-19180 - Kafka Idempotent Repository does not give the user control over a randomized group id if the kafka broker requires the id to be in a specified form
     add 25236af91b6 CAMEL-19250: Classes generated by camel-restdsl-openapi-plugin are not added to jar (#9820)
     add c1f51ac68c3 String.equalsTo("") replaced with String.isEmpty() in core and tooling (#9817)

No new revisions were added by this update.

Summary of changes:
 .../camel-kafka/src/main/docs/kafka-component.adoc |  1 +
 .../kafka/KafkaIdempotentRepository.java           | 48 +++++++++++++++++++++-
 ....java => KafkaConsumerIdempotentGroupIdIT.java} |  5 ++-
 .../apache/camel/dsl/java/joor/MultiCompile.java   |  4 +-
 .../camel/tooling/maven/MavenDownloaderImpl.java   |  4 +-
 .../org/apache/camel/tooling/maven/MavenGav.java   |  4 +-
 .../camel/tooling/maven/support/DIRegistry.java    |  2 +-
 .../maven/generator/openapi/GenerateMojo.java      |  8 ++++
 8 files changed, 65 insertions(+), 11 deletions(-)
 copy components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{KafkaConsumerIdempotentIT.java => KafkaConsumerIdempotentGroupIdIT.java} (92%)