[ https://issues.apache.org/jira/browse/FELIX-6749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913426#comment-17913426 ]
Paul Rütter commented on FELIX-6749: ------------------------------------ I'm not sure when the change was made, i suspect with the inception of Jetty 11. See this IT for which bundles you need additionally: [https://github.com/apache/felix-dev/blob/master/http/jetty/src/test/java/org/apache/felix/http/jetty/it/JettySpecificWebsocketIT.java] If possible, I would advice to move to the Jetty12 bundle (jakarta namespace). It offers classifiers for websocket support, so you don't need additional Jetty bundles for websocket support. See the http readme here: [https://github.com/apache/felix-dev/tree/master/http#using-classifiers-light-with-jetty-websockets-and-with-jakarta-websockets-bundle] > Bundle org.apache.felix.http.jetty 5.1.26 misses some packages > -------------------------------------------------------------- > > Key: FELIX-6749 > URL: https://issues.apache.org/jira/browse/FELIX-6749 > Project: Felix > Issue Type: Bug > Components: HTTP Service > Affects Versions: http.jetty-5.1.26 > Reporter: Daniel Stoch > Priority: Major > > Version 4.2.28 of bundle org.apache.felix.http.jetty with Jetty 9.4.56 has > embedded the following packages: > - org.eclipse.jetty.client > - org.eclipse.jetty.webapp > - org.eclipse.jetty.websocket > - org.eclipse.jetty.xml > But in the newer version of this bundle 5.1.26 these packages (and theirs > classes) are not already embedded. > Is this an intended change? What is a reason of that change (in which ticket > it was done) and what is a proper solution to upgrade from 4.2.28 to 5.1.26? > Do these missing dependencies should be added independently directly as Jetty > bundles (org.eclipse.jetty.xxx)? -- This message was sent by Atlassian Jira (v8.20.10#820010)