aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/batch/bootstrapper
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22152 Remove JGit workaroundEric Giffon2024-06-201-12/+0
| | | | No longer needed as the update to JGit 6.10 fixes the issue.
* SONAR-22152 Silent NoClassDefFoundError: ThrowableProxy from JGitJulien HENRY2024-05-131-0/+12
|
* SONAR-22086 Add support to configure scanner with env variablesJulien HENRY2024-04-301-0/+2
|
* SONAR-22036 Add a main to the scanner engineJulien HENRY2024-04-151-3/+6
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-162-2/+2
| | | | org.apache.commons:commons-lang3
* NO-JIRA Update license headers to 2024Pierre2024-01-037-7/+7
|
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-2/+2
|
* [NO JIRA] Remove unused importsDuarte Meneses2023-04-121-1/+0
|
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-111-1/+1
|
* SONAR-18600 Remove deprecated items that are not used anymoreZipeng WU2023-03-071-39/+0
|
* Update license templates for 2023Pierre2023-01-027-7/+7
|
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in ↵Duarte Meneses2022-02-021-2/+2
| | | | | | the scanner-engine Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com>
* Update license headers for 2022 [update headers]Pierre2022-01-287-7/+7
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-087-7/+7
|
* Format all headers for 2020Wouter Admiraal2020-01-077-7/+7
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-1/+1
|
* Remove deprecated code in scannerDuarte Meneses2019-10-211-21/+1
|
* Reduce dependency of sonar-scanner-engine on GuavaDuarte Meneses2019-07-122-8/+4
|
* SONAR-11465 API cleanupJulien HENRY2019-01-161-3/+0
|
* SONAR-11476 Remove scanner task supportJulien HENRY2019-01-161-44/+23
|
* SONAR-11465 Deprecate InputModule and introduce InputProjectJulien HENRY2019-01-162-51/+21
|
* Fix license headers for 2019Duarte Meneses2019-01-027-7/+7
|
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-291-18/+0
|
* Fix license headers for 2018Simon Brandhof2018-01-077-7/+7
|
* SONAR-9973 ComponentContainer#stopComponent now never failSébastien Lesaint2017-11-031-6/+4
| | | | and ensures all stoppable and/or disposable components in the container have their stop and/or dispose methods called
* SONAR-9606 Clean scanner-engine entry pointJulien HENRY2017-07-282-224/+32
|
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-042-2/+0
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-108-16/+16
|
* Reduce dependency on guavaDuarte Meneses2017-01-312-7/+9
|
* Scanner cleanupJulien HENRY2017-01-091-1/+1
| | | | * Fail fast when a WS call is made in medium test mode * Rename many Batch* -> Scanner*
* Add missing annotations @Immutable and @Nullable in sonar-wsSimon Brandhof2016-11-141-1/+1
|
* Update JavaDocJulien HENRY2016-10-212-5/+7
|
* Improve qualityDuarte Meneses2016-07-141-0/+1
|
* Fix some quality flawsJulien HENRY2016-07-131-0/+1
|
* Rename package org.sonar.batch to org.sonar.scannerJulien HENRY2016-07-062-12/+16
|
* SONAR-7665 Deprecate @BatchSide and introduce @ScannerSideDuarte Meneses2016-07-041-2/+2
|
* Improve qualityDuarte Meneses2016-05-131-0/+1
|
* SONAR-7367 Remove code previously used by SonarLintDuarte Meneses2016-05-131-2/+2
|
* SONAR-7540 Throwable attached to logs is lost on scanner side when using ↵Julien HENRY2016-04-111-1/+9
| | | | LogOutput API
* Rename batch into scannerJulien HENRY2016-03-188-0/+846