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
Play-WS will shade AHC's version of Netty to ensure that other Netty libraries can be used i.e. Netty 3.x can be used with AHC Netty 4.x.
However, AHC points to /ahc-default.properties, which is hardcoded to point to the root resource. This has caused issues when people include libraries that depend on older versions of AHC, such as Dispatch or Cassandra.
The ideal solution would be for AHC to do some introspection on the package and call up the current package, and then refer to <package-name>/ahc-defaults.properties -- that way it would be guaranteed local to whereever it was shaded.
The text was updated successfully, but these errors were encountered:
Play-WS will shade AHC's version of Netty to ensure that other Netty libraries can be used i.e. Netty 3.x can be used with AHC Netty 4.x.
However, AHC points to /ahc-default.properties, which is hardcoded to point to the root resource. This has caused issues when people include libraries that depend on older versions of AHC, such as Dispatch or Cassandra.
playframework/play-ws#229
The ideal solution would be for AHC to do some introspection on the package and call up the current package, and then refer to
<package-name>/ahc-defaults.properties
-- that way it would be guaranteed local to whereever it was shaded.The text was updated successfully, but these errors were encountered: