[ https://issues.apache.org/jira/browse/SOLR-14723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17256359#comment-17256359 ]
ASF subversion and git services commented on SOLR-14723: -------------------------------------------------------- Commit 196632d538a26b0c92a67941ad7c47e2f9cd2e1d in lucene-solr's branch refs/heads/branch_8x from Tomas Eduardo Fernandez Lobbe [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=196632d ] SOLR-14723: Remove the class attribute for the caches in the _default/example configsets This is an 8.x change only. Closes #2169 Squashed commit of the following: commit c638cbcfdb58b57cde8c4be641a7847b8a37422a Merge: b13011e97ae a22abe8ae0d Author: Tomas Fernandez Lobbe <tflo...@apache.org> Date: Tue Dec 29 23:33:38 2020 -0800 Merge branch 'jira/SOLR-14723' of https://github.com/trdillon/lucene-solr into trdillon-jira/SOLR-14723 commit a22abe8ae0ddd5934dd8f74f4a48599e188ffc73 Author: Tim Dillon <t...@itsdits.com> Date: Wed Dec 30 15:34:34 2020 +0900 Add SOLR-14723 to CHANGES.txt commit 655bba5db63118c3055c30d331d1d082e0dd6050 Author: Tim Dillon <t...@itsdits.com> Date: Wed Dec 30 15:02:16 2020 +0900 Fix TestSolr4Spatial2 test commit 2d8544fc455de8b596c6fbf3ecd2feb2ca6a84fc Author: Tim Dillon <t...@itsdits.com> Date: Tue Dec 29 20:40:03 2020 +0900 Update doc to state default cache class commit 3c5ee62d8fe87da080595822b46a3390510dea41 Author: Tim Dillon <t...@itsdits.com> Date: Tue Dec 29 19:51:57 2020 +0900 Replaced the class attribute in solrconfig-caching commit 2341eef4a63696068b010d8da51f2fa818790fc0 Author: Tim Dillon <t...@itsdits.com> Date: Sun Dec 27 15:52:07 2020 +0900 Remove REQUIRE_CLASS from SolrCache plugin commit 627995aba1a29dc4deaf726c0a49599224ea2de5 Author: Tim Dillon <t...@itsdits.com> Date: Sat Dec 26 11:14:03 2020 +0900 Remove cast to FastLRUCache in TestJsonRequest commit 11319c119570c861d62f09fc6b482a6993dd38ff Author: Tim Dillon <t...@itsdits.com> Date: Sat Dec 19 16:53:07 2020 +0900 Removed class attribute from caches > Rremove the class atribute for the caches in the _default/example configsets > ---------------------------------------------------------------------------- > > Key: SOLR-14723 > URL: https://issues.apache.org/jira/browse/SOLR-14723 > Project: Solr > Issue Type: Improvement > Reporter: Tomas Eduardo Fernandez Lobbe > Priority: Trivial > Labels: newdev > Time Spent: 1h > Remaining Estimate: 0h > > In 8.x branch, the default and example configsets include LRUCache and > FastLRUCache as the implementation for the various caches. > {code:xml} > <filterCache class="solr.FastLRUCache" > size="512" > initialSize="512" > autowarmCount="0"/> > {code} > Those implementations are deprecated. We should remove the attribute > completely and let the default take over (as it's in master), this should > make upgrading configsets easier: -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org