Open
Conversation
This was referenced Dec 30, 2024
Closed
- Bump the pmd dependency from 6.0.0 to the latest version 7.8.0. - This is needed in particular for Java 21 support. - Changed the PmdProcessor to be compatible with the new PMD 7.8.0 version. - For PMD we now just use the PmdAnalysis class to perform the PMD checks based on our PMDConfiguration, giving back the Report. - Therefore, we don't need to do our own manual CollectorRenderer anymore, so that is now removed. - Note that the rulesets have changed to be category based in the test properties, this will also need to be updated in the properties of end users. - Bump the spotbugs dependency from 4.2.0 to the latest version 4.8.6. - This is needed for Java 21 support, see spotbugs releasenotes: https://github.com/spotbugs/spotbugs/releases/tag/4.8.0 - Need to exclude logback from spotbugs since it's a newer version compiled with class version 55 (we are still on class version 52 with JDK 1.8). - The PMD and spotbugs bumps are done in unison as they both use the saxon dependency.
Author
|
Fixes #262 |
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.
Uh oh!
There was an error while loading. Please reload this page.