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

Support GraalVM 21.1 LocalizationFeature #15971

Merged
merged 1 commit into from
Mar 24, 2021
Merged

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Mar 23, 2021

It seems like in GraalVM 21.1, some things changed in the localication support.

This change makes Quarkus work with both the current incarnation of that support and what is planned for 21.1

Fixes: #15962

@geoand
Copy link
Contributor Author

geoand commented Mar 23, 2021

@jerboaa can you give this a try?

@jerboaa
Copy link
Contributor

jerboaa commented Mar 24, 2021

@geoand OK. I'll test it and report back here.

@jerboaa
Copy link
Contributor

jerboaa commented Mar 24, 2021

@geoand Seems to work fine for me. +1

@geoand
Copy link
Contributor Author

geoand commented Mar 24, 2021

Cool, thanks for checking!

I rebased the PR onto main to pick up some CI fixes

@geoand geoand requested a review from gsmet March 24, 2021 11:56
@gsmet gsmet added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Mar 24, 2021
@zakkak
Copy link
Contributor

zakkak commented Mar 24, 2021

FWIW I started a GH workflow to test this PR with latest graal as well:
https://github.com/zakkak/graalvm-quarkus-ci/actions/runs/683208450

@geoand geoand merged commit 58bfa0d into quarkusio:main Mar 24, 2021
@quarkus-bot quarkus-bot bot added this to the 1.14 - main milestone Mar 24, 2021
@geoand geoand deleted the #15962 branch March 24, 2021 16:04
@zakkak
Copy link
Contributor

zakkak commented Mar 31, 2021

@gsmet can we get this backported to 1.13? This will help us get the upstream graal CI mostly green (see oracle/graal#3272 (comment))

@gsmet gsmet modified the milestones: 1.14 - main, 1.13.1.Final Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

java.lang.NoClassDefFoundError: com/oracle/svm/core/jdk/LocalizationFeature
4 participants