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 2020/12/08 07:13:06 UTC

[GitHub] [commons-geometry] dependabot[bot] opened a new pull request #113: Bump geometry.pmd.dep.version from 6.21.0 to 6.29.0

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


   Bumps `geometry.pmd.dep.version` from 6.21.0 to 6.29.0.
   Updates `pmd-core` from 6.21.0 to 6.29.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.29.0 (24-October-2020)</h2>
   <h2>24-October-2020 - 6.29.0</h2>
   <p>The PMD team is pleased to announce PMD 6.29.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-apex-support">Updated Apex Support</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-rules">New Rules</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#renamed-rules">Renamed Rules</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-rules">Deprecated 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/#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 Apex Support</h4>
   <ul>
   <li>The Apex language support has been bumped to version 50 (Winter '21). All new language features are now properly
   parsed and processed. Especially the <a href="https://releasenotes.docs.salesforce.com/en-us/winter21/release-notes/rn_apex_SafeNavigationOperator.htm">Safe Navigation Operator</a> is now supported.
   See also <a href="https://releasenotes.docs.salesforce.com/en-us/winter21/release-notes/rn_apex.htm">Salesforce Winter '21 Release Notes</a></li>
   </ul>
   <h4>New Rules</h4>
   <ul>
   <li>The new Apex rule <a href="https://pmd.github.io/pmd-6.29.0/pmd_rules_apex_performance.html#operationwithlimitsinloop"><code>OperationWithLimitsInLoop</code></a> (<code>apex-performance</code>)
   finds operations in loops that may hit governor limits such as DML operations, SOQL
   queries and more. The rule replaces the three rules &quot;AvoidDmlStatementsInLoops&quot;, &quot;AvoidSoqlInLoops&quot;,
   and &quot;AvoidSoslInLoops&quot;.</li>
   </ul>
   <h4>Renamed Rules</h4>
   <ul>
   <li>The Java rule <a href="https://pmd.github.io/pmd-6.29.0/pmd_rules_java_errorprone.html#donotcallsystemexit"><code>DoNotCallSystemExit</code></a> has been renamed to
   <a href="https://pmd.github.io/pmd-6.29.0/pmd_rules_java_errorprone.html#donotterminatevm"><code>DoNotTerminateVM</code></a>, since it checks for all the following calls:
   <code>System.exit(int)</code>, <code>Runtime.exit(int)</code>, <code>Runtime.halt(int)</code>. All these calls terminate
   the Java VM, which is bad, if the VM runs an application server which many independent applications.</li>
   </ul>
   <h4>Deprecated Rules</h4>
   <ul>
   <li>The Apex rules <a href="https://pmd.github.io/pmd-6.29.0/pmd_rules_apex_performance.html#avoiddmlstatementsinloops"><code>AvoidDmlStatementsInLoops</code></a>,
   <a href="https://pmd.github.io/pmd-6.29.0/pmd_rules_apex_performance.html#avoidsoqlinloops"><code>AvoidSoqlInLoops</code></a> and <a href="https://pmd.github.io/pmd-6.29.0/pmd_rules_apex_performance.html#avoidsoslinloops"><code>AvoidSoslInLoops</code></a>
   (<code>apex-performance</code>) are deprecated in favour of the new rule
   <a href="https://pmd.github.io/pmd-6.29.0/pmd_rules_apex_performance.html#operationwithlimitsinloop"><code>OperationWithLimitsInLoop</code></a>. The deprecated rules will be removed
   with PMD 7.0.0.</li>
   </ul>
   <h3>Fixed Issues</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/81f12d3e5db7c38ef1862d7db19cd9d30f46b288"><code>81f12d3</code></a> [maven-release-plugin] prepare release pmd_releases/6.29.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/561e7a8c612af0ab884cea2e474b8bf36545b41a"><code>561e7a8</code></a> Prepare pmd release 6.29.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/df957ad053536e9eb7138901be7133dc2fde036c"><code>df957ad</code></a> Merge branch 'pr-2863' into master</li>
   <li><a href="https://github.com/pmd/pmd/commit/cfb21d226a1ae872135c9bee1dfb519258621780"><code>cfb21d2</code></a> Merge branch 'pr-2866' into master</li>
   <li><a href="https://github.com/pmd/pmd/commit/0aafd30d615d93ec07f868aead1be55ac54659bf"><code>0aafd30</code></a> Merge branch 'pr-2865' into master</li>
   <li><a href="https://github.com/pmd/pmd/commit/ccb7fd25aab8478ef99f8a102b6e7e42936c8ed5"><code>ccb7fd2</code></a> Programming correction in docs</li>
   <li><a href="https://github.com/pmd/pmd/commit/151400d95b2e9465aee6d5818a5053afaec26893"><code>151400d</code></a> Update ExcessiveImports example code for clarity</li>
   <li><a href="https://github.com/pmd/pmd/commit/b0f3f37e9d24d357e24cc92ec04afd2a9273477c"><code>b0f3f37</code></a> [doc] Update release notes, refs <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2839">#2839</a></li>
   <li><a href="https://github.com/pmd/pmd/commit/e7738e2b4c352c40b3dee9cb28e25bb7e68e56bf"><code>e7738e2</code></a> [apex] Add support and test for parsing SafeNavigationOperator</li>
   <li><a href="https://github.com/pmd/pmd/commit/9eeea472ac583a25b35efe04933ef5cb3429e8d1"><code>9eeea47</code></a> [apex] Update apex-jorje to 2020-09-10-5a5192 (Winter 21, Version 50)</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.21.0...pmd_releases/6.29.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-java` from 6.21.0 to 6.29.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.29.0 (24-October-2020)</h2>
   <h2>24-October-2020 - 6.29.0</h2>
   <p>The PMD team is pleased to announce PMD 6.29.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-apex-support">Updated Apex Support</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-rules">New Rules</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#renamed-rules">Renamed Rules</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-rules">Deprecated 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/#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 Apex Support</h4>
   <ul>
   <li>The Apex language support has been bumped to version 50 (Winter '21). All new language features are now properly
   parsed and processed. Especially the <a href="https://releasenotes.docs.salesforce.com/en-us/winter21/release-notes/rn_apex_SafeNavigationOperator.htm">Safe Navigation Operator</a> is now supported.
   See also <a href="https://releasenotes.docs.salesforce.com/en-us/winter21/release-notes/rn_apex.htm">Salesforce Winter '21 Release Notes</a></li>
   </ul>
   <h4>New Rules</h4>
   <ul>
   <li>The new Apex rule <a href="https://pmd.github.io/pmd-6.29.0/pmd_rules_apex_performance.html#operationwithlimitsinloop"><code>OperationWithLimitsInLoop</code></a> (<code>apex-performance</code>)
   finds operations in loops that may hit governor limits such as DML operations, SOQL
   queries and more. The rule replaces the three rules &quot;AvoidDmlStatementsInLoops&quot;, &quot;AvoidSoqlInLoops&quot;,
   and &quot;AvoidSoslInLoops&quot;.</li>
   </ul>
   <h4>Renamed Rules</h4>
   <ul>
   <li>The Java rule <a href="https://pmd.github.io/pmd-6.29.0/pmd_rules_java_errorprone.html#donotcallsystemexit"><code>DoNotCallSystemExit</code></a> has been renamed to
   <a href="https://pmd.github.io/pmd-6.29.0/pmd_rules_java_errorprone.html#donotterminatevm"><code>DoNotTerminateVM</code></a>, since it checks for all the following calls:
   <code>System.exit(int)</code>, <code>Runtime.exit(int)</code>, <code>Runtime.halt(int)</code>. All these calls terminate
   the Java VM, which is bad, if the VM runs an application server which many independent applications.</li>
   </ul>
   <h4>Deprecated Rules</h4>
   <ul>
   <li>The Apex rules <a href="https://pmd.github.io/pmd-6.29.0/pmd_rules_apex_performance.html#avoiddmlstatementsinloops"><code>AvoidDmlStatementsInLoops</code></a>,
   <a href="https://pmd.github.io/pmd-6.29.0/pmd_rules_apex_performance.html#avoidsoqlinloops"><code>AvoidSoqlInLoops</code></a> and <a href="https://pmd.github.io/pmd-6.29.0/pmd_rules_apex_performance.html#avoidsoslinloops"><code>AvoidSoslInLoops</code></a>
   (<code>apex-performance</code>) are deprecated in favour of the new rule
   <a href="https://pmd.github.io/pmd-6.29.0/pmd_rules_apex_performance.html#operationwithlimitsinloop"><code>OperationWithLimitsInLoop</code></a>. The deprecated rules will be removed
   with PMD 7.0.0.</li>
   </ul>
   <h3>Fixed Issues</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/81f12d3e5db7c38ef1862d7db19cd9d30f46b288"><code>81f12d3</code></a> [maven-release-plugin] prepare release pmd_releases/6.29.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/561e7a8c612af0ab884cea2e474b8bf36545b41a"><code>561e7a8</code></a> Prepare pmd release 6.29.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/df957ad053536e9eb7138901be7133dc2fde036c"><code>df957ad</code></a> Merge branch 'pr-2863' into master</li>
   <li><a href="https://github.com/pmd/pmd/commit/cfb21d226a1ae872135c9bee1dfb519258621780"><code>cfb21d2</code></a> Merge branch 'pr-2866' into master</li>
   <li><a href="https://github.com/pmd/pmd/commit/0aafd30d615d93ec07f868aead1be55ac54659bf"><code>0aafd30</code></a> Merge branch 'pr-2865' into master</li>
   <li><a href="https://github.com/pmd/pmd/commit/ccb7fd25aab8478ef99f8a102b6e7e42936c8ed5"><code>ccb7fd2</code></a> Programming correction in docs</li>
   <li><a href="https://github.com/pmd/pmd/commit/151400d95b2e9465aee6d5818a5053afaec26893"><code>151400d</code></a> Update ExcessiveImports example code for clarity</li>
   <li><a href="https://github.com/pmd/pmd/commit/b0f3f37e9d24d357e24cc92ec04afd2a9273477c"><code>b0f3f37</code></a> [doc] Update release notes, refs <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2839">#2839</a></li>
   <li><a href="https://github.com/pmd/pmd/commit/e7738e2b4c352c40b3dee9cb28e25bb7e68e56bf"><code>e7738e2</code></a> [apex] Add support and test for parsing SafeNavigationOperator</li>
   <li><a href="https://github.com/pmd/pmd/commit/9eeea472ac583a25b35efe04933ef5cb3429e8d1"><code>9eeea47</code></a> [apex] Update apex-jorje to 2020-09-10-5a5192 (Winter 21, Version 50)</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.21.0...pmd_releases/6.29.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.

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



[GitHub] [commons-geometry] dependabot[bot] closed pull request #113: Bump geometry.pmd.dep.version from 6.21.0 to 6.29.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #113:
URL: https://github.com/apache/commons-geometry/pull/113


   


----------------------------------------------------------------
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.

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



[GitHub] [commons-geometry] dependabot[bot] commented on pull request #113: Bump geometry.pmd.dep.version from 6.21.0 to 6.29.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #113:
URL: https://github.com/apache/commons-geometry/pull/113#issuecomment-742233710


   Looks like these dependencies are up-to-date now, so this is no longer needed.


----------------------------------------------------------------
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.

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