[
https://issues.apache.org/jira/browse/FELIX-4550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14227986#comment-14227986
]
Stefan Seifert commented on FELIX-4550:
---------------------------------------
we are using a snapshot version of felix http service with this patch applied
for some weeks now in a osgi-based microservice prototype, it works very well.
we tested esp. servlet 3.1 features like async and non-blocking processing and
JAX-RS 2.0 async modes, it works as expected.
can i help getting this patch into production?
from the discussion i take a branch should be created for the existing http
service version and to raise the version for the trunk to the next major
version.
remaining open points in the patch seem to be
* re-enable switching on/off jmx mbeans registering by configuration
* in JettyService.java is an unresolved FIXME around
setSendDateHeader/setSendServerVersion - perhaps this is no longer required
* updating to the latest jetty 9.2.5 version
> Upgrade embedded Jetty to version 9.2.x in Felix Http Jetty
> -----------------------------------------------------------
>
> Key: FELIX-4550
> URL: https://issues.apache.org/jira/browse/FELIX-4550
> Project: Felix
> Issue Type: New Feature
> Components: HTTP Service
> Reporter: Chetan Mehrotra
> Attachments: FELIX-4550.patch
>
>
> Currently HTTP Service embeds Jetty 8.1.14.v20131031 which supports Servlet
> 3.0. Current Jetty version 9.2.1.v20140609 supports Servlet 3.1 which
> provided access to some new NIO based features. Further it also provides lots
> of new features like Spdy support , Websocket support etc [1]
> [1] https://webtide.com/jetty-9-features/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)