Many exceptions are being thrown around reflection...
# ktor
n
Many exceptions are being thrown around reflection when using Zulu JDK 11. The server appears to run ok without any issues so far.
d
Have you tried Jetty? Does it throw exceptions too? The exception you put seems to be related to Netty using the Unsafe class
g
Carlos, see link, this is some netty attempt to optimize something using private API
and this is just impossible to do by default because of Jigsaw
m
just set your log config to
info
for
io.netty
🙂