-
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
Register JBoss EnhancedQueueExecutor$RuntimeFields for runtime init #43798
Conversation
See https://www.graalvm.org/jdk21/reference-manual/native-image/overview/BuildConfiguration/#embed-a-configuration-file This way consumers of the maven artifact won't need to manually register the said class for runtime initialization (i.e. quarkusio/quarkus#43798 and similar PRs become redundant)
core/deployment/src/main/java/io/quarkus/deployment/JBossProcessor.java
Outdated
Show resolved
Hide resolved
Speaking of which, can't https://github.com/jbossas/jboss-threads provide its own
|
See https://www.graalvm.org/jdk21/reference-manual/native-image/overview/BuildConfiguration/#embed-a-configuration-file This way consumers of the maven artifact won't need to manually register the said class for runtime initialization (i.e. quarkusio/quarkus#43798 and similar PRs become redundant)
This comment has been minimized.
This comment has been minimized.
See https://www.graalvm.org/jdk21/reference-manual/native-image/overview/BuildConfiguration/#embed-a-configuration-file This way consumers of the maven artifact won't need to manually register the said class for runtime initialization (i.e. quarkusio/quarkus#43798 and similar PRs become redundant)
af0f05c
to
aab9355
Compare
Status for workflow
|
As suggested in the source code
https://github.com/jbossas/jboss-threads/blob/60a6d35ec56e85f683ff45d89b29ea4f7b0e01aa/src/main/java/org/jboss/threads/EnhancedQueueExecutor.java#L325
Closes #43797