[
https://issues.apache.org/jira/browse/FELIX-6389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288852#comment-17288852
]
Grzegorz Grzybek commented on FELIX-6389:
-----------------------------------------
Some info from Jetty side: https://github.com/eclipse/jetty.project/issues/5964
In my opinion, it's a looong way before _everyone_ (i.e., majority) moves to
JakartaEE 9.
AFAIK, Undertow, even in [3.x
branch|https://github.com/undertow-io/undertow/tree/3.x] is still based on
Servlet API 4.
Jetty 10 and 11 seem to be maintained equally with only javax vs. jakarta
namespace difference.
[~scottslewis] about Jersey, there's an important note at their page:
bq. Note that Jersey 2.x releases will continue along with Jersey 3.x releases.
CXF and Camel will probably stay with JakartaEE 8 for quite a while.
I don't think a transformer is a good idea (or maybe I'm too old school ;)),
but in my opinion some future OSGi CMPN/Enterprise specification should be a
namespace-only-change release - kind of matching JakartaEE which bumped all the
versions of specifications without changing anything but the namespace...
I'm only not sure who'd have to do it after OSGi Alliance work moved to ...
Eclipse itself.
> add support for servlet 5.0 (tomcat 10)
> ---------------------------------------
>
> Key: FELIX-6389
> URL: https://issues.apache.org/jira/browse/FELIX-6389
> Project: Felix
> Issue Type: Improvement
> Components: Web Console
> Reporter: Miroslav Šulc
> Priority: Major
>
> because tomcat 10 had to switch the packages from javax.* to jakarta.\*, imo
> webconsole cannot be used on tomcat 10. it uses
> org.osgi.service.http.HttpService from osgi.cmpn 6.0.0 which does not support
> jakarta.\* servlet classes. i was not even able to find osgi.cmpn that would
> have org.osgi.service.http.HttpService with support for jakarta.* servlet
> classes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)