GitHub user rovarga added a comment to the discussion: Pekko 1.1.2 with Netty 
4.2.x

I have recently migrated OpenDaylight to use Netty 4.2. There were only two 
compatibility concerns I have had to deal with:

1. `SslContextBuilder` defaults to `HTTPS` hostname verification (noted in 
https://github.com/netty/netty/wiki/Netty-4.2-Migration-Guide#compatibility-highlights).
 AFAICT Pekko does not use SslContextBuilder, so it should be fine.
2. `netty-codec` is now an empty jar pulling in other dependencies (kinda noted 
in 
https://github.com/netty/netty/wiki/Netty-4.2-Migration-Guide#lesser-compatibility-changes).
 This becomes a concern if Pekko decides to to compine against Netty-4.2.x, in 
my case this resulted in changing `netty-codec` dependencies to 
`netty-codec-base` to get the desired dependency graph.

GitHub link: 
https://github.com/apache/pekko/discussions/1947#discussioncomment-13757712

----
This is an automatically sent email for notifications@pekko.apache.org.
To unsubscribe, please send an email to: 
notifications-unsubscr...@pekko.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to