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:50:00 UTC

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

     [ https://issues.apache.org/jira/browse/NIFI-11518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Handermann updated NIFI-11518:
------------------------------------
    Description: 
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.

The Jetty 10 Programming Guide highlights [several important changes from 9.4 to 10|https://www.eclipse.org/jetty/documentation/jetty-10/programming-guide/index.html#pg-migration-94-to-10], including renamed WebSocket libraries.

  was:
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.


> 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
>            Priority: Critical
>             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.
> The Jetty 10 Programming Guide highlights [several important changes from 9.4 to 10|https://www.eclipse.org/jetty/documentation/jetty-10/programming-guide/index.html#pg-migration-94-to-10], including renamed WebSocket libraries.



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