Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-22787 Add FIPS environment information to support info file | Alain Kermis | 2024-08-26 | 1 | -0/+1 |
| | |||||
* | SONAR-22603 Use generated code for the SARIF parser | Julien HENRY | 2024-07-24 | 1 | -6/+1 |
| | |||||
* | Revert "SONAR-22447 jakarta-annotation-api version bump" | Matteo Mara | 2024-07-02 | 1 | -1/+1 |
| | | | | This reverts commit f4ea3e9ab60aad9d268aad316f8fb13f1c54aa8b. | ||||
* | SONAR-22447 jakarta-annotation-api version bump | lukasz-jarocki-sonarsource | 2024-07-01 | 1 | -1/+1 |
| | |||||
* | SONAR-22447 updated rename findbugs dependency | lukasz-jarocki-sonarsource | 2024-06-28 | 1 | -2/+2 |
| | |||||
* | SONAR-21452 move from commons-lang:commons-lang to ↵ | Matteo Mara | 2024-03-16 | 1 | -1/+1 |
| | | | | org.apache.commons:commons-lang3 | ||||
* | SONAR-21643 Add support for Junit5 | Léo Geoffroy | 2024-02-20 | 1 | -0/+9 |
| | |||||
* | SONAR-21195 allow plugins loaded in different containers to access ↵ | Steve Marion | 2024-01-04 | 1 | -1/+0 |
| | | | | classLoader resources. Integrate sonarsource-classeloader library into sonar-core source. | ||||
* | Revert "SONAR-21195 allow plugins loaded in different containers to access ↵ | Matteo Mara | 2023-12-22 | 1 | -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 Marion | 2023-12-21 | 1 | -1/+0 |
| | | | | classLoader resources. Integrate sonarsource-classeloader library into sonar-core source. | ||||
* | SONAR-21157 Drop support for running the scanners with Java 11 | Matteo Mara | 2023-12-01 | 1 | -5/+0 |
| | |||||
* | SONAR-19579 Fix SSF-420 (#8573) | Wojtek Wajerowicz | 2023-06-15 | 1 | -0/+2 |
| | |||||
* | SONAR-19015 Use new log test fixtures in the sonar-plugin-api | Jeremy Davis | 2023-04-11 | 1 | -0/+1 |
| | |||||
* | SONAR-17566 Drop jdk11 support for running the SonarQube server | Matteo Mara | 2022-12-29 | 1 | -0/+5 |
| | |||||
* | SONAR-15595 Replace Gradle deprecated dependency scopes | Zipeng WU | 2022-12-01 | 1 | -24/+24 |
| | |||||
* | SONAR-17560 Move existing sarif object to sonar-core | Antoine Vinot | 2022-11-15 | 1 | -0/+1 |
| | |||||
* | SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar' | Duarte Meneses | 2022-11-11 | 1 | -1/+1 |
| | |||||
* | SONAR-16232 Add dependencies to new sonar-plugin-api | Duarte Meneses | 2022-04-21 | 1 | -1/+1 |
| | | | | | - fix tests - use plugin api from artifactory | ||||
* | SONAR-16182 Migrate remaining modules from java 8 to java 11 | Duarte Meneses | 2022-03-28 | 1 | -2/+0 |
| | |||||
* | SONAR-15994 Migrate Sonarqube IOC framework from Pico to Spring | Duarte Meneses | 2022-02-22 | 1 | -1/+1 |
| | |||||
* | SONAR-15966 Use Spring instead of Pico as dependency injection framework in ↵ | Duarte Meneses | 2022-02-02 | 1 | -0/+2 |
| | | | | | | the scanner-engine Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com> | ||||
* | SONAR-14951 Scanners require Java 11 | Sébastien Lesaint | 2021-06-09 | 1 | -0/+2 |
| | |||||
* | Clean deps | Duarte Meneses | 2019-07-17 | 1 | -1/+4 |
| | |||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 1 | -0/+1 |
| | | | | sonar-plugin-api-impl | ||||
* | SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloader | Julien HENRY | 2018-09-19 | 1 | -14/+0 |
| | |||||
* | Revert "SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin ↵ | Duarte Meneses | 2018-07-19 | 1 | -0/+14 |
| | | | | | | classloader" This reverts commit 4dcb5245f1147048d122ff2d335a6b5b7364c565. | ||||
* | SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloader | Julien HENRY | 2018-07-17 | 1 | -14/+0 |
| | |||||
* | SONAR-6949 Implements bcrypt hash for password | Eric Hartmann | 2018-04-17 | 1 | -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 size | Eric Hartmann | 2018-04-17 | 1 | -0/+1 |
| | |||||
* | Revert "SONAR-6949 Increase crypted password size" | Eric Hartmann | 2018-04-12 | 1 | -1/+0 |
| | | | | This reverts commit 8e3729ab43842b5f23c431afdd5153c75530aa1d. | ||||
* | SONAR-6949 Increase crypted password size | Eric Hartmann | 2018-04-12 | 1 | -0/+1 |
| | |||||
* | Fix publication | David Rautureau | 2018-04-04 | 1 | -4/+0 |
| | |||||
* | Fix build | David Rautureau | 2018-04-04 | 1 | -0/+4 |
| | |||||
* | BUILD-630 Generate javadoc ad sources jars with Gradle only on release branches | David Rautureau | 2018-04-04 | 1 | -2/+4 |
| | |||||
* | Order list of Gradle dependencies | Simon Brandhof | 2018-03-12 | 1 | -9/+13 |
| | |||||
* | Move To Gradle | David Rautureau | 2018-03-09 | 1 | -0/+53 |