You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (Jira)" <ji...@apache.org> on 2021/06/23 17:22:00 UTC

[jira] [Commented] (JENA-2123) Upgrade to Eclipse Jetty10

    [ https://issues.apache.org/jira/browse/JENA-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17368366#comment-17368366 ] 

Andy Seaborne commented on JENA-2123:
-------------------------------------

About migration to JakartaEE: it is {{javax.servlet}} classes that are affected:

 * {{org.apache.commons.fileupload.servlet.ServletFileUpload}} depends on {{javax.servlet.http.HttpServletRequest}}

 * {{org.apache.shiro.web.filter.authz.AuthorizationFilter}} depends on several {{javax.servlet}} classes.

The file download servlet has not changed in several years. Taking the source and renaming would be practical.

Tomcat10 uses {{jakarta.*}} packages.


> Upgrade to Eclipse Jetty10
> --------------------------
>
>                 Key: JENA-2123
>                 URL: https://issues.apache.org/jira/browse/JENA-2123
>             Project: Apache Jena
>          Issue Type: Task
>          Components: Build, Fuseki
>    Affects Versions: Jena 4.1.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>             Fix For: Jena 4.2.0
>
>
> Jetty10 requires Java11.
> In JENA-2053, the code was made to source-compatible with both Jetty9 and Jetty 10.
> Jetty11 is the same as Jetty10 except that packages {{javax}} are {{jakarta}}. 
> For Jena users, this would be an impact on embedded Fuseki and WAR-packaged Fuseki.
> https://www.eclipse.org/lists/jetty-announce/msg00149.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)