You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/04/01 13:51:07 UTC

[camel] branch main updated (54225fe -> 2589086)

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 54225fe  (chores) ci: improve too much/few warning message
     add 2589086  (chores) camel-kafka: fix commit integration tests not running by default

No new revisions were added by this update.

Summary of changes:
 .../kafka/integration/KafkaConsumerAsyncManualCommitIT.java          | 3 +++
 .../KafkaConsumerAsyncCommitIT.java}                                 | 5 +++--
 .../KafkaConsumerNoopCommitIT.java}                                  | 5 +++--
 .../KafkaConsumerSyncCommitIT.java}                                  | 5 +++--
 4 files changed, 12 insertions(+), 6 deletions(-)
 rename components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{KafkaConsumerManualAsyncCommitIT.java => commit/KafkaConsumerAsyncCommitIT.java} (91%)
 rename components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{KafkaConsumerManualNoopCommitIT.java => commit/KafkaConsumerNoopCommitIT.java} (94%)
 rename components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{KafkaConsumerManualSyncCommitIT.java => commit/KafkaConsumerSyncCommitIT.java} (91%)