FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Replace umbrella netty-codec with netty-codec-base and netty-codec-compression by hyperxpro · Pull Request #2195 · AsyncHttpClient/async-http-client · GitHub

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

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 merged commit 3a6fb5d into main Jun 13, 2026
17 checks passed
hyperxpro deleted the netty-codec-deps branch June 13, 2026 13:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL