chore(deps): bump pmd.version from 7.24.0 to 7.25.0 in /ddk-parent#1374
Merged
rubenporras merged 2 commits intoJun 1, 2026
Merged
Conversation
rubenporras
previously approved these changes
May 29, 2026
Bumps `pmd.version` from 7.24.0 to 7.25.0. Updates `net.sourceforge.pmd:pmd-core` from 7.24.0 to 7.25.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Commits](pmd/pmd@pmd_releases/7.24.0...pmd_releases/7.25.0) Updates `net.sourceforge.pmd:pmd-java` from 7.24.0 to 7.25.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Commits](pmd/pmd@pmd_releases/7.24.0...pmd_releases/7.25.0) --- updated-dependencies: - dependency-name: net.sourceforge.pmd:pmd-core dependency-version: 7.25.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.sourceforge.pmd:pmd-java dependency-version: 7.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
f4bd2cf to
092f307
Compare
rubenporras
previously approved these changes
May 29, 2026
…eadRun PMD 7.25.0 renamed JUnit5TestShouldBePackagePrivate to JUnitJupiterTestShouldBePackagePrivate. The category exclude referenced the old name, which silently stopped matching after the rename, so the rule reactivated and flagged every JUnit 5 test across the test bundles. Update the exclude to the new name to restore the intended suppression. 7.25.0 also fixed false negatives in OverridingThreadRun, which now correctly detects BuilderWatchdog overriding Thread.run(). BuilderWatchdog is intentionally a Thread subclass (named thread, start()/interrupt() lifecycle driven by MonitoredClusteringBuilderState), so suppress the rule at that single site rather than refactoring threading behaviour under a dependency bump. Verified with a full-reactor `mvn pmd:check`: BUILD SUCCESS. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
7a388f8 to
cf5fcb1
Compare
rubenporras
approved these changes
Jun 1, 2026
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.
Bumps
pmd.versionfrom 7.24.0 to 7.25.0.Updates
net.sourceforge.pmd:pmd-corefrom 7.24.0 to 7.25.0Release notes
Sourced from net.sourceforge.pmd:pmd-core's releases.
... (truncated)
Commits
418f8b7[release] prepare release pmd_releases/7.25.0ba31ce2Prepare pmd release 7.25.0ced4fdcUpdate contributors for 7.25.03c65361chore(deps-dev): bump build-tools from 37 to 38 (#6729)f60c490chore(deps-dev): bump build-tools from 37 to 386736c60[java] UnnecessaryBooleanAssertion: Use InvocationMatcher to find assertions ...3f1de35[doc] Update release notes (#6712)25f30fe[java] Fix #4350: Fix ClassNamingConventions by teaching TestFrameworkUtil ab...f306438[java] Part of #4841: Deprecate unnecessary public methods in FieldDeclaratio...ca5bfe4[java] Fix #6719: UseStandardCharsets UTF-32 on Java >= 22 (#6726)Updates
net.sourceforge.pmd:pmd-javafrom 7.24.0 to 7.25.0Release notes
Sourced from net.sourceforge.pmd:pmd-java's releases.
... (truncated)
Commits
418f8b7[release] prepare release pmd_releases/7.25.0ba31ce2Prepare pmd release 7.25.0ced4fdcUpdate contributors for 7.25.03c65361chore(deps-dev): bump build-tools from 37 to 38 (#6729)f60c490chore(deps-dev): bump build-tools from 37 to 386736c60[java] UnnecessaryBooleanAssertion: Use InvocationMatcher to find assertions ...3f1de35[doc] Update release notes (#6712)25f30fe[java] Fix #4350: Fix ClassNamingConventions by teaching TestFrameworkUtil ab...f306438[java] Part of #4841: Deprecate unnecessary public methods in FieldDeclaratio...ca5bfe4[java] Fix #6719: UseStandardCharsets UTF-32 on Java >= 22 (#6726)