This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.
from 345af2c Updated CHANGELOG.md
new 9bbdc6b deps: update to camel-quarkus 2.4.0
new d0d582c fix: move tests classes to a dedicate package to avoid split
package warning
new 6cd3ad4 deps: update directory-maven-plugin to v1.0.0
new 3f28222 deps: update gmavenplus-plugin to v1.13.0
new ec69384 deps: update maven-pmd-plugin to v3.15.0
new 88cdc7f deps: update checkstyle to v8.44
new bfb51db deps: update directory-maven-plugin to v1.0
new 5c51027 ci: switch to actions/setup-java@v2, use temurin
distribution, build on java 17
new 9f7f52d deps: force asm version for maven-pmd-plugin
new c726ce5 chore: fix deprecation warnings
new fd84ba3 fix: adapt pom to build on Java 17
new 316264f chore: remove staging repo
The 12 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/workflows/ci-build-camel-main.yaml | 7 +-
.github/workflows/ci-build.yml | 20 ++++--
.github/workflows/pr-validate.yml | 11 ++-
.../jsh/quarkus/{ => it}/JshApplication.java | 2 +-
.../camel/k/loader/jsh/{ => it}/JshLoaderTest.java | 2 +-
pom.xml | 80 +++++++++++++++-------
.../tooling/maven/GenerateDependencyListMojo.java | 6 +-
.../camel/k/tooling/maven/GenerateSupport.java | 4 +-
support/camel-k-runtime-bom/pom.xml | 31 ++++++++-
9 files changed, 119 insertions(+), 44 deletions(-)
rename
itests/camel-k-itests-loader-jsh/src/main/java/org/apache/camel/k/loader/jsh/quarkus/{
=> it}/JshApplication.java (96%)
rename
itests/camel-k-itests-loader-jsh/src/test/java/org/apache/camel/k/loader/jsh/{
=> it}/JshLoaderTest.java (97%)