Bug#959766: libnetty-java: Please package all class files within netty-all.jar
Emmanuel Bourg
ebourg at apache.org
Wed May 6 00:13:39 BST 2020
Le 05/05/2020 à 05:52, Olek Wojnar a écrit :
> The netty-all.jar package currently differs from upstream in that it does not
> contain any class files. I understand that there is a Maven-based dependency
> system that attempts to pull in classes from the other jar files, but this
> does not work reliably. Specifically, when using the Bazel Build system, the
> dependencies are not pulled in and builds fail.
Hi Olek,
The empty jar is a compromise between providing a resolvable netty-all
dependency to the build systems and avoiding a duplication of the
classes installed. If Bazel pulls the transitive dependencies this
shouldn't be a problem. Otherwise you can simply replace the netty-all
dependency by the individual artifacts used by Bazel.
Emmanuel Bourg
More information about the pkg-java-maintainers
mailing list