You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Is there any interest in refactoring?
Regards,
August
The text was updated successfully, but these errors were encountered: