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

Chris M. Hostetter commented on SOLR-17069:
-------------------------------------------

FYI: SOLR-17744 is adding a {{server/etc/jetty-graceful.xml}} and 
{{server/modules/graceful.mod}} which are Jetty 10 adaptations of functionality 
that Jetty 12 now exposes as a "standard" module (with slightly different 
classes)...
* 
https://jetty.org/docs/jetty/12/operations-guide/start/index.html#stop-graceful
* 
https://jetty.org/docs/jetty/12/operations-guide/modules/standard.html#graceful

Once we upgrade to Jetty 12, we should be able to replace 
{{server/etc/jetty-graceful.xml}} and {{server/modules/graceful.mod}} with the 
"stock" versions from Jetty 12...

* 
https://github.com/jetty/jetty.project/blob/jetty-12.0.x/jetty-core/jetty-server/src/main/config/modules/graceful.mod
* 
https://github.com/jetty/jetty.project/blob/jetty-12.0.x/jetty-core/jetty-server/src/main/config/etc/jetty-graceful.xml

> Upgrade Jetty to 12.x
> ---------------------
>
>                 Key: SOLR-17069
>                 URL: https://issues.apache.org/jira/browse/SOLR-17069
>             Project: Solr
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Kevin Risden
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: main (10.0)
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> On SOLR-16441 PR it was mentioned that Jetty 12.x supports multiple servlet 
> versions and we could stick with javax.servlet instead of all the changes 
> required to go to Jetty 11.x in SOLR-16441 PR. 
> Jetty 12 requires JDK 17
> References:
> * https://webtide.com/introducing-jetty-12/
> * 
> https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#pg-migration-11-to-12



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to