aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scanner/bootstrap/FileCacheProviderTest.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-10591 scanner uses WS api/plugins/downloadSimon Brandhof2018-05-111-65/+0
|
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
|
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-041-8/+7
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-061-6/+5
| | | | | | | | | | | | | | | | | | | | * Settings class becomes abstract as multiple implementations are used. Can't become an interface for binary backward-compatibility of API * tests should use MapSettings, an in-memory implementation of Settings * web server uses a thread-specific cache of settings when processing HTTP requests * web server does not have a cache of settings during startup, except for the system settings loaded from sonar.properties * Compute Engine uses a thread-specific cache of settings when processing a task. Cache is clear at end of task. * some useless methods of PersistentSettings are removed
* Rename package org.sonar.batch to org.sonar.scannerJulien HENRY2016-07-061-0/+67