users@jersey.java.net

[Jersey] Netty container and connector

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Wed, 3 Aug 2016 00:21:15 +0200

Hi all,

we just added support for Netty container and connector to the 2.x
branch (should be cherry picked into master soon).

The new container and connector is not very configurable + we have one
missing functionality we need to address (SSL config on the client side).

If anyone has any spare time or wants to help, it would be great if you
could

- provide list of configuration / features you are missing
     - especially related to container bootstrap
- test / report bugs

If you are looking for the place where to start, it would be most likely
the helloworld-netty sample:

https://github.com/jersey/jersey/tree/2.x/examples/helloworld-netty


Thanks!

Jersey Team