Skip to content

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

Merged
hyperxpro merged 1 commit into
mainfrom
netty-codec-deps
Jun 13, 2026
Merged

Replace umbrella netty-codec with netty-codec-base and netty-codec-compression#2195
hyperxpro merged 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

@hyperxpro hyperxpro merged commit 3a6fb5d into main Jun 13, 2026
17 checks passed
@hyperxpro hyperxpro deleted the netty-codec-deps branch June 13, 2026 13:47
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