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

ASF subversion and git services commented on SOLR-17069:
--------------------------------------------------------

Commit 50808cdcdb9c2985aff5995f9ff3f5c8782f1be0 in solr's branch 
refs/heads/main from David Smiley
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=50808cdcdb9 ]

SOLR-17069 SOLR-17503: Don't include jetty-jakarta-servlet-api JAR (EE9) (#3838)

We should not have this JAR 
org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api as it is for Jakarta EE 
9, and it contains javax XSD definitions.  It also contains servlet classes for 
v5 that compete with jakarta servlet-api v6 that we already depend on in some 
places.

* Use mocking instead of implementing the entire HttpServletRequest and 
response interfaces.
* toml: remove unused jetty lib references
* NOTICE: the servlet references were obsolete.  The servlet JAR has it's own 
license file, and isn't CDDL either.

> 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
>            Assignee: Sanjay Dutt
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 10.0
>
>          Time Spent: 4h
>  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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to