json-iterator / java

jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
http://jsoniter.com/
MIT License
1.51k stars 519 forks source link

Failed to serialize datetime fields #356

Open zetta4ever opened 4 months ago

zetta4ever commented 4 months ago

First our project is use Java 8 and when convert Local Date Time field was succes. But when we change the Java to Java 17, a problem rise as below

java.lang.reflect.InaccessibleObjectException: Unable to make field private final java.time.LocalDate java.time.LocalDateTime.date accessible: module java.base does not "opens java.time" to unnamed module @3e07d849

TDila commented 1 month ago

Hello, I'm new to open-source contributing. I would like to help. Can you assign this to me?