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

Fix support for GraalVM 22.2 #507

Merged
merged 2 commits into from
Jul 20, 2022
Merged

Fix support for GraalVM 22.2 #507

merged 2 commits into from
Jul 20, 2022

Conversation

melix
Copy link
Collaborator

@melix melix commented Jul 20, 2022

This commit adds a workaround for GraalVM 22.2 native-image builder running
on module path. Because Micronaut uses features which use internal APIs (and
no workaround for that), building on 22.2 fails. This commit adds a flag
which will let users build by adding a module export.

See oracle/graal#4468

This commit adds a workaround for GraalVM 22.2 native-image builder running
on module path. Because Micronaut uses features which use internal APIs (and
no workaround for that), building on 22.2 fails. This commit adds a flag
which will let users build by adding a module export.

See oracle/graal#4468
@melix melix added the type: bug Something isn't working label Jul 20, 2022
@melix melix added this to the 3.5.1 milestone Jul 20, 2022
@melix melix requested a review from graemerocher July 20, 2022 09:05
@melix melix self-assigned this Jul 20, 2022
@alvarosanchez
Copy link
Member

You should update .github/workflows/graalvm.yml accordingly as per micronaut-projects/micronaut-project-template#247

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants