Skip to content
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

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

zakkak
Copy link
Contributor

@zakkak zakkak commented Oct 10, 2024

@zakkak zakkak requested a review from dmlloyd October 10, 2024 07:37
zakkak added a commit to zakkak/jboss-threads that referenced this pull request Oct 10, 2024
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)
@gastaldi
Copy link
Contributor

gastaldi commented Oct 10, 2024

Speaking of which, can't https://github.com/jbossas/jboss-threads provide its own native-image.properties inside the JAR? Maybe a question to @dmlloyd

zakkak added a commit to zakkak/jboss-threads that referenced this pull request Oct 10, 2024
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.

zakkak added a commit to zakkak/jboss-threads that referenced this pull request Oct 10, 2024
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)
@zakkak zakkak force-pushed the 2024-10-10-fix-43797 branch from af0f05c to aab9355 Compare October 10, 2024 13:14
@zakkak zakkak requested review from gastaldi and gsmet October 10, 2024 13:15
@gastaldi gastaldi added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Oct 10, 2024
Copy link

quarkus-bot bot commented Oct 10, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit aab9355.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@zakkak zakkak merged commit aea9c27 into quarkusio:main Oct 11, 2024
52 checks passed
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Oct 11, 2024
@zakkak zakkak deleted the 2024-10-10-fix-43797 branch October 11, 2024 08:45
@quarkus-bot quarkus-bot bot added this to the 3.16 - main milestone Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Native image builds with main print a warning about RecomputeFieldValue.ArrayIndexScale
4 participants