wso2 / streaming-integrator

A stream processing runtime that allows connecting any streaming data source to any destination and act on it
Apache License 2.0
113 stars 50 forks source link

Upgrade msf4j version to bump the netty components #271

Closed SanojPunchihewa closed 2 years ago

SanojPunchihewa commented 2 years ago

Purpose

When we start a SI 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 msf4j version to 2.8.6 which contains the latest(4.1.81.Final) netty components.

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