RE: [EXTERNAL] - Re: Solr9 support for Tomcat10

2024-02-02 Thread Suraksha Shetty
is on Jetty 11 or 12 this should be possible. But don’t hold your breath until we start planning a Solr 10 release, probably after Lucene releases v10. But you can make a private build of Solr earlier of course. Jan Høydahl > 1. feb. 2024 kl. 07:05 skrev Suraksha Shetty : > > Hi Al

Solr9 support for Tomcat10

2024-01-31 Thread Suraksha Shetty
Hi All, We are migrating Tomcat 9 to 10.1 in our product. As part of this migration namespace Javax is changed to Jakarta. We are using Solr9 as an embedded web app. We have a custom SolrDispatchFilter which extends the org.apache.solr.servlet.SolrDispatchFilter which is still using javax. Becau