[
https://issues.jboss.org/browse/ARQ-1419?page=com.atlassian.jira.plugin.s...
]
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/serv...
Some documentation is here:
http://www.eclipse.org/jetty/documentation/current/configuring-connectors...
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