The catalog solr config is using LRUCache, which is deprecated, for solr cacheing and will be removed in Solr 9.
Updates the solr config to use the recommended CaffeineCache class. We will deploy this to staging and test next week. Do not merge until we know how this works in staging.
The catalog solr config is using
LRUCache
, which is deprecated, for solr cacheing and will be removed in Solr 9.Updates the solr config to use the recommended CaffeineCache class. We will deploy this to staging and test next week. Do not merge until we know how this works in staging.