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

Adapt FieldHint to recent GraalVM versions #29130

Closed
wants to merge 1 commit into from

Conversation

sreenath-tm
Copy link
Contributor

Related to #29047 removed the class FieldHint and replaced all instances with a String Set . @snicoll please feel free to add on to this or modify it completely if anything is not as expected

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Sep 10, 2022
@snicoll snicoll added type: enhancement A general enhancement theme: aot An issue related to Ahead-of-time processing and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Sep 10, 2022
@snicoll snicoll self-assigned this Sep 10, 2022
@snicoll snicoll added this to the 6.0.0-M6 milestone Sep 10, 2022
@snicoll snicoll changed the title Removal of Field Hint Adapt FieldHint to recent GraalVM versions Sep 10, 2022
snicoll pushed a commit to snicoll/spring-framework that referenced this pull request Sep 10, 2022
In recent GraalVM versions, allowWrite and allowUnsafeAccess have been
deprecated and are no longer use. This commit updates FieldHint to
remove the irrelevant properties.

See spring-projectsgh-29130
snicoll added a commit to snicoll/spring-framework that referenced this pull request Sep 10, 2022
@snicoll
Copy link
Member

snicoll commented Sep 10, 2022

Thank you @sreenath-tm. I've looked at the PR and implemented the remaining bits, see e6fb3b2. I'll have a look Monday to get this merged.

@sreenath-tm
Copy link
Contributor Author

Thanks @snicoll pleasure to have worked on this part.

snicoll pushed a commit to snicoll/spring-framework that referenced this pull request Sep 12, 2022
In recent GraalVM versions, allowWrite and allowUnsafeAccess have been
deprecated and are no longer use. This commit updates FieldHint to
remove the irrelevant properties.

See spring-projectsgh-29130
snicoll added a commit to snicoll/spring-framework that referenced this pull request Sep 12, 2022
snicoll pushed a commit that referenced this pull request Sep 12, 2022
In recent GraalVM versions, allowWrite and allowUnsafeAccess have been
deprecated and are no longer use. This commit updates FieldHint to
remove the irrelevant properties.

See gh-29130
snicoll added a commit that referenced this pull request Sep 12, 2022
@snicoll snicoll closed this in c8f7a76 Sep 12, 2022
@snicoll
Copy link
Member

snicoll commented Sep 12, 2022

@sreenath-tm thank you for making your first contribution to Spring Framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants