aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/bootstrap/SpringGlobalContainer.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara9 days1-1/+1
|
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-2/+4
|
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-181-1/+1
|
* SONAR-23972 Update scanner-related broken documentation linksClaire Villard2024-12-181-3/+1
|
* Log the max memory allocated to the scanner engineJulien HENRY2024-05-131-0/+4
|
* SONAR-22038 Support new SSL properties (#10987)Julien HENRY2024-04-301-0/+2
| | | | | * Move scanner HttpClient code in its own package * Factorize the computation of the Sonar User Home
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-161-1/+1
| | | | org.apache.commons:commons-lang3
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2024-01-041-5/+4
|
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
|
* Revert "SONAR-21195 Enhance scanner engine to download only required plugins"Matteo Mara2023-12-221-4/+5
| | | | This reverts commit 981e6b85954f413666e8608a4e2f46fa2e4089cc.
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2023-12-211-5/+4
|
* SONAR-19983 warning when running scanner with a Java version older than 17Pierre2023-07-211-3/+5
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-3/+3
|
* Update license templates for 2023Pierre2023-01-021-1/+1
|
* SONAR-17610 Backend documentation links targets https://docs.sonarqube.org/ ↵Benjamin Campomenosi2022-12-281-0/+2
| | | | instead of embedded doc
* SONAR-16232 Drop usage of deprecated org.sonar.api.SonarQubeVersionJacek2022-05-311-2/+2
|
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-311-4/+5
| | | | - introduce internal SonarQubeVersion
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-0/+1
|
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in ↵Duarte Meneses2022-02-021-0/+165
the scanner-engine Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com>