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.
discard e04ab0e Regen for commit 941493c899baf8b8750a6cfeee7f81846d7d6502 add e4c2328 CAMEL-16400: split unit and integration tests for camel-lra (#5394) add 7b84f6f CAMEL-16400: split unit and integration tests for camel-lucene (#5395) add 0ad6b99 Regen for commit 7b84f6fb0386d76a427b262590529b7c7c44a7db 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 (e04ab0e) \ N -- N -- N refs/heads/regen_bot (0ad6b99) 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-lra/pom.xml | 34 ++++++---------------- .../org/apache/camel/service/lra/LRACreditIT.java | 3 ++ .../apache/camel/service/lra/LRAFailuresIT.java | 3 ++ .../org/apache/camel/service/lra/LRAManualIT.java | 3 ++ .../org/apache/camel/service/lra/LRAOptionsIT.java | 3 ++ .../org/apache/camel/service/lra/LRATimeoutIT.java | 3 ++ components/camel-lucene/pom.xml | 9 ++++++ ...est.java => LuceneIndexAndQueryProducerIT.java} | 4 +-- ...cessorTest.java => LuceneQueryProcessorIT.java} | 4 +-- 9 files changed, 37 insertions(+), 29 deletions(-) rename components/camel-lucene/src/test/java/org/apache/camel/component/lucene/{LuceneIndexAndQueryProducerTest.java => LuceneIndexAndQueryProducerIT.java} (99%) rename components/camel-lucene/src/test/java/org/apache/camel/processor/lucene/{LuceneQueryProcessorTest.java => LuceneQueryProcessorIT.java} (98%)