CAMEL-23353: Add configurable default Maven repos and dynamic Quarkus version resolution#22709
Merged
JiriOndrusek merged 1 commit intoapache:mainfrom Apr 22, 2026
Merged
Conversation
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
b070955 to
c878995
Compare
Contributor
|
🧪 CI tested the following changed modules:
💡 Manual integration tests recommended:
All tested modules (7 modules)
|
c878995 to
d50d683
Compare
Croway
approved these changes
Apr 21, 2026
…platform registry resolution Co-authored-by: Croway <no-reply>
d50d683 to
923cc89
Compare
4 tasks
Contributor
|
See comment in JIRA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes https://issues.apache.org/jira/browse/CAMEL-23353
This PR adds two related enhancements for improved Maven repository handling and Quarkus platform
version resolution:
Configurable Default Maven Repositories: Adds support for extra default Maven repositories
via classpath properties file (
camel-extra-default-repos.properties) or system property(
-Dcamel.extra.repos). This allows custom builds to embed repository configuration withoutrequiring manual
--reposflags.Dynamic Quarkus Platform Version Resolution: Extends
export --runtime quarkusandrun --runtime quarkusto query the Quarkus platform registry for the latest compatible platform BOMversion, matching the behavior of
version list. Falls back to build-time version if registry isunavailable.
Testing
Following features were tested manually before PR was created:
java camel-launcher.jar version list --runtime quarkus --fresh:-Dcamel.jbang.quarkus.platform.url=xxxjava camel-launcher.jar export--runtime quarkus --logging --dir app Hello.java-Dcamel.extra.repos and -Dcamel.jbang.quarkus.platform.url-Dcamel.extra.reposand without-Dcamel.jbang.quarkus.platform.urlwhich failsDescription
Target
mainbranch)Tracking
Apache Camel coding standards and style
mvn clean install -DskipTestslocally from root folder and I have committed all auto-generated changes.