simpleframework icon indicating copy to clipboard operation
simpleframework copied to clipboard

Java 9+ Compatibility

Open AugustNagro opened this issue 7 years ago • 0 comments

Hello,

SimpleFramework reflectively accesses UUID.mostSigBits, giving a warning in Java 9 (and in a next version of Java will result in a runtime error).

Full Error:

WARNING: Illegal reflective access by org.simpleframework.xml.core.FieldScanner (file:/Users/august/.m2/repository/org/simpleframework/simple-xml/2.7.1/simple-xml-2.7.1.jar) to field java.util.UUID.mostSigBits

Is there any interest in refactoring?

Regards,

August

AugustNagro avatar Jan 21 '18 05:01 AugustNagro