Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLE-951,SLE-952,SLE-953,SLE-954,SLE-955,SLE-946: Update analyzers and prepare for release #745

Merged
merged 7 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions org.sonarlint.eclipse.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,31 +75,31 @@
<artifactItem>
<groupId>org.sonarsource.java</groupId>
<artifactId>sonar-java-plugin</artifactId>
<version>8.2.0.36672</version>
<version>8.4.0.37032</version>
<type>jar</type>
</artifactItem>
<artifactItem>
<groupId>org.sonarsource.java</groupId>
<artifactId>sonar-java-symbolic-execution-plugin</artifactId>
<version>8.2.0.36672</version>
<version>8.4.0.37032</version>
<type>jar</type>
</artifactItem>
<artifactItem>
<groupId>org.sonarsource.javascript</groupId>
<artifactId>sonar-javascript-plugin</artifactId>
<version>10.15.0.27423</version>
<version>10.16.0.27621</version>
<type>jar</type>
</artifactItem>
<artifactItem>
<groupId>org.sonarsource.php</groupId>
<artifactId>sonar-php-plugin</artifactId>
<version>3.37.0.12086</version>
<version>3.38.0.12239</version>
<type>jar</type>
</artifactItem>
<artifactItem>
<groupId>org.sonarsource.python</groupId>
<artifactId>sonar-python-plugin</artifactId>
<version>4.21.0.16473</version>
<version>4.22.0.16914</version>
<type>jar</type>
</artifactItem>
<artifactItem>
Expand All @@ -117,7 +117,7 @@
<artifactItem>
<groupId>org.sonarsource.text</groupId>
<artifactId>sonar-text-plugin</artifactId>
<version>2.15.0.3845</version>
<version>2.16.0.4008</version>
<type>jar</type>
</artifactItem>
</artifactItems>
Expand Down
31 changes: 18 additions & 13 deletions org.sonarlint.eclipse.ui/intro/RELEASE_NOTES.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,26 @@ <h1>{VERSION}</h1>
-->

<div>
<h1>10.6</h1>
<h1>10.7</h1>
<p>
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases">GitHub Release page</a>
<ul>
<li>Improved performance for working with Gradle and CDT projects, following the previous release.</li>
<li>Implement new INFO and BLOCKER impact severities.</li>
<li>Update Java analyzer -> <a href="https://github.com/SonarSource/sonar-java/releases/tag/8.4.0.37032">8.4</a></li>
<li>Update JS/TS analyzer -> <a href="https://github.com/SonarSource/SonarJS/releases/tag/10.16.0.27621">10.16</a></li>
<li>Update Python analyzer -> <a href="https://github.com/SonarSource/sonar-python/releases/tag/4.22.0.16914">4.22</a></li>
<li>Update text and secrets analyzer -> 2.16</li>
<li>Update PHP analyzer -> <a href="https://github.com/SonarSource/sonar-php/releases/tag/3.38.0.12239">3.38</a></li>
<li>Fixed some bugs and regressions.</li>
</ul>
</p>
</div>

<div>
<h2>10.6</h2>
<p>
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases/tag/10.6.0.82217">GitHub Release page</a>
<ul>
<li>Improved performance for working with projects, e.g. indexing, manually triggering an analysis.</li>
<li>Update Java analyzer -> <a href="https://github.com/SonarSource/sonar-java/releases/tag/8.2.0.36672">8.2</a></li>
Expand All @@ -48,18 +65,6 @@ <h2>10.5</h2>
</p>
</div>

<div>
<h2>10.4</h2>
<p>
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases/tag/10.4.0.82051">GitHub Release page</a>
<ul>
<li>Enable users to Open an issue from SonarCloud directly in the IDE.</li>
<li>Automatic token generation when creating a new connection to SonarCloud.</li>
<li>Added support for Gradle projects via integrating into the Eclipse Buildship plug-in.</li>
</ul>
</p>
</div>

<div>
<h2>Older releases</h2>
<p>
Expand Down
2 changes: 1 addition & 1 deletion target-platforms/commons-its.target
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.1</version>
<version>4.28.2</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to let you know, the new protobuf version is not present in the latest released version of SLCORE, only on master branch for now

<type>jar</type>
</dependency>
<dependency>
Expand Down