Re: Packaging org.eclipse.jetty.alpn for Debian

2015-11-01 Thread Markus Koschany
Am 31.10.2015 um 19:47 schrieb Jonathan Yu: > Removing alpn support impacts performance since an additional handshake > is necessary at the application (http) level. Is it possible to instead > patch the source to include the needed support class? It can then be > removed when Java 9 becomes the de

Re: Packaging org.eclipse.jetty.alpn for Debian

2015-10-31 Thread Jonathan Yu
Removing alpn support impacts performance since an additional handshake is necessary at the application (http) level. Is it possible to instead patch the source to include the needed support class? It can then be removed when Java 9 becomes the default. On Sat, Oct 31, 2015, 12:38 Markus Koschany

Re: Packaging org.eclipse.jetty.alpn for Debian

2015-10-31 Thread Markus Koschany
Am 31.10.2015 um 06:58 schrieb Emmanuel Bourg: > Le 30/10/2015 20:35, Markus Koschany a écrit : > >> What do you think? > > I don't mind having a single class package, it's fairly exceptional. An > alternative would be to ignore jetty-alpn and the related code (the > netty package does that alrea

Re: Packaging org.eclipse.jetty.alpn for Debian

2015-10-30 Thread Emmanuel Bourg
Le 30/10/2015 20:35, Markus Koschany a écrit : > What do you think? I don't mind having a single class package, it's fairly exceptional. An alternative would be to ignore jetty-alpn and the related code (the netty package does that already). ALPN will be integrated to Java 9 [1], so this API is l