You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we replaced all Netty header constants with string literals,
the explicit netty-codec-http dependency is no longer directly used.
AsyncHttpClient brings in the required Netty dependencies transitively,
and the Netty BOM in dependencyManagement ensures they're all at
version 4.2.7.Final.
This resolves the Maven dependency analyzer warning about unused
declared dependencies.
0 commit comments