-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Refactor AppCDS handling now that we support JEP 483 in addition to AppCDS #46234
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
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment has been minimized.
This comment has been minimized.
fc845a6
to
0d94854
Compare
This comment has been minimized.
This comment has been minimized.
0d94854
to
97a31a7
Compare
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry to be that guy (again!) but...
...n/java/io/quarkus/deployment/pkg/builditem/JvmStartupOptimizerArchiveRequestedBuildItem.java
Show resolved
Hide resolved
...main/java/io/quarkus/deployment/pkg/builditem/JvmStartupOptimizerArchiveResultBuildItem.java
Outdated
Show resolved
Hide resolved
core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java
Outdated
Show resolved
Hide resolved
core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java
Outdated
Show resolved
Hide resolved
core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java
Outdated
Show resolved
Hide resolved
...r/deployment/src/main/java/io/quarkus/container/image/docker/deployment/DockerProcessor.java
Outdated
Show resolved
Hide resolved
...age-jib/deployment/src/main/java/io/quarkus/container/image/jib/deployment/JibProcessor.java
Outdated
Show resolved
Hide resolved
...age-jib/deployment/src/main/java/io/quarkus/container/image/jib/deployment/JibProcessor.java
Outdated
Show resolved
Hide resolved
...age-jib/deployment/src/main/java/io/quarkus/container/image/jib/deployment/JibProcessor.java
Outdated
Show resolved
Hide resolved
...n/deployment/src/main/java/io/quarkus/container/image/podman/deployment/PodmanProcessor.java
Outdated
Show resolved
Hide resolved
Thanks for checking! I'll fix the points you raised |
97a31a7
to
906710c
Compare
Should be better now |
This comment has been minimized.
This comment has been minimized.
This is done as Arc is pretty much a requirement for all applications so we can simplify the AppCDS handling
906710c
to
416e22b
Compare
Status for workflow
|
@gsmet is there anything else you would like to see for this one? |
Ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, no, sorry, I thought we had merged this one ages ago.
np :) |
This is potentially a breaking change for extensions, not for users.