[
https://issues.apache.org/jira/browse/WICKET-6723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17197217#comment-17197217
]
Dan Armbrust commented on WICKET-6723:
--------------------------------------
I did see that project... may work for me, but, certainly not as nice. I'm in
the process of migrating things, and the mix-and-match of the APIs just doesn't
go well. Especially when annotations are used for finding services /
providers, and the server may only be looking for one type or the other.
Currently, with the latest beta's of Jetty, I've been unable to find a way to
use Wicket code - especially embedded for tests and such, because of the
mis-match of APIs. I'm deploying rest code in jetty that is all done with the
jakarta APIs... but also had wicket in the same package for a GUI.
Was hoping I would find that someone had written a translation layer that I
could just drop in, but apparently, I'm too early to the game, and I haven't
found a layer yet.... I certainly think it should be possible to have a
translation layer. Just not sure how much of a PITA it will be to tie together
all the calls.
> Move to Jakarta APIs and Servlet 4.0
> ------------------------------------
>
> Key: WICKET-6723
> URL: https://issues.apache.org/jira/browse/WICKET-6723
> Project: Wicket
> Issue Type: Task
> Components: wicket-core
> Affects Versions: 9.0.0-M4
> Reporter: Emond Papegaaij
> Assignee: Emond Papegaaij
> Priority: Major
>
> Wicket still uses javax GAVs for all Java EE APIs. These are now migrated to
> Jakarta and new artifacts have been published. This also requires the move to
> servlet 4.0.
> The following changes are required:
> * {{javax.el:javax.el-api}} -> {{jakarta.el:jakarta.el-api}}
> * {{javax.servlet:javax.servlet-api}} ->
> {{jakarta.servlet:jakarta.servlet-api}}
> * {{javax.servlet.jsp:javax.servlet.jsp-api}} ->
> {{jakarta.servlet.jakarta.servlet.jsp-api}}
> * {{javax.validation:validation-api}} ->
> {{jakarta.validation:jakarta.validation-api}}
> * {{javax.websocket:javax.websocket-api}} ->
> {{jakarta.websocket:jakarta.websocket-api}}
> * {{javax.enterprise:cdi-api}} ->
> {{jakarta.enterprise:jakarta.enterprise.cdi-api}}
> * {{javax.annotation:javax.annotation-api}} ->
> {{jakarta.annotation:jakarta.annotation-api}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)