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 2022/12/08 12:45:14 UTC

[camel] branch regen_bot updated (f42fd708d0c -> 5fd8af3fe0d)

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 f42fd708d0c Regen for commit 7c8e2ef8d72def4f82bfe04fd6c3d962ce7d02ae (#8868)
     add 030fa614957 (chores) camel-test-infra-kafka: add support for static Kafka containers with authentication
     add 222fcd02f70 (chores) camel-kafka: improve the ability to test for connection state
     add 5fd8af3fe0d (chores) camel-kafka: added invalid auth handling tests

No new revisions were added by this update.

Summary of changes:
 .../integration/AbstractKafkaTestSupport.java      |   3 +-
 .../BaseEmbeddedKafkaAuthTestSupport.java          |  39 ++++-
 .../kafka/integration/KafkaConsumerAuthIT.java     |  37 +++--
 ...AuthIT.java => KafkaConsumerAuthInvalidIT.java} |  79 +++++----
 .../KafkaConsumerAuthInvalidWithReconnectIT.java   | 184 +++++++++++++++++++++
 ...kafka-jaas.config => kafka-jaas-invalid.config} |   2 +-
 .../services/ContainerLocalAuthKafkaService.java   |  55 +++---
 7 files changed, 323 insertions(+), 76 deletions(-)
 copy components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{KafkaConsumerAuthIT.java => KafkaConsumerAuthInvalidIT.java} (57%)
 create mode 100644 components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthInvalidWithReconnectIT.java
 copy components/camel-kafka/src/test/resources/{kafka-jaas.config => kafka-jaas-invalid.config} (82%)