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 7b1d907f892 camel-yaml-dsl - Add routeTemplate/route-template as node names for route templates so its similar to the other DSLs. add b131fb5d054 (chores) camel-kafka: ensure tests run a little bit faster add c55e4e01f28 (chores) camel-kafka: fix invalid test annotation add 7b6319ae749 CAMEL-18347: fix Kafka services in test infra not being singleton add 549d04be760 CAMEL-18348: camel-yaml-dsl - Remove template as allowed name for route templates. The generated schema only had the correct names. The template is a custom legacy name used in the erlier phase of the new yaml-dsl. add e8bf72090b6 camel-yaml-dsl - Remove tod backwards compatible for older 0.7.x kamelets. add 2c010820323 camel-yaml-dsl - Remove tod backwards compatible for older 0.7.x kamelets. No new revisions were added by this update. Summary of changes: .../KafkaConsumerAsyncManualCommitIT.java | 2 +- .../KafkaConsumerBadPortHealthCheckIT.java | 2 +- ...fkaConsumerBadPortSupervisingHealthCheckIT.java | 2 +- .../kafka/integration/KafkaConsumerFullIT.java | 2 +- .../integration/KafkaConsumerHealthCheckIT.java | 2 +- .../integration/KafkaConsumerIdempotentIT.java | 2 +- ...kaConsumerIdempotentWithCustomSerializerIT.java | 2 +- .../KafkaConsumerIdempotentWithProcessorIT.java | 2 +- .../integration/KafkaConsumerTopicIsPatternIT.java | 2 +- .../KafkaConsumerUnresolvableHealthCheckIT.java | 2 +- .../commit/KafkaConsumerNoopCommitIT.java | 8 +-- .../commit/KafkaConsumerSyncCommitIT.java | 2 +- .../KafkaPausableConsumerCircuitBreakerIT.java | 2 +- .../integration/pause/KafkaPausableConsumerIT.java | 2 +- .../ROOT/pages/camel-3x-upgrade-guide-3_19.adoc | 6 +++ .../dsl/yaml/deserializers/CustomResolver.java | 4 -- .../org/apache/camel/dsl/yaml/KameletTest.groovy | 10 ++-- .../apache/camel/dsl/yaml/RouteTemplateTest.groovy | 22 ++++---- .../camel/dsl/yaml/TemplatedRouteTest.groovy | 60 +++++++++++++++++++++- .../infra/kafka/services/KafkaServiceFactory.java | 34 ++++++++---- .../test/infra/kafka/services/StrimziService.java | 8 +-- 21 files changed, 127 insertions(+), 51 deletions(-)