[arquillian-issues] [JBoss JIRA] (ARQ-1419) Add support for Jetty 9

Jesse McConnell (JIRA) jira-events at lists.jboss.org
Thu Jun 20 11:02:21 EDT 2013


    [ https://issues.jboss.org/browse/ARQ-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783347#comment-12783347 ] 

Jesse McConnell commented on ARQ-1419:
--------------------------------------

In jetty 9 the connector architecture was completely refactored to make modern protocols like Websockets, spdy and the forthcoming http/2.0 first class citizens.  Under Jetty 9 you are probably looking for it org.eclipse.jetty.server.ServerConnector.

http://download.eclipse.org/jetty/stable-9/apidocs/org/eclipse/jetty/server/ServerConnector.html

Some documentation is here: 

http://www.eclipse.org/jetty/documentation/current/configuring-connectors.html
                
> Add support for Jetty 9
> -----------------------
>
>                 Key: ARQ-1419
>                 URL: https://issues.jboss.org/browse/ARQ-1419
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Jetty Containers
>            Reporter: Martin Kouba
>
> {{arquillian-jetty-embedded-7}} is not compatible with Jetty 9. If used together, the result is: *java.lang.ClassNotFoundException: org.eclipse.jetty.server.nio.SelectChannelConnector*.
> {{SelectChannelConnector}} is used in {{JettyEmbeddedContainer}} and it seems it's no longer part of Jetty 9.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list