I know Netty recently supported integrating with GraalVM native images and I think the recent Brotli has silently broken the native image support.
This class needed to be added to the --initialize-at-run-time stanza for netty, but I don't know where it belongs:
io.netty.handler.codec.compression.BrotliDecoder
When I did that manually as a workaround everything compiled as expected.
I know Netty recently supported integrating with GraalVM native images and I think the recent Brotli has silently broken the native image support.
This class needed to be added to the
--initialize-at-run-timestanza for netty, but I don't know where it belongs:When I did that manually as a workaround everything compiled as expected.