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/06 19:01:45 UTC

[camel] branch regen_bot updated (d8973b33695 -> 97d94a749af)

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


    omit d8973b33695 Regen for commit 67c6d52034a90b168c2f5ac933a2189185cc89f5
     add 12b643d9614 camel-test-infra-kafka: added a new container for SASL authentication with Kafka
     add 10a8482d6b9 (chores) camel-kafka: added an auth-based IT test
     add 97d94a749af Regen for commit 10a8482d6b967bacdaba80795b817d386075d9df

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d8973b33695)
            \
             N -- N -- N   refs/heads/regen_bot (97d94a749af)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 components/camel-kafka/pom.xml                     |   1 +
 ....java => BaseEmbeddedKafkaAuthTestSupport.java} |  14 ++-
 .../kafka/integration/KafkaConsumerAuthIT.java     | 139 +++++++++++++++++++++
 .../src/test/resources/kafka-jaas.config           |   8 ++
 .../services/ContainerLocalAuthKafkaService.java   | 101 +++++++++++++++
 5 files changed, 257 insertions(+), 6 deletions(-)
 copy components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{BaseEmbeddedKafkaTestSupport.java => BaseEmbeddedKafkaAuthTestSupport.java} (87%)
 create mode 100644 components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthIT.java
 create mode 100644 components/camel-kafka/src/test/resources/kafka-jaas.config
 create mode 100644 test-infra/camel-test-infra-kafka/src/test/java/org/apache/camel/test/infra/kafka/services/ContainerLocalAuthKafkaService.java