Skip to content

Commit

Permalink
SLI-1653 Update embedded Java analyzer to 8.5.0.37199
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel committed Oct 17, 2024
1 parent 4511aad commit 01b994e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
sonarlint-core = "10.7.1.79146"

sonar-java = "8.4.0.37032"
sonar-java = "8.5.0.37199"
sonar-javascript = "10.16.0.27621"
sonar-php = "3.38.0.12239"
sonar-python = "4.23.0.17664"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<change-notes><![CDATA[
<ul>
<li>10.12 - Improvements on Helm and Kubernetes analyzers. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.12 - Support of Java 22 analysis. Improvements on Helm and Kubernetes analyzers. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.11.1 - Allow to open AI fix suggestions coming from SonarQube or SonarCloud. Avoid a rare issue when VFS is closed.</li>
<li>10.11 - Optimize the triggering of analysis and automatically cancel redundant ones. Avoid an error related to the .gitignore file. Fix an issue where a custom Node.js path would not be considered. Optimize SonarLint initialization performance and reduce the file system cache usage. Improve error feedback with Connected Mode. 1 new PHP rule. 7 new Python rules related to PyTorch. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.10 - Improve SonarLint performance and optimize memory usage. Refactor thread management to avoid UI freezes. Avoid errors of type 'No file to analyze'. Support detection of Micronaut configuration issues. 6 new JS/TS rules. Introduce new INFO and BLOCKER severities. Improve UI feedback when lacking permission with SonarQube or SonarCloud. Bug fixes, fewer FPs and improvements for many languages.</li>
Expand Down

0 comments on commit 01b994e

Please sign in to comment.