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 2020/10/07 14:36:36 UTC

[camel] branch regen_bot updated (36487d0 -> 15c2295)

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 36487d0  Replaces the kafka container in camel-kafka test (#4380)
     add 15c2295  UUID (#4379)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/cdi/mock/DummyRestConsumerFactory.java  |  8 ++++----
 .../apache/camel/openapi/DummyRestConsumerFactory.java   |  6 +++---
 .../apache/camel/spring/CamelContextFactoryBeanTest.java |  2 +-
 .../apache/camel/swagger/DummyRestConsumerFactory.java   |  6 +++---
 .../org/apache/camel/impl/engine/SimpleCamelContext.java |  1 +
 .../camel/component/rest/DummyRestConsumerFactory.java   |  8 ++++----
 ...dGeneratorTest.java => ClassicUuidGeneratorTest.java} | 14 +++++++-------
 .../org/apache/camel/impl/DefaultUuidGeneratorTest.java  | 16 ++++------------
 .../camel/impl/engine/DefaultCamelContextTest.java       |  1 +
 .../org/apache/camel/support/ClassicUuidGenerator.java}  | 12 ++++++------
 ...nillaUuidGenerator.java => DefaultUuidGenerator.java} |  7 ++++---
 .../org/apache/camel/support/VanillaUuidGenerator.java   |  3 +++
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc   | 12 ++++++++++++
 .../apache/camel/itest/jmh/DefaultUuidGeneratorTest.java |  2 +-
 14 files changed, 54 insertions(+), 44 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/impl/{DefaultUuidGeneratorTest.java => ClassicUuidGeneratorTest.java} (81%)
 rename core/{camel-base/src/main/java/org/apache/camel/impl/engine/DefaultUuidGenerator.java => camel-support/src/main/java/org/apache/camel/support/ClassicUuidGenerator.java} (93%)
 copy core/camel-support/src/main/java/org/apache/camel/support/{VanillaUuidGenerator.java => DefaultUuidGenerator.java} (88%)