Hello, i used lib KryoNet 2.20.0-RC1 to handle communication between servers and Android clients in my bachelor's project. Now (after 1.5 year) i wanted to continue in developing, but i have a problem. With newest JDK, i have got a error message
"C:\Program Files\Java\jdk-10.0.2\bin\java.exe" "-javaagent:D:\Program files\jetbrains\apps\IDEA-U\ch-0\183.5429.30\lib\idea_rt.jar=50280:D:\Program files\jetbrains\apps\IDEA-U\ch-0\183.5429.30\bin" -Dfile.encoding=UTF-8 -classpath D:\..\MasterServer;D:\..\lib\kryonet-2.22.0-RC1.jar;D:\..\lib\kryo-2.24.0.jar;D:\..\lib\minlog-1.2.jar;D:\..\lib\objenesis-2.1.jar;D:\..\lib\jsonbeans-0.7.jar
MS.MS
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.esotericsoftware.kryo.util.UnsafeUtil (file:/D:/../lib/kryo-2.24.0.jar) to constructor java.nio.DirectByteBuffer(long,int,java.lang.Object)
WARNING: Please consider reporting this to the maintainers of com.esotericsoftware.kryo.util.UnsafeUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
1. My question is, will be there any update soon? (last commit August 2018 and last release 2013)
2. Or is there any orther solution?
Right now, i dont know if i should wait for update, or change whole project to orther API (Netty).
Btw. i love KryoNet. Great job!