[
https://issues.apache.org/jira/browse/FOP-3188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17864759#comment-17864759
]
Packiaraj Sakkanan commented on FOP-3188:
-----------------------------------------
Thanks [~ssteiner]. The issue with such runtime workaround is, application code
code is already migrated to jakartaEE but the dependency api still expects in
JavaEE format. It leaves IDE in broken state, i.e., lot of compilation issues
as`javax.servlet.http.HttpServletRequest` is not the same as
`jakarta.servlet.http.HttpServletRequest`, affecting developer
productivity/experience
> Support jakarta EE API
> -----------------------
>
> Key: FOP-3188
> URL: https://issues.apache.org/jira/browse/FOP-3188
> Project: FOP
> Issue Type: Improvement
> Reporter: Packiaraj Sakkanan
> Priority: Major
> Labels: EE, Jakarta
>
> Fop core does not support Jakarta EE APIs.
> Here is the code reference :
> [https://github.com/apache/xmlgraphics-fop/blob/main/fop-core/src/main/java/org/apache/fop/servlet/FopServlet.java#L29-L32]
> I am not seeing any issues open to support JakartaEE.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)