[
https://issues.apache.org/jira/browse/SOLR-17503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18036585#comment-18036585
]
ASF subversion and git services commented on SOLR-17503:
--------------------------------------------------------
Commit 7d78f48e7a798fefa1e94dbbdee0dcd194f9d247 in solr's branch
refs/heads/branch_10_0 from David Smiley
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=7d78f48e7a7 ]
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.
(cherry picked from commit 50808cdcdb9c2985aff5995f9ff3f5c8782f1be0)
> 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]