aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scanner/bootstrap/ExtensionInstallerTest.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-161-2/+1
| | | | org.apache.commons:commons-lang3
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
|
* Update license templates for 2023Pierre2023-01-021-1/+1
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-6/+8
|
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
|
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-59/+1
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
|
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-121-1/+1
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-121-1/+1
| | | | sonar-plugin-api-impl
* SONAR-11670 Drop preview modeJulien HENRY2019-02-211-4/+3
|
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
|
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-291-14/+14
|
* Add Java API Plugin.Context#getBootConfiguration()Simon Brandhof2018-02-061-11/+7
| | | | | That allows plugins to check configuration when providing the list of extensions.
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
|
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexJanos Gyerik2017-09-121-6/+5
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* Scanner cleanupJulien HENRY2017-01-091-1/+1
| | | | * Fail fast when a WS call is made in medium test mode * Rename many Batch* -> Scanner*
* Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-271-8/+4
| | | | | | | | | | | | * javadoc was not up-to-date * SensorContext has a single method #runtime() instead of #getRuntimeApiVersion() and #getRuntimeProduct() * deprecated SonarQubeVersion does not extend SonarRuntime * SonarRuntime becomes an interface. Implementation is org.sonar.api.internal.SonarRuntimeImpl for unit tests.
* Rename package org.sonar.batch to org.sonar.scannerJulien HENRY2016-07-061-0/+141