Skip to content

NXCALS-6107 Fixing netty deps

Jakub Wozniak requested to merge NXCALS-6107-Fix-dependencies-on-netty into develop

Merge request template

COMPATIBILITY NOTE

Please make sure that this change is BACKWARDS COMPATIBLE and a new server will work correctly with clients using old APIs versions.

It may be that data sent in the new format will break the old clients.

In case of any potential incompatibility we have to inform our clients and schedule release & deployment with them.


@acc-logging-team - please have a look for approval.

There is a mix up with netty deps. This MR is removing all fined-grained netty jars replacing with netty-all (that we already had anyway from hadoop). There is also old netty that is required by hadoop (that pulls in both, netty & netty-all for some reason).

Closes NXCALS-6107

Merge request reports