Upgrade all tools#483
Merged
wborn merged 3 commits intoopenhab:mainfrom Apr 28, 2025
Merged
Conversation
Upgrades PMD from 7.9.0 to 7.13.0 For release notes, see: https://github.com/pmd/pmd/releases/tag/pmd_releases%2F7.13.0 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Upgrades Checkstyle from 10.21.1 to 10.23.0. For release notes, see: https://github.com/checkstyle/checkstyle/release Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Upgrades SpotBugs from 4.8.6 to 4.9.3. For release notes, see: https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md#486---2024-06-17 Upgrades spotbugs-maven-plugin from 4.8.6.6 to 4.9.3.0. For release notes, see: https://github.com/spotbugs/spotbugs-maven-plugin/releasesk Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
533b9e0 to
e7c422f
Compare
Member
Author
|
Maybe we can do a release after this is merged? |
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.
Upgrade PMD, Checkstyle, Spotbugs - see separate commits. Do not squash please!
Here are the differences before / after the upgrade.
SimplifyBooleanReturns is the only significant difference - but expected, as we have decided to remove it a while ago. This is not yet part of the 0.17.0 release we use for the CI.