[
https://issues.apache.org/jira/browse/JCR-4892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17988025#comment-17988025
]
Maxim Solodovnik edited comment on JCR-4892 at 7/3/25 3:21 AM:
---------------------------------------------------------------
Hello [~reschke]
IMO if you would like long-term, and separate branch with regular release is OK
for you, it would be better to change imports
{code}
--- import javax.servlet.http.HttpServletRequest;
+++ import jakarta.servlet.http.HttpServletRequest;
{code}
etc.
was (Author: solomax):
Hello [~reschke]
IMO if you would like long-term, and separate branch with regular release is OK
for you, it would be better to to change imports
{code}
--- import javax.servlet.http.HttpServletRequest;
+++ import jakarta.servlet.http.HttpServletRequest;
{code}
etc.
> support the jakarta.servlet package name
> ----------------------------------------
>
> Key: JCR-4892
> URL: https://issues.apache.org/jira/browse/JCR-4892
> Project: Jackrabbit Content Repository
> Issue Type: New Feature
> Reporter: Julian Reschke
> Priority: Major
> Fix For: 2.24
>
> Attachments: JCR-4892_v2_project_root.patch,
> JCR-4892_v2_workspace_root.patch, JCR-4892_v3.patch, JCR-4892_v4.patch, clean
> install-Output.txt, jackrabbit-webdav-jakarta.patch, patch.txt, webapp.patch,
> webapp2.patch
>
>
> ...without breaking existing uses for now.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)