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/03/24 11:22:06 UTC

[camel] branch regen_bot updated (ed64c5e -> fe1cc22)

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 ed64c5e  Regen for commit c68d5931effc8e7f15560db2c8a1aa4f64d1f942
     add 8e3ee21  [CAMEL-17845] verify integration tests results
     add 2e97841  [CAMEL-17845] fix flaky tests
     add dacf6e6  [CAMEL-17845] Use single Kafka server when running IT
     add c7a7f4f  [CAMEL-17845][CAMEL-17725] Make singleton services thread safe
     add fe1cc22  Regen for commit c7a7f4f346036cf5356c751099c186b8bb846414

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   (ed64c5e)
            \
             N -- N -- N   refs/heads/regen_bot (fe1cc22)

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 +
 .../integration/BaseEmbeddedKafkaTestSupport.java  |  4 ++-
 .../kafka/integration/KafkaConsumerFullIT.java     |  4 +--
 .../integration/KafkaConsumerHealthCheckIT.java    |  4 +--
 .../integration/KafkaConsumerManualCommitIT.java   |  2 ++
 .../integration/KafkaConsumerTopicIsPatternIT.java |  5 ++--
 .../FhirLocalSingletonContainerService.java        | 11 +++-----
 .../ContainerLocalSingletonKafkaService.java}      | 30 +++++++++++++++-------
 .../infra/kafka/services/KafkaServiceFactory.java  |  9 +++++++
 9 files changed, 45 insertions(+), 25 deletions(-)
 copy test-infra/{camel-test-infra-fhir/src/test/java/org/apache/camel/test/infra/fhir/services/FhirLocalSingletonContainerService.java => camel-test-infra-kafka/src/test/java/org/apache/camel/test/infra/kafka/services/ContainerLocalSingletonKafkaService.java} (58%)