You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/09/02 11:03:25 UTC

[GitHub] [commons-parent] dependabot[bot] opened a new pull request, #138: Bump commons.pmd-impl.version from 6.48.0 to 6.49.0

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

   Bumps `commons.pmd-impl.version` from 6.48.0 to 6.49.0.
   Updates `pmd-core` from 6.48.0 to 6.49.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.49.0 (31-August-2022)</h2>
   <h2>31-August-2022 - 6.49.0</h2>
   <p>The PMD team is pleased to announce PMD 6.49.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/#updated-pmd-designer">Updated PMD Designer</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>
   </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>Updated PMD Designer</h4>
   <p>This PMD release ships a new version of the pmd-designer.
   For the changes, see <a href="https://github.com/pmd/pmd-designer/releases/tag/6.49.0">PMD Designer Changelog</a>.</p>
   <h3>Fixed Issues</h3>
   <ul>
   <li>apex
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4096">#4096</a>: [apex] ApexAssertionsShouldIncludeMessage and ApexUnitTestClassShouldHaveAsserts: support new Assert class (introduced with Apex v56.0)</li>
   </ul>
   </li>
   <li>core
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3970">#3970</a>: [core] FileCollector.addFile ignores language parameter</li>
   </ul>
   </li>
   <li>java-codestyle
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4082">#4082</a>: [java] UnnecessaryImport false positive for on-demand imports of nested classes</li>
   </ul>
   </li>
   </ul>
   <h3>API Changes</h3>
   <h4>Deprecated API</h4>
   <ul>
   <li>
   <p>In order to reduce the dependency on Apex Jorje classes, the following methods have been deprecated.
   These methods all leaked internal Jorje enums. These enums have been replaced now by enums the
   PMD's AST package.</p>
   <ul>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTAssignmentExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTBinaryExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTBooleanExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTPostfixExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTPrefixExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   </ul>
   <p>All these classes have now a new <code>getOp()</code> method. Existing code should be refactored to use this method instead.
   It returns the new enums, like <!-- raw HTML omitted --><!-- raw HTML omitted -->AssignmentOperator<!-- raw HTML omitted --><!-- raw HTML omitted -->, and avoids
   the dependency to Jorje.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/4b4ebabc2d5ed534c2657882b23d4ba2dd9da8d3"><code>4b4ebab</code></a> [maven-release-plugin] prepare release pmd_releases/6.49.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/232949566a3ad556aefbc24bef495312c78c704a"><code>2329495</code></a> Prepare pmd release 6.49.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/fe65a6ba9874c420de04b7cb8f686eeca812ad08"><code>fe65a6b</code></a> Bump pmd-designer from 6.37.0 to 6.49.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/bdde4b7f28686dab8836af6599a7e12cf711d415"><code>bdde4b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3971">#3971</a> from adangel:filecollector-language</li>
   <li><a href="https://github.com/pmd/pmd/commit/b232ea46d17f0a99df6b45a503c4e4437cab195c"><code>b232ea4</code></a> Merge branch 'master' into filecollector-language</li>
   <li><a href="https://github.com/pmd/pmd/commit/814ee9129699d5629a30709f54d6b30c8c957a4e"><code>814ee91</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4095">#4095</a> from pacvz:master</li>
   <li><a href="https://github.com/pmd/pmd/commit/504d2ad5f9c4d9a89d9ef4c03e18709bec1b46af"><code>504d2ad</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4095">#4095</a>)</li>
   <li><a href="https://github.com/pmd/pmd/commit/aafd95eb3c2e3e4a45876cefc10030c7fbbbe2f9"><code>aafd95e</code></a> Add <a href="https://github.com/pacvz"><code>@​pacvz</code></a> as a contributor</li>
   <li><a href="https://github.com/pmd/pmd/commit/54a26140dca793e53a685accb0d2e97f9689e1ff"><code>54a2614</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4097">#4097</a> from tprouvot:feature/addNewClassForAssertion</li>
   <li><a href="https://github.com/pmd/pmd/commit/04b38c3c55a8ddbfd894657194245f791395a23a"><code>04b38c3</code></a> Update <a href="https://github.com/tprouvot"><code>@​tprouvot</code></a> as a contributor</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.48.0...pmd_releases/6.49.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-java` from 6.48.0 to 6.49.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.49.0 (31-August-2022)</h2>
   <h2>31-August-2022 - 6.49.0</h2>
   <p>The PMD team is pleased to announce PMD 6.49.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/#updated-pmd-designer">Updated PMD Designer</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>
   </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>Updated PMD Designer</h4>
   <p>This PMD release ships a new version of the pmd-designer.
   For the changes, see <a href="https://github.com/pmd/pmd-designer/releases/tag/6.49.0">PMD Designer Changelog</a>.</p>
   <h3>Fixed Issues</h3>
   <ul>
   <li>apex
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4096">#4096</a>: [apex] ApexAssertionsShouldIncludeMessage and ApexUnitTestClassShouldHaveAsserts: support new Assert class (introduced with Apex v56.0)</li>
   </ul>
   </li>
   <li>core
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3970">#3970</a>: [core] FileCollector.addFile ignores language parameter</li>
   </ul>
   </li>
   <li>java-codestyle
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4082">#4082</a>: [java] UnnecessaryImport false positive for on-demand imports of nested classes</li>
   </ul>
   </li>
   </ul>
   <h3>API Changes</h3>
   <h4>Deprecated API</h4>
   <ul>
   <li>
   <p>In order to reduce the dependency on Apex Jorje classes, the following methods have been deprecated.
   These methods all leaked internal Jorje enums. These enums have been replaced now by enums the
   PMD's AST package.</p>
   <ul>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTAssignmentExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTBinaryExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTBooleanExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTPostfixExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTPrefixExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   </ul>
   <p>All these classes have now a new <code>getOp()</code> method. Existing code should be refactored to use this method instead.
   It returns the new enums, like <!-- raw HTML omitted --><!-- raw HTML omitted -->AssignmentOperator<!-- raw HTML omitted --><!-- raw HTML omitted -->, and avoids
   the dependency to Jorje.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/4b4ebabc2d5ed534c2657882b23d4ba2dd9da8d3"><code>4b4ebab</code></a> [maven-release-plugin] prepare release pmd_releases/6.49.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/232949566a3ad556aefbc24bef495312c78c704a"><code>2329495</code></a> Prepare pmd release 6.49.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/fe65a6ba9874c420de04b7cb8f686eeca812ad08"><code>fe65a6b</code></a> Bump pmd-designer from 6.37.0 to 6.49.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/bdde4b7f28686dab8836af6599a7e12cf711d415"><code>bdde4b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3971">#3971</a> from adangel:filecollector-language</li>
   <li><a href="https://github.com/pmd/pmd/commit/b232ea46d17f0a99df6b45a503c4e4437cab195c"><code>b232ea4</code></a> Merge branch 'master' into filecollector-language</li>
   <li><a href="https://github.com/pmd/pmd/commit/814ee9129699d5629a30709f54d6b30c8c957a4e"><code>814ee91</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4095">#4095</a> from pacvz:master</li>
   <li><a href="https://github.com/pmd/pmd/commit/504d2ad5f9c4d9a89d9ef4c03e18709bec1b46af"><code>504d2ad</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4095">#4095</a>)</li>
   <li><a href="https://github.com/pmd/pmd/commit/aafd95eb3c2e3e4a45876cefc10030c7fbbbe2f9"><code>aafd95e</code></a> Add <a href="https://github.com/pacvz"><code>@​pacvz</code></a> as a contributor</li>
   <li><a href="https://github.com/pmd/pmd/commit/54a26140dca793e53a685accb0d2e97f9689e1ff"><code>54a2614</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4097">#4097</a> from tprouvot:feature/addNewClassForAssertion</li>
   <li><a href="https://github.com/pmd/pmd/commit/04b38c3c55a8ddbfd894657194245f791395a23a"><code>04b38c3</code></a> Update <a href="https://github.com/tprouvot"><code>@​tprouvot</code></a> as a contributor</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.48.0...pmd_releases/6.49.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-javascript` from 6.48.0 to 6.49.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.49.0 (31-August-2022)</h2>
   <h2>31-August-2022 - 6.49.0</h2>
   <p>The PMD team is pleased to announce PMD 6.49.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/#updated-pmd-designer">Updated PMD Designer</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>
   </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>Updated PMD Designer</h4>
   <p>This PMD release ships a new version of the pmd-designer.
   For the changes, see <a href="https://github.com/pmd/pmd-designer/releases/tag/6.49.0">PMD Designer Changelog</a>.</p>
   <h3>Fixed Issues</h3>
   <ul>
   <li>apex
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4096">#4096</a>: [apex] ApexAssertionsShouldIncludeMessage and ApexUnitTestClassShouldHaveAsserts: support new Assert class (introduced with Apex v56.0)</li>
   </ul>
   </li>
   <li>core
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3970">#3970</a>: [core] FileCollector.addFile ignores language parameter</li>
   </ul>
   </li>
   <li>java-codestyle
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4082">#4082</a>: [java] UnnecessaryImport false positive for on-demand imports of nested classes</li>
   </ul>
   </li>
   </ul>
   <h3>API Changes</h3>
   <h4>Deprecated API</h4>
   <ul>
   <li>
   <p>In order to reduce the dependency on Apex Jorje classes, the following methods have been deprecated.
   These methods all leaked internal Jorje enums. These enums have been replaced now by enums the
   PMD's AST package.</p>
   <ul>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTAssignmentExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTBinaryExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTBooleanExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTPostfixExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTPrefixExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   </ul>
   <p>All these classes have now a new <code>getOp()</code> method. Existing code should be refactored to use this method instead.
   It returns the new enums, like <!-- raw HTML omitted --><!-- raw HTML omitted -->AssignmentOperator<!-- raw HTML omitted --><!-- raw HTML omitted -->, and avoids
   the dependency to Jorje.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/4b4ebabc2d5ed534c2657882b23d4ba2dd9da8d3"><code>4b4ebab</code></a> [maven-release-plugin] prepare release pmd_releases/6.49.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/232949566a3ad556aefbc24bef495312c78c704a"><code>2329495</code></a> Prepare pmd release 6.49.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/fe65a6ba9874c420de04b7cb8f686eeca812ad08"><code>fe65a6b</code></a> Bump pmd-designer from 6.37.0 to 6.49.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/bdde4b7f28686dab8836af6599a7e12cf711d415"><code>bdde4b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3971">#3971</a> from adangel:filecollector-language</li>
   <li><a href="https://github.com/pmd/pmd/commit/b232ea46d17f0a99df6b45a503c4e4437cab195c"><code>b232ea4</code></a> Merge branch 'master' into filecollector-language</li>
   <li><a href="https://github.com/pmd/pmd/commit/814ee9129699d5629a30709f54d6b30c8c957a4e"><code>814ee91</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4095">#4095</a> from pacvz:master</li>
   <li><a href="https://github.com/pmd/pmd/commit/504d2ad5f9c4d9a89d9ef4c03e18709bec1b46af"><code>504d2ad</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4095">#4095</a>)</li>
   <li><a href="https://github.com/pmd/pmd/commit/aafd95eb3c2e3e4a45876cefc10030c7fbbbe2f9"><code>aafd95e</code></a> Add <a href="https://github.com/pacvz"><code>@​pacvz</code></a> as a contributor</li>
   <li><a href="https://github.com/pmd/pmd/commit/54a26140dca793e53a685accb0d2e97f9689e1ff"><code>54a2614</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4097">#4097</a> from tprouvot:feature/addNewClassForAssertion</li>
   <li><a href="https://github.com/pmd/pmd/commit/04b38c3c55a8ddbfd894657194245f791395a23a"><code>04b38c3</code></a> Update <a href="https://github.com/tprouvot"><code>@​tprouvot</code></a> as a contributor</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.48.0...pmd_releases/6.49.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-jsp` from 6.48.0 to 6.49.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.49.0 (31-August-2022)</h2>
   <h2>31-August-2022 - 6.49.0</h2>
   <p>The PMD team is pleased to announce PMD 6.49.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/#updated-pmd-designer">Updated PMD Designer</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>
   </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>Updated PMD Designer</h4>
   <p>This PMD release ships a new version of the pmd-designer.
   For the changes, see <a href="https://github.com/pmd/pmd-designer/releases/tag/6.49.0">PMD Designer Changelog</a>.</p>
   <h3>Fixed Issues</h3>
   <ul>
   <li>apex
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4096">#4096</a>: [apex] ApexAssertionsShouldIncludeMessage and ApexUnitTestClassShouldHaveAsserts: support new Assert class (introduced with Apex v56.0)</li>
   </ul>
   </li>
   <li>core
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3970">#3970</a>: [core] FileCollector.addFile ignores language parameter</li>
   </ul>
   </li>
   <li>java-codestyle
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4082">#4082</a>: [java] UnnecessaryImport false positive for on-demand imports of nested classes</li>
   </ul>
   </li>
   </ul>
   <h3>API Changes</h3>
   <h4>Deprecated API</h4>
   <ul>
   <li>
   <p>In order to reduce the dependency on Apex Jorje classes, the following methods have been deprecated.
   These methods all leaked internal Jorje enums. These enums have been replaced now by enums the
   PMD's AST package.</p>
   <ul>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTAssignmentExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTBinaryExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTBooleanExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTPostfixExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   <li><!-- raw HTML omitted --><!-- raw HTML omitted -->ASTPrefixExpression#getOperator<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
   </ul>
   <p>All these classes have now a new <code>getOp()</code> method. Existing code should be refactored to use this method instead.
   It returns the new enums, like <!-- raw HTML omitted --><!-- raw HTML omitted -->AssignmentOperator<!-- raw HTML omitted --><!-- raw HTML omitted -->, and avoids
   the dependency to Jorje.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/4b4ebabc2d5ed534c2657882b23d4ba2dd9da8d3"><code>4b4ebab</code></a> [maven-release-plugin] prepare release pmd_releases/6.49.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/232949566a3ad556aefbc24bef495312c78c704a"><code>2329495</code></a> Prepare pmd release 6.49.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/fe65a6ba9874c420de04b7cb8f686eeca812ad08"><code>fe65a6b</code></a> Bump pmd-designer from 6.37.0 to 6.49.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/bdde4b7f28686dab8836af6599a7e12cf711d415"><code>bdde4b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3971">#3971</a> from adangel:filecollector-language</li>
   <li><a href="https://github.com/pmd/pmd/commit/b232ea46d17f0a99df6b45a503c4e4437cab195c"><code>b232ea4</code></a> Merge branch 'master' into filecollector-language</li>
   <li><a href="https://github.com/pmd/pmd/commit/814ee9129699d5629a30709f54d6b30c8c957a4e"><code>814ee91</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4095">#4095</a> from pacvz:master</li>
   <li><a href="https://github.com/pmd/pmd/commit/504d2ad5f9c4d9a89d9ef4c03e18709bec1b46af"><code>504d2ad</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4095">#4095</a>)</li>
   <li><a href="https://github.com/pmd/pmd/commit/aafd95eb3c2e3e4a45876cefc10030c7fbbbe2f9"><code>aafd95e</code></a> Add <a href="https://github.com/pacvz"><code>@​pacvz</code></a> as a contributor</li>
   <li><a href="https://github.com/pmd/pmd/commit/54a26140dca793e53a685accb0d2e97f9689e1ff"><code>54a2614</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4097">#4097</a> from tprouvot:feature/addNewClassForAssertion</li>
   <li><a href="https://github.com/pmd/pmd/commit/04b38c3c55a8ddbfd894657194245f791395a23a"><code>04b38c3</code></a> Update <a href="https://github.com/tprouvot"><code>@​tprouvot</code></a> as a contributor</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.48.0...pmd_releases/6.49.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-unsubscribe@commons.apache.org

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


[GitHub] [commons-parent] garydgregory merged pull request #138: Bump commons.pmd-impl.version from 6.48.0 to 6.49.0

Posted by GitBox <gi...@apache.org>.
garydgregory merged PR #138:
URL: https://github.com/apache/commons-parent/pull/138


-- 
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-unsubscribe@commons.apache.org

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