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 3c33ff7bf36 Upgrade to Kotlin 1.6.21
add f982a2c9d97 CAMEL-17894: cache reading the jandex file whenever
possible
add 868abe2afcf CAMEL-17894: avoid compiling the regex for every entry in
the classpath
add c61a7ef9183 CAMEL-17894: fix a few string concatenations in the
SpiGenerator
add 06676866ff6 AWS S3 Streaming Upload: Set a constant name for the
executor related to timeout checker
add 06f33c14379 AWS S3 Streaming Upload: Set a constant name for the
executor related to timeout checker
add 3dcb60b92b7 Fixed CS
add d2d63b013fa Regen
No new revisions were added by this update.
Summary of changes:
.../aws2/s3/stream/AWS2S3StreamUploadProducer.java | 4 +-
.../packaging/AbstractGenerateConfigurerMojo.java | 18 +----
.../packaging/EndpointSchemaGeneratorMojo.java | 10 +--
.../packaging/GenerateInvokeOnHeaderMojo.java | 17 +---
.../packaging/ModelXmlParserGeneratorMojo.java | 3 +-
.../camel/maven/packaging/PackageJaxbMojo.java | 1 +
.../camel/maven/packaging/SchemaGeneratorMojo.java | 12 +--
.../camel/maven/packaging/SpiGeneratorMojo.java | 21 +++--
.../packaging/UpdateEagerClassloadedHelper.java | 15 ++--
.../maven/packaging/generics/JandexStore.java | 94 ++++++++++++++++++++++
.../packaging/generics/PackagePluginUtils.java | 42 +++++++---
11 files changed, 161 insertions(+), 76 deletions(-)
create mode 100644
tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/generics/JandexStore.java