]> source.dussan.org Git - sonarqube.git/commit
SONAR-12686 use node.store.allow_mmap instead of node.store.allow_mmapfs
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 9 Jan 2020 11:21:04 +0000 (12:21 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 5 Nov 2020 20:06:21 +0000 (20:06 +0000)
commitc501961bff6b7407bdb98b3949f6c133096dfaee
tree62ba7d177dd251fe37cb7fdbf2244a87a4796963
parent3694c0d9e72a65ea7ab497b462f48850b138dcdd
SONAR-12686 use node.store.allow_mmap instead of node.store.allow_mmapfs

node.store.allow_mmapfs was deprecated and is now dropped in 7.5.1
server/sonar-main/src/main/java/org/sonar/application/es/EsSettings.java
server/sonar-main/src/test/java/org/sonar/application/es/EsSettingsTest.java