wso2 / msf4j

WSO2 Microservices Framework for Java (MSF4J)
http://wso2.com/products/microservices-framework-for-java/
Apache License 2.0
401 stars 349 forks source link

Upgrade Netty components #613

Closed SanojPunchihewa closed 1 year ago

SanojPunchihewa commented 1 year ago

Purpose

When we start a SI or SI tooling 4.1.0 pack on aarch64 architecture, an error is thrown due to an issue in netty components below version 4.1.79.Final. Since MSF4J is packing the netty components to SI and SI tooling, This PR will upgrade the netty version to 4.1.81.Final and netty-tcnative version to 2.0.54.Final. To ensure the upgrade compatibility, we need to add the following new dependencies as well,

Fixes https://github.com/wso2/api-manager/issues/723