-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson2HashMapper breaks when using GraalVM - NotReadablePropertyException #2838
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
Labels
Milestone
Comments
@daniel-naegele thanks for reporting - we'll have a look. |
christophstrobl
added a commit
to christophstrobl/spring-aot-smoke-tests
that referenced
this issue
Feb 2, 2024
Data Redis HashMapper relies on internal Jackson2 node types. Related to: spring-projects/spring-data-redis#2838
The code is using reflective access to the Jackson nodes to extract the raw |
christophstrobl
added a commit
to christophstrobl/spring-aot-smoke-tests
that referenced
this issue
Apr 19, 2024
Data Redis HashMapper relies on internal Jackson2 node types. Related to: spring-projects/spring-data-redis#2838
mhalbritter
pushed a commit
to spring-projects/spring-aot-smoke-tests
that referenced
this issue
Apr 19, 2024
Data Redis HashMapper relies on internal Jackson2 node types. Related to: spring-projects/spring-data-redis#2838 See gh-204
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
When I run on spring boot version 3.2.0,
spring-boot-starter-data-redis
and Java 21 GraalVM the following code:with
I get a NotReadablePropertyException. Logs:
I can fix it with proper reflections registration, but I think this should do the module by itself, or not?
Also I'd have to do this for LongNode and all other primitive Nodes as well I guess.
The text was updated successfully, but these errors were encountered: