aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22787 Add FIPS environment information to support info fileAlain Kermis2024-08-261-0/+1
|
* SONAR-22603 Use generated code for the SARIF parserJulien HENRY2024-07-241-6/+1
|
* Revert "SONAR-22447 jakarta-annotation-api version bump"Matteo Mara2024-07-021-1/+1
| | | | This reverts commit f4ea3e9ab60aad9d268aad316f8fb13f1c54aa8b.
* SONAR-22447 jakarta-annotation-api version bumplukasz-jarocki-sonarsource2024-07-011-1/+1
|
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-2/+2
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-161-1/+1
| | | | org.apache.commons:commons-lang3
* SONAR-21643 Add support for Junit5Léo Geoffroy2024-02-201-0/+9
|
* SONAR-21195 allow plugins loaded in different containers to access ↵Steve Marion2024-01-041-1/+0
| | | | classLoader resources. Integrate sonarsource-classeloader library into sonar-core source.
* Revert "SONAR-21195 allow plugins loaded in different containers to access ↵Matteo Mara2023-12-221-0/+1
| | | | | | classLoader resources. Integrate sonarsource-classeloader library into sonar-core source." This reverts commit 9d91fc4c8fa35bc7fc985a71a2d38ef0759e50e3.
* SONAR-21195 allow plugins loaded in different containers to access ↵Steve Marion2023-12-211-1/+0
| | | | classLoader resources. Integrate sonarsource-classeloader library into sonar-core source.
* SONAR-21157 Drop support for running the scanners with Java 11Matteo Mara2023-12-011-5/+0
|
* SONAR-19579 Fix SSF-420 (#8573)Wojtek Wajerowicz2023-06-151-0/+2
|
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-111-0/+1
|
* SONAR-17566 Drop jdk11 support for running the SonarQube serverMatteo Mara2022-12-291-0/+5
|
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-24/+24
|
* SONAR-17560 Move existing sarif object to sonar-coreAntoine Vinot2022-11-151-0/+1
|
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
|
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+1
| | | | | - fix tests - use plugin api from artifactory
* SONAR-16182 Migrate remaining modules from java 8 to java 11Duarte Meneses2022-03-281-2/+0
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-1/+1
|
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in ↵Duarte Meneses2022-02-021-0/+2
| | | | | | the scanner-engine Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com>
* SONAR-14951 Scanners require Java 11Sébastien Lesaint2021-06-091-0/+2
|
* Clean depsDuarte Meneses2019-07-171-1/+4
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-121-0/+1
| | | | sonar-plugin-api-impl
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-09-191-14/+0
|
* Revert "SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin ↵Duarte Meneses2018-07-191-0/+14
| | | | | | classloader" This reverts commit 4dcb5245f1147048d122ff2d335a6b5b7364c565.
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-07-171-14/+0
|
* SONAR-6949 Implements bcrypt hash for passwordEric Hartmann2018-04-171-1/+0
| | | | | | | Extract hash mechanism into a single class LocalAuthentication Implements SHA1 (deprecated) and bcrypt hash Set bcrypt as default Update the hash of a user during authentication if hash method was SHA1
* SONAR-6949 Increase crypted password sizeEric Hartmann2018-04-171-0/+1
|
* Revert "SONAR-6949 Increase crypted password size"Eric Hartmann2018-04-121-1/+0
| | | | This reverts commit 8e3729ab43842b5f23c431afdd5153c75530aa1d.
* SONAR-6949 Increase crypted password sizeEric Hartmann2018-04-121-0/+1
|
* Fix publicationDavid Rautureau2018-04-041-4/+0
|
* Fix buildDavid Rautureau2018-04-041-0/+4
|
* BUILD-630 Generate javadoc ad sources jars with Gradle only on release branchesDavid Rautureau2018-04-041-2/+4
|
* Order list of Gradle dependenciesSimon Brandhof2018-03-121-9/+13
|
* Move To GradleDavid Rautureau2018-03-091-0/+53