[
https://issues.apache.org/jira/browse/FELIX-6749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913610#comment-17913610
]
Paul Rütter edited comment on FELIX-6749 at 2/13/25 12:14 PM:
--------------------------------------------------------------
Yes.
For 4.x:
[https://github.com/apache/felix-dev/blob/http-4.x/http/jetty/pom.xml#L155]
For 5.x:
[https://github.com/apache/felix-dev/blob/master/http/jetty/pom.xml#L165]
The IT shows which bundles you would need for websocket support:
[https://github.com/apache/felix-dev/blob/master/http/jetty/src/test/java/org/apache/felix/http/jetty/it/JettySpecificWebsocketIT.java]
For jetty12 (1.x) it's a bit different, depending on which classifier you use.
Jetty12 is JakartaEE10 only right now, no support for javax (EE8).
was (Author: JIRAUSER304433):
Yes.
For 4.x:
[https://github.com/apache/felix-dev/blob/http-4.x/http/jetty/pom.xml#L155]
For 5.x:
[https://github.com/apache/felix-dev/blob/master/http/jetty/pom.xml#L165]
The IT shows which bundles you would need for websocket support:
[https://github.com/apache/felix-dev/blob/master/http/jetty/src/test/java/org/apache/felix/http/jetty/it/JettySpecificWebsocketIT.java]
For jetty12 (1.x) it's a bit different, depending on which classifier you use.
Jetty12 is JakartaEE10 only right now, no support for javax (EE8 or EE9).
> 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)