This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch 3.27.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 73d67cbd6d Upgrade Camel to 4.14.8
new 8896ff80db Upgrade Quarkus to 3.27.4.1
new c779b72d17 Fixes #8783. Use getRuntimeDependencies() instead of
getDependencies() to avoid matching deployment-only transitives
new a849ca560f Cache atlassian and shiboleth Maven artifacts
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/actions/setup-maven-cache/action.yaml | 104 ++++++++++
.github/workflows/camel-master-cron.yaml | 225 +++++++++------------
.github/workflows/check-dependency-convergence.yml | 4 +-
.github/workflows/ci-build.yaml | 140 +++++--------
.github/workflows/generate-sbom-main.yml | 4 +-
.github/workflows/label-issue.yaml | 2 +-
.github/workflows/pr-validate.yml | 4 +-
.github/workflows/quarkus-lts-ci-build.yaml | 132 +++++-------
.github/workflows/quarkus-master-cron.yaml | 225 +++++++++------------
.../workflows/synchronize-dependabot-branch.yaml | 2 +-
docs/antora.yml | 2 +-
.../deployment/SupportLangchain4jProcessor.java | 2 +-
.../spring/deployment/SpringKotlinProcessor.java | 2 +-
.../csimple/deployment/CSimpleProcessor.java | 2 +-
.../groovy/deployment/GroovyProcessor.java | 2 +-
.../component/hl7/deployment/Hl7Processor.java | 2 +-
.../java/joor/deployment/JavaJoorDslProcessor.java | 2 +-
.../component/joor/deployment/JoorProcessor.java | 2 +-
.../quartz/deployment/QuartzProcessor.java | 2 +-
.../xchange/deployment/XchangeProcessor.java | 2 +-
integration-tests/amqp/pom.xml | 6 +
pom.xml | 2 +-
22 files changed, 423 insertions(+), 447 deletions(-)
create mode 100644 .github/actions/setup-maven-cache/action.yaml