aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/bootstrap/DefaultScannerWsClient.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22038 Support new SSL properties (#10987)Julien HENRY2024-04-301-207/+0
| | | | | * 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
* NO-JIRA Make Gson usage more type-safeMarcono12342024-01-291-2/+1
| | | | | | Uses `Gson.fromJson(..., TypeToken<T>)` instead of `fromJson(..., Type)` Also replaces some usage of the deprecated `JsonParser()` constructor.
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
|
* SONAR-19418 Add debug logging in case error Scanner WS clientJacek Poreda2023-06-201-4/+16
|
* SONAR-19110 Update Not Authorized message to include sonar.tokenLéo Geoffroy2023-05-081-6/+7
|
* SONAR-18591 Add sonar.token property and deprecate sonar.loginEric Giffon2023-03-171-2/+2
|
* SONAR-18242 Clarify error message when creating new project without ↵Eric Giffon2023-02-081-1/+2
| | | | permissions during scan
* Update license templates for 2023Pierre2023-01-021-1/+1
|
* SONAR-16567 Use user-friendly date format and improve notification messageZipeng WU2022-07-181-11/+13
|
* SONAR-16567 add an analysis warning when using a token expiring in less than ↵Matteo Mara2022-07-061-2/+43
| | | | 7 days.
* SONAR-16260 improve project analysis when using project analysis tokenMatteo Mara2022-05-311-18/+2
|
* SONAR-16260 scanner passing new context header - projectKeyLukasz Jarocki2022-04-291-2/+18
|
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
|
* SONAR-14340 - ‘Not authorized’ analysis should prompt for a token, not ↵Mark Rekveld2021-01-141-2/+2
| | | | login/password
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
|
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-121-0/+151
sonar-plugin-api-impl