-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
@JsonNaming
strategy is not supported in GraalVM native image
#29386
Comments
What happens if you manually add GraalVM native image reflection configuration for |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
Note that we had a similar report in Spring Boot and we've just pushed something that would contribute those hints, see spring-projects/spring-boot#33080 |
This comment was marked as duplicate.
This comment was marked as duplicate.
@JsonNaming
strategy is not supported in GraalVM native image
Should be handled by #29646 fix. |
Overview
I am using Spring Boot 3.0 RC1 and GraalVM latest.
My native image works fine.
Using the above annotation for upper case JSON field names works fine with jar,
but it doesn't work when running in the native image.
I am also using Lombok
@Data
on my POJO.Related Issues
@RegisterReflectionForBinding
should register hints for Jackson annotations #29426@JsonDeserialize(builder = ...)
does not work in GraalVM native image #29646The text was updated successfully, but these errors were encountered: