changed org.glassfish.jaxb dependency version by domewastaken · Pull Request #4205 · mapeditor/tiled (original) (raw)
dependency version updated from 2.3.3 -> 2.3.6
this change fixes the error that is thrown in java 21 when is called new TMXMapReader()
java.security.PrivilegedActionException: java.lang.NoSuchMethodException: sun.misc.Unsafe.defineClass(java.lang.String,[B,int,int,java.lang.ClassLoader,java.security.ProtectionDomain)
similar error occured in other projects
highsource/jaxb-tools#201 (comment)