Skip to content

Conscrypt 2.6+ incompatible with Netty #1526

Description

@idarmans

Due to a new abstract method added to BufferAllocator (#1457), it breaks compatibility with Netty's ConscryptAlpnSslEngine. ConscryptAlpnSslEngine.BufferAllocatorAdapter doesn't implement the new abstract method, and thus is no longer a valid subclass. While a fix on Netty's side might be simple, other frameworks that shade Netty (e.g. grpc-java) won't get the fix until they shade the fixed version. Can the maintainers restore compatibility and release a new version of Conscrypt?

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