dependabot[bot] opened a new pull request, #256:
URL: https://github.com/apache/commons-vfs/pull/256

   Bumps `commons.pmd.version` from 6.43.0 to 6.44.0.
   Updates `pmd-core` from 6.43.0 to 6.44.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases";>pmd-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>PMD 6.44.0 (27-March-2022)</h2>
   <h2>27-March-2022 - 6.44.0</h2>
   <p>The PMD team is pleased to announce PMD 6.44.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/#pmd-user-survey";>PMD User 
Survey</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#java-18-support";>Java 18 
Support</a></li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#better-xml-xpath-support";>Better 
XML XPath support</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-xpath-functions";>New 
XPath functions</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-programmatic-api";>New 
programmatic API</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/#deprecated-api";>Deprecated 
API</a></li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#experimental-apis";>Experimental 
APIs</a></li>
   </ul>
   </li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#external-contributions";>External 
Contributions</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats";>Stats</a></li>
   </ul>
   <h3>New and noteworthy</h3>
   <h4>PMD User Survey</h4>
   <p>Help shape the future of PMD by telling us how you use it.</p>
   <p>Please participate in our survey at <a 
href="https://forms.gle/4d8r1a1RDzfixHDc7";>https://forms.gle/4d8r1a1RDzfixHDc7</a>.</p>
   <p>Thank you!</p>
   <h4>Java 18 Support</h4>
   <p>This release of PMD brings support for Java 18. There are no new standard 
language features.</p>
   <p>PMD also supports <a href="https://openjdk.java.net/jeps/420";>JEP 420: 
Pattern Matching for switch (Second Preview)</a> as a preview language feature. 
In order to analyze a project with PMD that uses these language features, 
you'll need to enable it via the environment variable 
<code>PMD_JAVA_OPTS</code> and select the new language version 
<code>18-preview</code>:</p>
   <pre><code>export PMD_JAVA_OPTS=--enable-preview
   ./run.sh pmd -language java -version 18-preview ...
   </code></pre>
   <p>Note: Support for Java 16 preview language features have been removed. 
The version &quot;16-preview&quot; is no longer available.</p>
   <h4>Better XML XPath support</h4>
   <p>The new rule class <!-- raw HTML omitted --><!-- raw HTML omitted 
-->DomXPathRule<!-- raw HTML omitted --><!-- raw HTML omitted --> is intended 
to replace usage of the <code>XPathRule</code> for XML rules. This rule 
executes the XPath query in a different way, which sticks to the XPath 
specification. This means the expression is interpreted the same way in PMD as 
in all other XPath development tools that stick to the standard.  You can for 
instance test the expression in an online XPath editor.</p>
   <p>Prefer using this class to define XPath rules: replace the value of the 
<code>class</code> attribute with 
<code>net.sourceforge.pmd.lang.xml.rule.DomXPathRule</code> like so:</p>
   <pre lang="xml"><code>&lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/6859f8db364f2836920c05ce7c2e6cf6e7476df2";><code>6859f8d</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.44.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/6cf3efe6a6d126f5a0c72d15c8c748baa19dbf7f";><code>6cf3efe</code></a>
 Prepare pmd release 6.44.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/55c089da5f1e5ea24028986c7d3e6038a3f54630";><code>55c089d</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3855";>#3855</a> 
from adangel:issue-3850</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/6c3fcc6374155fa08d9783d012fa61b5ba085082";><code>6c3fcc6</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3854";>#3854</a> 
from adangel:issue-3851</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/8e5c5e499bcb70358a71419d88ea1ab141889ae6";><code>8e5c5e4</code></a>
 Merge pull requets <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3837";>#3837</a> 
from adangel:jdk-18</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/43ee8dfb741f12562e1bcadaba32b5e42f2a45c3";><code>43ee8df</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3861";>#3861</a> 
from adangel:regression-tester-update</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/b33e944267cb97feace48d4fa10e3b03518ac5d6";><code>b33e944</code></a>
 Merge branch 'master' into issue-3850</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/5537ca3abbd5d6d084b53b403613900a9181f019";><code>5537ca3</code></a>
 [doc] Regenerate contributors list</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/52d3d58f489f0356e1e7db6262358683fc53563c";><code>52d3d58</code></a>
 Merge branch 'master' into issue-3851</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/60ae36b00effa554b3fef905a36332d99a02feee";><code>60ae36b</code></a>
 Merge branch 'master' into jdk-18</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.43.0...pmd_releases/6.44.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-java` from 6.43.0 to 6.44.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases";>pmd-java's 
releases</a>.</em></p>
   <blockquote>
   <h2>PMD 6.44.0 (27-March-2022)</h2>
   <h2>27-March-2022 - 6.44.0</h2>
   <p>The PMD team is pleased to announce PMD 6.44.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/#pmd-user-survey";>PMD User 
Survey</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#java-18-support";>Java 18 
Support</a></li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#better-xml-xpath-support";>Better 
XML XPath support</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-xpath-functions";>New 
XPath functions</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-programmatic-api";>New 
programmatic API</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/#deprecated-api";>Deprecated 
API</a></li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#experimental-apis";>Experimental 
APIs</a></li>
   </ul>
   </li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#external-contributions";>External 
Contributions</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats";>Stats</a></li>
   </ul>
   <h3>New and noteworthy</h3>
   <h4>PMD User Survey</h4>
   <p>Help shape the future of PMD by telling us how you use it.</p>
   <p>Please participate in our survey at <a 
href="https://forms.gle/4d8r1a1RDzfixHDc7";>https://forms.gle/4d8r1a1RDzfixHDc7</a>.</p>
   <p>Thank you!</p>
   <h4>Java 18 Support</h4>
   <p>This release of PMD brings support for Java 18. There are no new standard 
language features.</p>
   <p>PMD also supports <a href="https://openjdk.java.net/jeps/420";>JEP 420: 
Pattern Matching for switch (Second Preview)</a> as a preview language feature. 
In order to analyze a project with PMD that uses these language features, 
you'll need to enable it via the environment variable 
<code>PMD_JAVA_OPTS</code> and select the new language version 
<code>18-preview</code>:</p>
   <pre><code>export PMD_JAVA_OPTS=--enable-preview
   ./run.sh pmd -language java -version 18-preview ...
   </code></pre>
   <p>Note: Support for Java 16 preview language features have been removed. 
The version &quot;16-preview&quot; is no longer available.</p>
   <h4>Better XML XPath support</h4>
   <p>The new rule class <!-- raw HTML omitted --><!-- raw HTML omitted 
-->DomXPathRule<!-- raw HTML omitted --><!-- raw HTML omitted --> is intended 
to replace usage of the <code>XPathRule</code> for XML rules. This rule 
executes the XPath query in a different way, which sticks to the XPath 
specification. This means the expression is interpreted the same way in PMD as 
in all other XPath development tools that stick to the standard.  You can for 
instance test the expression in an online XPath editor.</p>
   <p>Prefer using this class to define XPath rules: replace the value of the 
<code>class</code> attribute with 
<code>net.sourceforge.pmd.lang.xml.rule.DomXPathRule</code> like so:</p>
   <pre lang="xml"><code>&lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/6859f8db364f2836920c05ce7c2e6cf6e7476df2";><code>6859f8d</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.44.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/6cf3efe6a6d126f5a0c72d15c8c748baa19dbf7f";><code>6cf3efe</code></a>
 Prepare pmd release 6.44.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/55c089da5f1e5ea24028986c7d3e6038a3f54630";><code>55c089d</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3855";>#3855</a> 
from adangel:issue-3850</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/6c3fcc6374155fa08d9783d012fa61b5ba085082";><code>6c3fcc6</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3854";>#3854</a> 
from adangel:issue-3851</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/8e5c5e499bcb70358a71419d88ea1ab141889ae6";><code>8e5c5e4</code></a>
 Merge pull requets <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3837";>#3837</a> 
from adangel:jdk-18</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/43ee8dfb741f12562e1bcadaba32b5e42f2a45c3";><code>43ee8df</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3861";>#3861</a> 
from adangel:regression-tester-update</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/b33e944267cb97feace48d4fa10e3b03518ac5d6";><code>b33e944</code></a>
 Merge branch 'master' into issue-3850</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/5537ca3abbd5d6d084b53b403613900a9181f019";><code>5537ca3</code></a>
 [doc] Regenerate contributors list</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/52d3d58f489f0356e1e7db6262358683fc53563c";><code>52d3d58</code></a>
 Merge branch 'master' into issue-3851</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/60ae36b00effa554b3fef905a36332d99a02feee";><code>60ae36b</code></a>
 Merge branch 'master' into jdk-18</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.43.0...pmd_releases/6.44.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-javascript` from 6.43.0 to 6.44.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pmd/pmd/releases";>pmd-javascript's 
releases</a>.</em></p>
   <blockquote>
   <h2>PMD 6.44.0 (27-March-2022)</h2>
   <h2>27-March-2022 - 6.44.0</h2>
   <p>The PMD team is pleased to announce PMD 6.44.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/#pmd-user-survey";>PMD User 
Survey</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#java-18-support";>Java 18 
Support</a></li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#better-xml-xpath-support";>Better 
XML XPath support</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-xpath-functions";>New 
XPath functions</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-programmatic-api";>New 
programmatic API</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/#deprecated-api";>Deprecated 
API</a></li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#experimental-apis";>Experimental 
APIs</a></li>
   </ul>
   </li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#external-contributions";>External 
Contributions</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats";>Stats</a></li>
   </ul>
   <h3>New and noteworthy</h3>
   <h4>PMD User Survey</h4>
   <p>Help shape the future of PMD by telling us how you use it.</p>
   <p>Please participate in our survey at <a 
href="https://forms.gle/4d8r1a1RDzfixHDc7";>https://forms.gle/4d8r1a1RDzfixHDc7</a>.</p>
   <p>Thank you!</p>
   <h4>Java 18 Support</h4>
   <p>This release of PMD brings support for Java 18. There are no new standard 
language features.</p>
   <p>PMD also supports <a href="https://openjdk.java.net/jeps/420";>JEP 420: 
Pattern Matching for switch (Second Preview)</a> as a preview language feature. 
In order to analyze a project with PMD that uses these language features, 
you'll need to enable it via the environment variable 
<code>PMD_JAVA_OPTS</code> and select the new language version 
<code>18-preview</code>:</p>
   <pre><code>export PMD_JAVA_OPTS=--enable-preview
   ./run.sh pmd -language java -version 18-preview ...
   </code></pre>
   <p>Note: Support for Java 16 preview language features have been removed. 
The version &quot;16-preview&quot; is no longer available.</p>
   <h4>Better XML XPath support</h4>
   <p>The new rule class <!-- raw HTML omitted --><!-- raw HTML omitted 
-->DomXPathRule<!-- raw HTML omitted --><!-- raw HTML omitted --> is intended 
to replace usage of the <code>XPathRule</code> for XML rules. This rule 
executes the XPath query in a different way, which sticks to the XPath 
specification. This means the expression is interpreted the same way in PMD as 
in all other XPath development tools that stick to the standard.  You can for 
instance test the expression in an online XPath editor.</p>
   <p>Prefer using this class to define XPath rules: replace the value of the 
<code>class</code> attribute with 
<code>net.sourceforge.pmd.lang.xml.rule.DomXPathRule</code> like so:</p>
   <pre lang="xml"><code>&lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/6859f8db364f2836920c05ce7c2e6cf6e7476df2";><code>6859f8d</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.44.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/6cf3efe6a6d126f5a0c72d15c8c748baa19dbf7f";><code>6cf3efe</code></a>
 Prepare pmd release 6.44.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/55c089da5f1e5ea24028986c7d3e6038a3f54630";><code>55c089d</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3855";>#3855</a> 
from adangel:issue-3850</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/6c3fcc6374155fa08d9783d012fa61b5ba085082";><code>6c3fcc6</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3854";>#3854</a> 
from adangel:issue-3851</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/8e5c5e499bcb70358a71419d88ea1ab141889ae6";><code>8e5c5e4</code></a>
 Merge pull requets <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3837";>#3837</a> 
from adangel:jdk-18</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/43ee8dfb741f12562e1bcadaba32b5e42f2a45c3";><code>43ee8df</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3861";>#3861</a> 
from adangel:regression-tester-update</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/b33e944267cb97feace48d4fa10e3b03518ac5d6";><code>b33e944</code></a>
 Merge branch 'master' into issue-3850</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/5537ca3abbd5d6d084b53b403613900a9181f019";><code>5537ca3</code></a>
 [doc] Regenerate contributors list</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/52d3d58f489f0356e1e7db6262358683fc53563c";><code>52d3d58</code></a>
 Merge branch 'master' into issue-3851</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/60ae36b00effa554b3fef905a36332d99a02feee";><code>60ae36b</code></a>
 Merge branch 'master' into jdk-18</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.43.0...pmd_releases/6.44.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-jsp` from 6.43.0 to 6.44.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases";>pmd-jsp's 
releases</a>.</em></p>
   <blockquote>
   <h2>PMD 6.44.0 (27-March-2022)</h2>
   <h2>27-March-2022 - 6.44.0</h2>
   <p>The PMD team is pleased to announce PMD 6.44.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/#pmd-user-survey";>PMD User 
Survey</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#java-18-support";>Java 18 
Support</a></li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#better-xml-xpath-support";>Better 
XML XPath support</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-xpath-functions";>New 
XPath functions</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-programmatic-api";>New 
programmatic API</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/#deprecated-api";>Deprecated 
API</a></li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#experimental-apis";>Experimental 
APIs</a></li>
   </ul>
   </li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#external-contributions";>External 
Contributions</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats";>Stats</a></li>
   </ul>
   <h3>New and noteworthy</h3>
   <h4>PMD User Survey</h4>
   <p>Help shape the future of PMD by telling us how you use it.</p>
   <p>Please participate in our survey at <a 
href="https://forms.gle/4d8r1a1RDzfixHDc7";>https://forms.gle/4d8r1a1RDzfixHDc7</a>.</p>
   <p>Thank you!</p>
   <h4>Java 18 Support</h4>
   <p>This release of PMD brings support for Java 18. There are no new standard 
language features.</p>
   <p>PMD also supports <a href="https://openjdk.java.net/jeps/420";>JEP 420: 
Pattern Matching for switch (Second Preview)</a> as a preview language feature. 
In order to analyze a project with PMD that uses these language features, 
you'll need to enable it via the environment variable 
<code>PMD_JAVA_OPTS</code> and select the new language version 
<code>18-preview</code>:</p>
   <pre><code>export PMD_JAVA_OPTS=--enable-preview
   ./run.sh pmd -language java -version 18-preview ...
   </code></pre>
   <p>Note: Support for Java 16 preview language features have been removed. 
The version &quot;16-preview&quot; is no longer available.</p>
   <h4>Better XML XPath support</h4>
   <p>The new rule class <!-- raw HTML omitted --><!-- raw HTML omitted 
-->DomXPathRule<!-- raw HTML omitted --><!-- raw HTML omitted --> is intended 
to replace usage of the <code>XPathRule</code> for XML rules. This rule 
executes the XPath query in a different way, which sticks to the XPath 
specification. This means the expression is interpreted the same way in PMD as 
in all other XPath development tools that stick to the standard.  You can for 
instance test the expression in an online XPath editor.</p>
   <p>Prefer using this class to define XPath rules: replace the value of the 
<code>class</code> attribute with 
<code>net.sourceforge.pmd.lang.xml.rule.DomXPathRule</code> like so:</p>
   <pre lang="xml"><code>&lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/6859f8db364f2836920c05ce7c2e6cf6e7476df2";><code>6859f8d</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.44.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/6cf3efe6a6d126f5a0c72d15c8c748baa19dbf7f";><code>6cf3efe</code></a>
 Prepare pmd release 6.44.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/55c089da5f1e5ea24028986c7d3e6038a3f54630";><code>55c089d</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3855";>#3855</a> 
from adangel:issue-3850</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/6c3fcc6374155fa08d9783d012fa61b5ba085082";><code>6c3fcc6</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3854";>#3854</a> 
from adangel:issue-3851</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/8e5c5e499bcb70358a71419d88ea1ab141889ae6";><code>8e5c5e4</code></a>
 Merge pull requets <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3837";>#3837</a> 
from adangel:jdk-18</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/43ee8dfb741f12562e1bcadaba32b5e42f2a45c3";><code>43ee8df</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3861";>#3861</a> 
from adangel:regression-tester-update</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/b33e944267cb97feace48d4fa10e3b03518ac5d6";><code>b33e944</code></a>
 Merge branch 'master' into issue-3850</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/5537ca3abbd5d6d084b53b403613900a9181f019";><code>5537ca3</code></a>
 [doc] Regenerate contributors list</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/52d3d58f489f0356e1e7db6262358683fc53563c";><code>52d3d58</code></a>
 Merge branch 'master' into issue-3851</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/60ae36b00effa554b3fef905a36332d99a02feee";><code>60ae36b</code></a>
 Merge branch 'master' into jdk-18</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.43.0...pmd_releases/6.44.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to