Skip to content

GraalVM Native Image compilation fails related to BrotliDecoder #11477

@perezd

Description

@perezd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions