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 2d83314a4f8 CAMEL-20816: Camel-JBang: Export to quarkus does not honor
quarkusGroupId setting
add 9dc1e2dbfa1 CAMEL-20814: Publish buildinfo and provide a build
container to improve release reproducibility. (#14275)
add 6e9787b2c07 CAMEL-20814: generate buildinfo files only when necessary
add 2d22d17caa4 CAMEL-20819: Fix potential NPE in route reloader
add 73a657b561b camel-main - Add missing enum values to catalog docs
No new revisions were added by this update.
Summary of changes:
.../camel-jbang-container/Dockerfile => Dockerfile | 14 ++++++---
builder | 34 ++++++++++++++++++++++
.../main/camel-main-configuration-metadata.json | 4 +--
.../camel-main-configuration-metadata.json | 4 +--
.../camel/main/DefaultConfigurationProperties.java | 6 ++--
.../camel/support/RouteWatcherReloadStrategy.java | 25 +++++++++-------
pom.xml | 28 ++++++++++++++++++
7 files changed, 93 insertions(+), 22 deletions(-)
copy dsl/camel-jbang/camel-jbang-container/Dockerfile => Dockerfile (59%)
create mode 100755 builder