mlbiscoc commented on code in PR #3811: URL: https://github.com/apache/solr/pull/3811#discussion_r2474407450
########## solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-10.adoc: ########## @@ -178,6 +178,8 @@ Nowadays, the HTTP request is available via internal APIs: `SolrQueryRequest.get + +NOTE: The previous parse-context-based configuration (`parseContext.config`) is no longer supported. Tika parser-specific properties must now be configured directly on the Tika Server itself, rather than through Solr configuration. Please refer to the Tika Server documentation for details on how to set these properties. +* SolrInfoMBeanHandler and PluginInfoHandler have been removed Review Comment: Removed the disabling metrics from solr.xml for now. I'll see about implementing the NOOP OTEL components then I'll bring this back in the ref-guide and solr.xml. -- 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]
