This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 4987cf3 Regen for commit 6cff12047c01a7364d54e8bb19f854f30e1ef407
add 832c530 CAMEL-16337: Add short uuid generator that uses 50% the size
as the default.
No new revisions were added by this update.
Summary of changes:
.../apache/camel/impl/ClassicUuidGeneratorTest.java | 1 +
...GeneratorTest.java => ShortUuidGeneratorTest.java} | 10 +++++-----
.../main/MainConfigurationPropertiesConfigurer.java | 6 ++++++
.../META-INF/camel-main-configuration-metadata.json | 1 +
core/camel-main/src/main/docs/main.adoc | 1 +
.../camel/main/DefaultConfigurationConfigurer.java | 14 ++++++++++++++
.../camel/main/DefaultConfigurationProperties.java | 15 +++++++++++++++
.../apache/camel/support/DefaultUuidGenerator.java | 2 +-
...aultUuidGenerator.java => ShortUuidGenerator.java} | 19 ++++++++++++++-----
9 files changed, 58 insertions(+), 11 deletions(-)
copy
core/camel-core/src/test/java/org/apache/camel/impl/{DefaultUuidGeneratorTest.java
=> ShortUuidGeneratorTest.java} (84%)
copy
core/camel-support/src/main/java/org/apache/camel/support/{DefaultUuidGenerator.java
=> ShortUuidGenerator.java} (72%)