5dc238341a
Motivation: Including codec-http in the project and building a native-image out of it using a GraalVM 21.2 nightly can result in a failure. Modification: By delaying the initialization of `io.netty.handler.codec.compression.BrotliDecoder` to runtime, native-image will not try to eagerly initialize the class during the image build, avoiding the build failure described in the issue. Result: Fixes #11427 |
||
---|---|---|
.. | ||
src | ||
pom.xml |