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

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

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.

> Umbrella: Move to Jakarta J2EE packages
> ---------------------------------------
>
>                 Key: SOLR-17503
>                 URL: https://issues.apache.org/jira/browse/SOLR-17503
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 10.0
>            Reporter: Gus Heck
>            Assignee: David Smiley
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 10.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In a recent migration from 8x to 9x I encountered a lot of issues where a 
> client with a repository containing custom solr components and fixes was 
> *still* unable to migrate to latest versions of critical packages like 
> dropwizard and hibernate validator because those packages rely on jakarta 
> packages, and even if it might be possible to re-arrange the decade plus old 
> repository and builds to avoid conflict the work to do so is prohibitive.
> Solr needs to not be the stick in the mud holding folks back. This ticket is 
> to collect/track tickets relating our dependency on the legacy javax classes.



--
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