dependabot[bot] opened a new pull request, #153: URL: https://github.com/apache/cxf-build-utils/pull/153
Bumps [net.sourceforge.pmd:pmd-java](https://github.com/pmd/pmd) from 7.11.0 to 7.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases">net.sourceforge.pmd:pmd-java's releases</a>.</em></p> <blockquote> <h2>PMD 7.12.0 (28-March-2025)</h2> <h2>28-March-2025 - 7.12.0</h2> <p>The PMD team is pleased to announce PMD 7.12.0.</p> <p>This is a minor release.</p> <h3>Table Of Contents</h3> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-and-noteworthy">🚀 New and noteworthy</a> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-rules">✨ New Rules</a></li> </ul> </li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#fixed-issues">🐛 Fixed Issues</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#api-changes">🚨 API Changes</a> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecations">Deprecations</a></li> </ul> </li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#merged-pull-requests">✨ Merged pull requests</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#dependency-updates">📦 Dependency updates</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats">📈 Stats</a></li> </ul> <h3>🚀 New and noteworthy</h3> <h4>✨ New Rules</h4> <ul> <li>The new Java rule <a href="https://docs.pmd-code.org/pmd-doc-7.12.0/pmd_rules_java_bestpractices.html#implicitfunctionalinterface"><code>ImplicitFunctionalInterface</code></a> reports functional interfaces that were not explicitly declared as such with the annotation <code>@FunctionalInterface</code>. If an interface is accidentally a functional interface, then it should bear a <code>@SuppressWarnings("PMD.ImplicitFunctionalInterface")</code> annotation to make this clear.</li> </ul> <h3>🐛 Fixed Issues</h3> <ul> <li>core <ul> <li><a href="https://redirect.github.com/pmd/pmd/issues/5593">#5593</a>: [core] Make renderers output files in deterministic order even when multithreaded</li> </ul> </li> <li>apex <ul> <li><a href="https://redirect.github.com/pmd/pmd/issues/5567">#5567</a>: [apex] Provide type information for CastExpression</li> </ul> </li> <li>apex-design <ul> <li><a href="https://redirect.github.com/pmd/pmd/issues/5616">#5616</a>: [apex] ExcessiveParameterList reports entire method instead of signature only</li> </ul> </li> <li>java <ul> <li><a href="https://redirect.github.com/pmd/pmd/issues/5587">#5587</a>: [java] Thread deadlock during PMD analysis in ParseLock.getFinalStatus</li> </ul> </li> <li>java-bestpractices <ul> <li><a href="https://redirect.github.com/pmd/pmd/issues/2849">#2849</a>: [java] New Rule: ImplicitFunctionalInterface</li> <li><a href="https://redirect.github.com/pmd/pmd/issues/5369">#5369</a>: [java] UnusedPrivateMethod false positives with lombok.val</li> <li><a href="https://redirect.github.com/pmd/pmd/issues/5590">#5590</a>: [java] LiteralsFirstInComparisonsRule not applied on constant</li> <li><a href="https://redirect.github.com/pmd/pmd/issues/5592">#5592</a>: [java] UnusedAssignment false positive in record compact constructor</li> </ul> </li> <li>java-codestyle <ul> <li><a href="https://redirect.github.com/pmd/pmd/issues/5079">#5079</a>: [java] LocalVariableCouldBeFinal false-positive with lombok.val</li> <li><a href="https://redirect.github.com/pmd/pmd/issues/5452">#5452</a>: [java] PackageCase: Suppression comment has no effect due to finding at wrong position in case of JavaDoc comment</li> </ul> </li> <li>plsql <ul> <li><a href="https://redirect.github.com/pmd/pmd/issues/4441">#4441</a>: [plsql] Parsing exception with XMLQUERY function in SELECT</li> <li><a href="https://redirect.github.com/pmd/pmd/issues/5521">#5521</a>: [plsql] Long parse time and eventually parse error with XMLAGG order by clause</li> </ul> </li> </ul> <h3>🚨 API Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmd/pmd/commit/9dbf50ed06038481c94a1db5d23b39119d660e34"><code>9dbf50e</code></a> [release] prepare release pmd_releases/7.12.0</li> <li><a href="https://github.com/pmd/pmd/commit/3e6298f0fd40ae9eba43be529d97114cc31df529"><code>3e6298f</code></a> Prepare pmd release 7.12.0</li> <li><a href="https://github.com/pmd/pmd/commit/fc2b908f4da2abbd0624e62a1239987caf4c26ca"><code>fc2b908</code></a> [doc] Fix search index (<a href="https://redirect.github.com/pmd/pmd/issues/5618">#5618</a>)</li> <li><a href="https://github.com/pmd/pmd/commit/5500e26564c307e0fbcb2262f07e851f2c424182"><code>5500e26</code></a> [doc] Update contributors</li> <li><a href="https://github.com/pmd/pmd/commit/795e33ace4751b9c886daf01f7be3f05c4f47031"><code>795e33a</code></a> Fix <a href="https://redirect.github.com/pmd/pmd/issues/5616">#5616</a>: [apex] ExcessiveParameterList: Report only method signature (<a href="https://redirect.github.com/pmd/pmd/issues/5617">#5617</a>)</li> <li><a href="https://github.com/pmd/pmd/commit/fb16b7eb9c7f7cd2cc01f1ad614a258d8775acae"><code>fb16b7e</code></a> Fix <a href="https://redirect.github.com/pmd/pmd/issues/4441">#4441</a>: [plsql] XMLQuery - Support identifier as XQuery_string parameter (...</li> <li><a href="https://github.com/pmd/pmd/commit/cdc2a51b4110cd6184b892fc6f85203ce4e0dbc0"><code>cdc2a51</code></a> Fix <a href="https://redirect.github.com/pmd/pmd/issues/5452">#5452</a>: [java] PackageCase reported on wrong line (<a href="https://redirect.github.com/pmd/pmd/issues/5611">#5611</a>)</li> <li><a href="https://github.com/pmd/pmd/commit/c01fb4693abc035a96be6fc8aa3d8bbce70d0a74"><code>c01fb46</code></a> [java] PackageCase - add testcase for <a href="https://redirect.github.com/pmd/pmd/issues/5452">#5452</a></li> <li><a href="https://github.com/pmd/pmd/commit/6d491a8ce06808707e9d86b62b9515c831b2497f"><code>6d491a8</code></a> Fix <a href="https://redirect.github.com/pmd/pmd/issues/5079">#5079</a>: [java] LocalVariableCouldBeFinal false-positive with lombok.val (#...</li> <li><a href="https://github.com/pmd/pmd/commit/64a925a3f670b60b635593e218c7d9bf3b516c4c"><code>64a925a</code></a> [doc] Update release notes (<a href="https://redirect.github.com/pmd/pmd/issues/5600">#5600</a>, <a href="https://redirect.github.com/pmd/pmd/issues/5079">#5079</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/7.11.0...pmd_releases/7.12.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org