SLLS-491 Support latest plugin statuses information#654
Conversation
b977fb8 to
feaf23e
Compare
SummaryUpdates sonarlint-core dependency (10.47 → 10.48) to support extended plugin status information. The PluginStatusDto structure now includes a Language enum and serverVersion field. The test case was updated to verify these new fields are correctly forwarded to the client. What reviewers should knowStart with the pom.xml change to see the dependency version bump. Then examine the test changes in SonarLintVSCodeClientTests.java to understand the new PluginStatusDto signature — note that Language is now the first parameter (an enum) and serverVersion was added. The actual handling of these new fields in the client API would be in the main code (likely in classes that construct or forward PluginStatusDto), which isn't shown in this diff but would be covered by this test.
|
src/test/java/org/sonarsource/sonarlint/ls/clientapi/SonarLintVSCodeClientTests.java
Outdated
Show resolved
Hide resolved
src/test/java/org/sonarsource/sonarlint/ls/clientapi/SonarLintVSCodeClientTests.java
Outdated
Show resolved
Hide resolved
…VSCodeClientTests.java Co-authored-by: Sophio Japharidze <104207951+sophio-japharidze-sonarsource@users.noreply.github.com>
…VSCodeClientTests.java Co-authored-by: Sophio Japharidze <104207951+sophio-japharidze-sonarsource@users.noreply.github.com>
|





No description provided.