Hi, seems JDK 9+ Illegal Reflective access by ClassUtil is still present in 
Jackson 2.10.1
Namely I got this with JDK 11.0.5, Jackson 2.10.1 then trying to serialize 
LocalDate to JSON using jackson-datatype-jsr310

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
com.fasterxml.jackson.databind.util.ClassUtil 
(file:/C:/Users/mcekovic/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.10.1/18eee15ffc662d27538d5b6ee84e4c92c0a9d03e/
*jackson-databind-2.10.1.jar*) to field *java.time.LocalDate.year*
WARNING: Please consider reporting this to the maintainers of 
com.fasterxml.jackson.databind.util.ClassUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jackson-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jackson-user/ee04fb73-7cea-43c4-a4de-3ebcee951fe0%40googlegroups.com.

Reply via email to