[
https://issues.apache.org/jira/browse/DRILL-8540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18036672#comment-18036672
]
ASF GitHub Bot commented on DRILL-8540:
---------------------------------------
cgivre opened a new pull request, #3031:
URL: https://github.com/apache/drill/pull/3031
# [DRILL-8540](https://issues.apache.org/jira/browse/DRILL-8540): Update
Jetty to Version 12
## Description
This PR updates Drill to use Jetty 12. Jetty 12 is only compatible with
Java >17, so this PR removes support for Java < 17.
## Documentation
No user facing changes.
## Testing
Ran existing unit tests and tested WebUI manually.
> Update Jetty to Version 12
> --------------------------
>
> Key: DRILL-8540
> URL: https://issues.apache.org/jira/browse/DRILL-8540
> Project: Apache Drill
> Issue Type: Task
> Components: Web Server
> Affects Versions: 1.22.0
> Reporter: Charles Givre
> Assignee: Charles Givre
> Priority: Major
> Fix For: 1.23.0
>
>
> Drill was using Jetty version 9.X which was EOL some time ago. This PR bumps
> Jetty to version 12. Jetty 12 is not compatible with with Java 11, so this
> PR also requires that Drill remove support for Java 11. At this state, this
> seems reasonable.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)