You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/08/01 16:55:00 UTC

[GitHub] [solr] markrmiller commented on pull request #585: SOLR-15955 Update Jetty dependency to 10

markrmiller commented on PR #585:
URL: https://github.com/apache/solr/pull/585#issuecomment-1201463890

   I can put up a more recent rebase.
   
   The main reason this has sat around is a small but prominent back compat issue. 
   
   We ship existing jetty.xml config with the use of a id tag that has always been incorrect and should be refid. In Jetty 10 that will hard fail. We also use methods on the gzip handler that were previously deprecated and then removed in 10. That will hard fail. 
   
   As a result, with a default, clean Solr 9 release, without some potential solution, if you updated to Jetty 10 on a 9.x point release, Solr would fail to start on an existing install without a couple small, simple tweaks to the jetty xml config. That kind of break would be very abnormal for a point release.
   
   The only potential workaround I’ve thought up so far is a kind of ugly, have the start script always check for this and and attempt to manually correct it, maybe only if the user hasn’t modified the files or something. But that’s far from a great solution. 


-- 
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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org