dependabot[bot] opened a new pull request, #2250:
URL: https://github.com/apache/cxf/pull/2250

   Bumps [net.sourceforge.pmd:pmd-core](https://github.com/pmd/pmd) from 6.55.0 
to 7.10.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pmd/pmd/releases";>net.sourceforge.pmd:pmd-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>PMD 7.10.0 (31-January-2025)</h2>
   <h2>31-January-2025 - 7.10.0</h2>
   <p>The PMD team is pleased to announce PMD 7.10.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-java-24-support";>๐Ÿš€ 
New: Java 24 Support</a></li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#new-gpg-release-signing-key";>New 
GPG Release Signing Key</a></li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#updated-pmd-designer";>Updated PMD 
Designer</a></li>
   </ul>
   </li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-and-changed-rules";>๐ŸŒŸ 
New and changed rules</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/#removed-experimental-api";>Removed 
Experimental API</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: Java 24 Support</h4>
   <p>This release of PMD brings support for Java 24. There are no new standard 
language features,
   but a couple of preview language features:</p>
   <ul>
   <li><a href="https://openjdk.org/jeps/488";>JEP 488: Primitive Types in 
Patterns, instanceof, and switch (Second Preview)</a></li>
   <li><a href="https://openjdk.org/jeps/492";>JEP 492: Flexible Constructor 
Bodies (Third Preview)</a></li>
   <li><a href="https://openjdk.org/jeps/494";>JEP 494: Module Import 
Declarations (Second Preview)</a></li>
   <li><a href="https://openjdk.org/jeps/495";>JEP 495: Simple Source Files and 
Instance Main Methods (Fourth Preview)</a></li>
   </ul>
   <p>In order to analyze a project with PMD that uses these preview language 
features,
   you'll need to enable it via the environment variable 
<code>PMD_JAVA_OPTS</code> and select the new language
   version <code>24-preview</code>:</p>
   <pre><code>export PMD_JAVA_OPTS=--enable-preview
   pmd check --use-version java-24-preview ...
   </code></pre>
   <p>Note: Support for Java 22 preview language features have been removed. 
The version &quot;22-preview&quot;
   is no longer available.</p>
   <h4>New GPG Release Signing Key</h4>
   <p>Since January 2025, we switched the GPG Key we use for signing releases 
in Maven Central to be
   <a 
href="https://keyserver.ubuntu.com/pks/lookup?search=0x2EFA55D0785C31F956F2F87EA0B5CA1A4E086838&amp;fingerprint=on&amp;op=index";>A0B5CA1A4E086838</a>.
   The full fingerprint is <code>2EFA 55D0 785C 31F9 56F2  F87E A0B5 CA1A 4E08 
6838</code>.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/db70a20d4294fda0786145c126ca977b1a882a3c";><code>db70a20</code></a>
 [release] prepare release pmd_releases/7.10.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/672dfd0874502a31627f91cf7e715b38bae8d685";><code>672dfd0</code></a>
 Prepare pmd release 7.10.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d16a2d02220cf2932d7f2a86c021f6577ad1e7e6";><code>d16a2d0</code></a>
 [java] Fix tests</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/42fc62c7a5196fc1ce1c30425aabc5a5518797a5";><code>42fc62c</code></a>
 Add <a 
href="https://github.com/caiocarvalhotero";><code>@โ€‹caiocarvalhotero</code></a> 
as a contributor</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/f8f81e48c3a4bcc7d89c2751607f5347a04d4535";><code>f8f81e4</code></a>
 Add <a href="https://github.com/esc-sbarden";><code>@โ€‹esc-sbarden</code></a> as 
a contributor</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/5be481e65296d9b1b036ceee0ee701c7468285ab";><code>5be481e</code></a>
 [java] Support Java 24 (<a 
href="https://redirect.github.com/pmd/pmd/issues/5471";>#5471</a>)</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d8886e3c8cc63bd5e593903fdb489fbbc3fb3637";><code>d8886e3</code></a>
 [java] Support exhaustive switches (<a 
href="https://redirect.github.com/pmd/pmd/issues/5412";>#5412</a>)</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/64c52c884fa733f66344a8f3a0af77e31a862a3e";><code>64c52c8</code></a>
 [doc] Update release notes (<a 
href="https://redirect.github.com/pmd/pmd/issues/5412";>#5412</a>)</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/e6561a6d0b2a2bef4c59c5a4b1b6488e7a07436a";><code>e6561a6</code></a>
 [apex] Fix <a 
href="https://redirect.github.com/pmd/pmd/issues/3158";>#3158</a>: Recognize 
Named Credentials merge fields in ApexSuggestUsin...</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/2a3d8cb392fb09e372c630762eb0b3cf7e4f963f";><code>2a3d8cb</code></a>
 [doc] Update release notes (<a 
href="https://redirect.github.com/pmd/pmd/issues/3158";>#3158</a>, <a 
href="https://redirect.github.com/pmd/pmd/issues/5488";>#5488</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.55.0...pmd_releases/7.10.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.sourceforge.pmd:pmd-core&package-manager=maven&previous-version=6.55.0&new-version=7.10.0)](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

Reply via email to