Skip to content

Replace umbrella netty-codec with netty-codec-base and netty-codec-compression#2195

Open
hyperxpro wants to merge 1 commit into
mainfrom
netty-codec-deps
Open

Replace umbrella netty-codec with netty-codec-base and netty-codec-compression#2195
hyperxpro wants to merge 1 commit into
mainfrom
netty-codec-deps

Conversation

@hyperxpro

Copy link
Copy Markdown
Member

Motivation:

Netty 4.2 split netty-codec into sub-modules; the umbrella artifact now only aggregates them and transitively pulls in netty-codec-protobuf and netty-codec-marshalling, neither of which AHC uses.

Modification:

Replaced the io.netty:netty-codec dependency with the two sub-modules AHC actually references: netty-codec-base (DecoderResultProvider, PrematureChannelClosureException) and netty-codec-compression (Brotli, Zstd, JdkZlibDecoder, ZlibWrapper)

Result:

Fixes #2191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace netty-codec with the actual netty-codec-* dependencies that are required

1 participant