This is an automated email from the ASF dual-hosted git repository.
ppalaga pushed a change to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 9d6ea2393ad1 Camel-JBang: Propagate --java-version option to jbang
run/debug commands
new b927a3516e2e camel-jbang version list - include Quarkus and Camel
Quarkus versions
new 9ac0cf3fb381 Add QuarkusHelper
new b7480829458d Allow building with an alternative Quarkus Extension
registry URL
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:
.../camel/dsl/jbang/core/common/RuntimeType.java | 1 +
.../dsl/jbang/core/commands/update/UpdateList.java | 11 +-
.../jbang/core/commands/version/VersionList.java | 15 ++-
.../camel/dsl/jbang/core/common/QuarkusHelper.java | 124 +++++++++++++++++++++
.../camel/dsl/jbang/core/common/VersionHelper.java | 5 +
.../camel/dsl/jbang/core/model/VersionListDTO.java | 15 ++-
.../dsl/jbang/core/commands/mcp/VersionTools.java | 2 +
parent/pom.xml | 1 +
8 files changed, 163 insertions(+), 11 deletions(-)
create mode 100644
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/common/QuarkusHelper.java