-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create AppCDS for PicoCLI CMA #43768
Labels
Milestone
Comments
/cc @ebullient (picocli), @geoand (jib) |
Thanks for reporting. I'll check this out as soon as I can |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Oct 14, 2024
#43859 fixes this |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Oct 14, 2024
geoand
added a commit
that referenced
this issue
Oct 15, 2024
Ensure that AppCDS works properly with command line applications
bschuhmann
pushed a commit
to bschuhmann/quarkus
that referenced
this issue
Nov 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
AppCDS generation is not working for PicoCLI CMA build using Gradle + Jib.
Gradle deps:
gradle.properties:
Expected behavior
AppCDS archive is built and used in the resulting container.
Actual behavior
Unable to create AppCDS
is print while building.Relevant debug log part:
How to Reproduce?
Reproducer: https://github.com/vladimirfx/reproducer-43768
./gradlew assemble
Output of
uname -a
orver
No response
Output of
java -version
openjdk version "21.0.3" 2024-04-16 LTS
Quarkus version or git rev
3.15.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 8.9
Additional information
No response
The text was updated successfully, but these errors were encountered: