You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2023/05/02 15:48:00 UTC

[jira] [Created] (NIFI-11518) Upgrade to Jetty 10

David Handermann created NIFI-11518:
---------------------------------------

             Summary: Upgrade to Jetty 10
                 Key: NIFI-11518
                 URL: https://issues.apache.org/jira/browse/NIFI-11518
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework, Extensions, MiNiFi, NiFi Registry
            Reporter: David Handermann
            Assignee: David Handermann
             Fix For: 2.latest


Jetty 9.4 reached [end of community support|https://github.com/eclipse/jetty.project/issues/7958] in May 2022.

Jetty 10 and 11 are currently supported, with Jetty 10 supporting traditional {{javax.servlet}} interfaces and Jetty 11 supporting newer {{jakarta.servlet}} interfaces.

Jetty 10 requires Java 11 as the minimum version, and should be the target version to minimize initial impact on project components.

Current project structure enforces a common Jetty version at the root level through dependency management, and standard NAR bundles depend on Jetty for a shared runtime version. This approach may need to be modified for components with transitive dependencies.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)