upgrade internal library versions and 25.9.0 compatibility#100
Merged
upgrade internal library versions and 25.9.0 compatibility#100
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades internal library versions and adds compatibility for SonarQube 25.9.0. The changes include updating test dependencies, fixing compatibility issues, and temporarily disabling a broken test.
- Updates JUnit imports from
org.junit.Testtoorg.junit.jupiter.api.Testacross all test files - Upgrades sonarpython plugin version from 4.6.0.12071 to 5.9.0.25193
- Temporarily disables GCI101 test due to detection issues with the latest library upgrade
Reviewed Changes
Copilot reviewed 31 out of 31 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Core dependency upgrades including sonarpython, sonarqube versions, and protobuf dependency addition |
| Multiple test files | JUnit import updates from legacy to JUnit 5 |
| AvoidConvBiasBeforeBatchNormTest.java | Test method commented out due to library compatibility issues |
| GCIRulesIT.java | Integration test temporarily disabled for GCI101 rule |
| PythonRuleRepository.java | Generic type parameter improvements and formatting |
| Main source files | Minor whitespace cleanup |
| Dockerfile & CHANGELOG.md | Version updates and documentation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
...t/java/org/greencodeinitiative/creedengo/python/checks/AvoidConvBiasBeforeBatchNormTest.java
Outdated
Show resolved
Hide resolved
src/it/java/org/greencodeinitiative/creedengo/python/integration/tests/GCIRulesIT.java
Show resolved
Hide resolved
…AvoidConvBiasBeforeBatchNormTest.java Co-authored-by: Copilot <[email protected]>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.