[4.18.x] CAMEL-23192 - Backport JBang Quarkus export fixes#22710
Merged
jamesnetherton merged 5 commits intoapache:camel-4.18.xfrom Apr 21, 2026
Merged
Conversation
Contributor
Author
|
@Croway not sure if there is something missing on the 4.18.x branch for the JDK 21 minimum version stuff? The CI build is failing: I don't think the changes in this PR are related. |
Contributor
|
yeah, just merged it, this must be some backport we forgot from the main branch. I'll fix that. Edit: the missing backport #22711 |
…ype option - Add --quarkus-package-type CLI option (uber-jar default, fast-jar optional) - Add Dockerfile.jvm for fast-jar mode, Dockerfile.native-micro for native builds - Update Dockerfile.native base image to UBI 9.7 - Set quarkus.package.jar.type in generated POM based on package type selection
64a2462 to
f96a57a
Compare
Croway
approved these changes
Apr 21, 2026
Contributor
|
Are the 5 commits expected? |
Contributor
Author
They are cherry-picks from |
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.
Note - includes changes from currently unmerged #22708.