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?
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?