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

Upgrade Spring version in Thymeleaf Spring tests #231

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

bclozel
Copy link
Collaborator

@bclozel bclozel commented Feb 14, 2023

Spring 6.0 milestones versions were using internal GraalVM
for its ConstantReadableJavaField, which has been replaced by
PreComputeFieldFeature in the RC phase.

This commit upgrades the Spring version being used in the Thymeleaf
Spring tests to avoid referencing internal GraalVM APIs.

Fixes gh-230

Spring 6.0 milestones versions were using internal GraalVM
for its `ConstantReadableJavaField`, which has been replaced by
`PreComputeFieldFeature` in the RC phase.

This commit upgrades the Spring version being used in the Thymeleaf
Spring tests to avoid referencing internal GraalVM APIs.

Fixes oraclegh-230
@bclozel bclozel requested a review from a team as a code owner February 14, 2023 12:03
@bclozel bclozel requested a review from melix February 14, 2023 12:03
@dnestoro dnestoro merged commit 657d207 into oracle:master Feb 14, 2023
@bclozel bclozel deleted the gh-230 branch February 14, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spring Framework broke nativeTest related to GraalVM CE 23.0 Dev in master branch
2 participants