[ https://issues.apache.org/jira/browse/SOLR-15716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chris M. Hostetter updated SOLR-15716: -------------------------------------- Attachment: SOLR-15716.patch Fix Version/s: main (9.0) Status: Open (was: Open) Patch to for main branch. (should not be backported) While the meat of this change in a straight forward removal of deprecated code, it did uncover a handfull of sketchy places that were direclty using {{SolrException.toStr}} which i cleaned up: * 2 were logging calls that just needed to pass the exception to the log method * 2 were code that had no business (IMO) including an entire stack trace in some debuging stringification logic, so i switch to a simple toString of the exception. i think this is good to commit for 9.0. > remove deprecated SolrException.ignorePatterns realted code for 9.0 > ------------------------------------------------------------------- > > Key: SOLR-15716 > URL: https://issues.apache.org/jira/browse/SOLR-15716 > Project: Solr > Issue Type: Sub-task > Reporter: Chris M. Hostetter > Assignee: Chris M. Hostetter > Priority: Major > Fix For: main (9.0) > > Attachments: SOLR-15716.patch > > > This follows from the work to deprecate this code in SOLR-15697, but I'm > tracking it as a distinct sub-task so regardless of how long it takes we can > resolve SOLR-15697 w/o it holding up the 8.11 release -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org