aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/SpringProjectScanContainer.java
Commit message (Collapse)AuthorAgeFilesLines
* SQRP-316 Log telemetry with the value of sca.enabledTravis Collins46 hours1-3/+2
|
* SQRP-149 Generate Manifest FilesMike Young2025-02-191-1/+13
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
|
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-181-1/+1
|
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-241-3/+0
| | | | plugin API
* SONAR-21575 Populate the issue filter chain after optional plugins have been ↵Julien HENRY2024-02-091-0/+7
| | | | | | | loaded Optional plugins can contribute IssueFilter, so we should not load the list of extensions too early. Moving the IssueFilters class in the child container was not possible due to many dependencies, so the choice has been made to make it "mutable": it is instantiated early to allow injection, but the list of IssueFilter is populated later.
* SONAR-21195 Ensure properties from optional analyzers are available in the ↵Matteo Mara2024-01-191-0/+2
| | | | ProjectSensorContext
* SONAR-21195 Move ProjectSensorOptimizer to the correct containerMatteo Mara2024-01-191-0/+4
|
* SONAR-21195 Ensure deprecated properties from optional analyzers are respectedMatteo Mara2024-01-171-1/+3
|
* SONAR-21195 Convert exception to a warning when no language plugins are ↵Dimitris Kavvathas2024-01-051-1/+1
| | | | installed.
* SONAR-21195 Support ProjectBuilders for on-demand pluginsMatteo Mara2024-01-041-0/+8
|
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2024-01-041-3/+12
|
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2024-01-041-255/+29
|
* 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-29/+252
| | | | This reverts commit 981e6b85954f413666e8608a4e2f46fa2e4089cc.
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-221-12/+3
| | | | This reverts commit 42d16dafde01b19bc7fcb99084e087fdc9b8e95e.
* Revert "SONAR-21195 Support ProjectBuilders for on-demand plugins"Matteo Mara2023-12-221-8/+0
| | | | This reverts commit 4dbc95a3c4aa4b4705bc676efc07b5c2a8b68f37.
* SONAR-21195 Support ProjectBuilders for on-demand pluginsMatteo Mara2023-12-211-0/+8
|
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2023-12-211-3/+12
|
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2023-12-211-252/+29
|
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-181-7/+2
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-3/+3
|
* SONAR-17732 Remove all usage of redirect.sonarsource.comWouter Admiraal2023-01-171-1/+1
|
* SONAR-18174 Analyzer cache should be kept in the file system to decrease ↵Duarte Meneses2023-01-121-0/+2
| | | | memory use
* Update license templates for 2023Pierre2023-01-021-1/+1
|
* SONAR-4043 deprecate sonar.password for analysisPierre2022-12-151-0/+4
|
* SONAR-17722 Scanner doesn't need to download list of PRsDuarte Meneses2022-12-091-2/+0
|
* SONAR-17305 prevent set sonar.global.XX properties in scannerBenjamin Campomenosi2022-10-071-1/+2
|
* SONAR-17418 show deprecation warning in case scanner runs with 32 bits JREAurelien Poscia2022-10-071-0/+2
|
* SONAR-17044 SONAR-17043 SONAR-17042 Optimize Compute Engine issue tracking ↵Duarte Meneses2022-07-231-0/+4
| | | | and persisting of measures where file is marked as unchanged
* SONAR-16594 Quality Gate changes on same code on reference branch strategyJacek2022-07-041-3/+3
| | | | - fixes also analysis warning to be shown in UI
* SONAR-16395 Activate Analyzers Cache by defaultDuarte Meneses2022-05-241-2/+2
|
* SONAR-16050 Scanner fails with NPE if user doesn't have permission to ↵Duarte Meneses2022-03-281-2/+2
| | | | analyze project
* SONAR-16097 Add plugin cache to the Sensor APIDuarte Meneses2022-03-181-2/+14
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-1/+2
|
* Fix bugs from Quality GateZipeng WU2022-02-071-0/+2
|
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in ↵Duarte Meneses2022-02-021-0/+380
the scanner-engine Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com>