[
https://issues.apache.org/jira/browse/NIFI-11518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758192#comment-17758192
]
ASF subversion and git services commented on NIFI-11518:
--------------------------------------------------------
Commit c08560447fe2990c9d244731a09ed27ca770cb50 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c08560447f ]
NIFI-11518 Upgraded Jetty from 9.4.51 to 10.0.15
- Updated Jetty WebSocket components using Jetty 10 components
- Upgraded Solr components from 8.11.2 to 9.2.1 to align with Jetty 10
dependencies
Signed-off-by: Matt Burgess <[email protected]>
This closes #7622
> 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
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)