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
{{ message }}
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
Reporter: FauxFaux [Submitted to the original trac issue database at 1.33am, Tuesday, 13th February 2018]
Osmosis is using Netty 3, which upstream dropped support for in 2016. Netty is important for security, so it's important to use a supported version: Netty 4.
Unfortunately, significant code changes are necessary to work on Netty 4. I had a go, but the chunked http stuff has changed significantly, and I never understood the old code, so can't really help.
The text was updated successfully, but these errors were encountered:
Author: sebastic [Added to the original trac issue at 7.53pm, Friday, 20th July 2018]
As reported in [https://bugs.debian.org/888255 Debian Bug #888255], netty-3.9 will be removed from Debian which will also cause the removal of the osmosis package.
Osmosis needs to be adapted to use the netty-4.x API.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reporter: FauxFaux
[Submitted to the original trac issue database at 1.33am, Tuesday, 13th February 2018]
Osmosis is using Netty 3, which upstream dropped support for in 2016. Netty is important for security, so it's important to use a supported version: Netty 4.
Unfortunately, significant code changes are necessary to work on Netty 4. I had a go, but the chunked http stuff has changed significantly, and I never understood the old code, so can't really help.
The text was updated successfully, but these errors were encountered: