dsmiley opened a new pull request, #3838:
URL: https://github.com/apache/solr/pull/3838

   https://issues.apache.org/jira/browse/SOLR-17069
   
   Our Jetty 12 migration should not have incorporated 
`org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api`.  This commit removes 
that completely.  The removal of this marks a milestone -- there is no JAR that 
Solr ships that includes "javax" stuff.
   
   `find . -type f -name "*.jar" -ls -exec sh -c 'unzip -l "$1" 2>/dev/null | 
grep -q "javax/" && echo "$1"' _ {} \;`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to