Open johanhaleby opened 2 years ago
Might want to look at https://github.com/kostaskougios/cloning/issues/105
For this type of thing you probably need to implement and register a fast cloner for java.sql.Timestamp
which does not rely on reflection (to internals of the object)
There's an example at https://github.com/gocd/gocd/blob/5638a49a35e5a96836f8870deae69a8e9c8f1093/util/src/main/java/com/thoughtworks/go/util/ClonerFactory.java#L42-L68 if you're interested (and test)
Hi!
I run into this problem when running our application:
I'm using Java 17. Is there anything I can/should do from my side?
Regards /Johan