dependabot[bot] opened a new pull request #118: URL: https://github.com/apache/commons-geometry/pull/118
Bumps `geometry.pmd.dep.version` from 6.29.0 to 6.30.0. Updates `pmd-core` from 6.29.0 to 6.30.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.30.0 (12-December-2020)</h2> <h2>12-December-2020 - 6.30.0</h2> <p>The PMD team is pleased to announce PMD 6.30.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/#cpd">CPD</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#type-information-for-visualforce">Type information for VisualForce</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> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#around-ruleset-parsing">Around RuleSet parsing</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#around-the-%60pmd%60-class">Around the <code>PMD</code> class</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#miscellaneous">Miscellaneous</a></li> </ul> </li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#internal-api">Internal 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>CPD</h4> <ul> <li> <p>The C# module now supports the new option <a href="https://pmd.github.io/latest/pmd_userdocs_cpd.html#-ignore-literal-sequences"><code>--ignore-literal-sequences</code></a>, which can be used to avoid detection of some uninteresting clones. Support for other languages may be added in the future. See <a href="https://github-redirect.dependabot.com/pmd/pmd/pull/2945">#2945</a></p> </li> <li> <p>The Scala module now supports <a href="https://pmd.github.io/latest/pmd_userdocs_cpd.html#suppression">suppression</a> through <code>CPD-ON</code>/<code>CPD-OFF</code> comment pairs. See <a href="https://github-redirect.dependabot.com/pmd/pmd/pull/2929">#2929</a></p> </li> </ul> <h4>Type information for VisualForce</h4> <p>The Visualforce AST now can resolve the data type of Visualforce expressions that reference Apex Controller properties and Custom Object fields. This feature improves the precision of existing rules, like <a href="https://pmd.github.io/pmd-6.30.0/pmd_rules_vf_security.html#vfunescapeel"><code>VfUnescapeEl</code></a>.</p> <p>This can be configured using two environment variables:</p> <ul> <li><code>PMD_VF_APEXDIRECTORIES</code>: Comma separated list of directories for Apex classes. Absolute or relative to the Visualforce directory. Default is <code>../classes</code>. Specifying an empty string will disable data type resolution for Apex Controller properties.</li> <li><code>PMD_VF_OBJECTSDIRECTORIES</code>: Comma separated list of directories for Custom Objects. Absolute or relative to the Visualforce directory. Default is <code>../objects</code>. Specifying an empty string will disable data type resolution for Custom Object fields.</li> </ul> <p>This feature is experimental, in particular, expect changes to the way the configuration is specified. We'll probably extend the CLI instead of relying on environment variables in a future version.</p> <p>Thanks to Jeff Bartolotta and Roopa Mohan for contributing this!</p> <h3>Fixed Issues</h3> <ul> <li>core <ul> <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/1939">#1939</a>: [core] XPath expressions return handling</li> <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/1961">#1961</a>: [core] Text renderer should include name of violated rule</li> <li><a href="https://github-redirect.dependabot.com/pmd/pmd/pull/2874">#2874</a>: [core] Fix XMLRenderer with UTF-16</li> </ul> </li> <li>cs</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmd/pmd/commit/d2e4fb4ca370e7d5612dcc96fb74c29767a7671e"><code>d2e4fb4</code></a> [maven-release-plugin] prepare release pmd_releases/6.30.0</li> <li><a href="https://github.com/pmd/pmd/commit/39f3026cf141b1f954e529e1a090f8abb5408bc4"><code>39f3026</code></a> Prepare pmd release 6.30.0</li> <li><a href="https://github.com/pmd/pmd/commit/1a4ca95f6cd61460b54c48d1f20a841988ca6780"><code>1a4ca95</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2635">#2635</a> from oowekyala:ruleset-factory-builder</li> <li><a href="https://github.com/pmd/pmd/commit/afcb45ea89fec1820fb0513962149cb43beece9f"><code>afcb45e</code></a> Remove unneeded suppresswarnings in AbstractPMDProcessor</li> <li><a href="https://github.com/pmd/pmd/commit/bcbf588bba76c16e5d26121b16d4d7d0a85c174e"><code>bcbf588</code></a> Rename RuleSetLoadException</li> <li><a href="https://github.com/pmd/pmd/commit/422934317314efdb93adc708c1fb9b6c171ee01e"><code>4229343</code></a> Use Github Discussions for Q&A</li> <li><a href="https://github.com/pmd/pmd/commit/feccab274e4209eea1ee661042682dff29ed65ec"><code>feccab2</code></a> Bump org.codehaus.groovy:groovy from 2.4.7 to 2.4.21</li> <li><a href="https://github.com/pmd/pmd/commit/85ed4f3303b0ded7a5a2068d8b850052e0ab9288"><code>85ed4f3</code></a> [ci] Fix build badge</li> <li><a href="https://github.com/pmd/pmd/commit/b65f6b85b8f0a344544dca5d28f4a8438b8a71cb"><code>b65f6b8</code></a> Merge branch 'pr/2962'</li> <li><a href="https://github.com/pmd/pmd/commit/da3943bf171d669223111d60dcf36f16256c0026"><code>da3943b</code></a> Update release notes, refs <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2962">#2962</a></li> <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.29.0...pmd_releases/6.30.0">compare view</a></li> </ul> </details> <br /> Updates `pmd-java` from 6.29.0 to 6.30.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.30.0 (12-December-2020)</h2> <h2>12-December-2020 - 6.30.0</h2> <p>The PMD team is pleased to announce PMD 6.30.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/#cpd">CPD</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#type-information-for-visualforce">Type information for VisualForce</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> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#around-ruleset-parsing">Around RuleSet parsing</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#around-the-%60pmd%60-class">Around the <code>PMD</code> class</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#miscellaneous">Miscellaneous</a></li> </ul> </li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#internal-api">Internal 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>CPD</h4> <ul> <li> <p>The C# module now supports the new option <a href="https://pmd.github.io/latest/pmd_userdocs_cpd.html#-ignore-literal-sequences"><code>--ignore-literal-sequences</code></a>, which can be used to avoid detection of some uninteresting clones. Support for other languages may be added in the future. See <a href="https://github-redirect.dependabot.com/pmd/pmd/pull/2945">#2945</a></p> </li> <li> <p>The Scala module now supports <a href="https://pmd.github.io/latest/pmd_userdocs_cpd.html#suppression">suppression</a> through <code>CPD-ON</code>/<code>CPD-OFF</code> comment pairs. See <a href="https://github-redirect.dependabot.com/pmd/pmd/pull/2929">#2929</a></p> </li> </ul> <h4>Type information for VisualForce</h4> <p>The Visualforce AST now can resolve the data type of Visualforce expressions that reference Apex Controller properties and Custom Object fields. This feature improves the precision of existing rules, like <a href="https://pmd.github.io/pmd-6.30.0/pmd_rules_vf_security.html#vfunescapeel"><code>VfUnescapeEl</code></a>.</p> <p>This can be configured using two environment variables:</p> <ul> <li><code>PMD_VF_APEXDIRECTORIES</code>: Comma separated list of directories for Apex classes. Absolute or relative to the Visualforce directory. Default is <code>../classes</code>. Specifying an empty string will disable data type resolution for Apex Controller properties.</li> <li><code>PMD_VF_OBJECTSDIRECTORIES</code>: Comma separated list of directories for Custom Objects. Absolute or relative to the Visualforce directory. Default is <code>../objects</code>. Specifying an empty string will disable data type resolution for Custom Object fields.</li> </ul> <p>This feature is experimental, in particular, expect changes to the way the configuration is specified. We'll probably extend the CLI instead of relying on environment variables in a future version.</p> <p>Thanks to Jeff Bartolotta and Roopa Mohan for contributing this!</p> <h3>Fixed Issues</h3> <ul> <li>core <ul> <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/1939">#1939</a>: [core] XPath expressions return handling</li> <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/1961">#1961</a>: [core] Text renderer should include name of violated rule</li> <li><a href="https://github-redirect.dependabot.com/pmd/pmd/pull/2874">#2874</a>: [core] Fix XMLRenderer with UTF-16</li> </ul> </li> <li>cs</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmd/pmd/commit/d2e4fb4ca370e7d5612dcc96fb74c29767a7671e"><code>d2e4fb4</code></a> [maven-release-plugin] prepare release pmd_releases/6.30.0</li> <li><a href="https://github.com/pmd/pmd/commit/39f3026cf141b1f954e529e1a090f8abb5408bc4"><code>39f3026</code></a> Prepare pmd release 6.30.0</li> <li><a href="https://github.com/pmd/pmd/commit/1a4ca95f6cd61460b54c48d1f20a841988ca6780"><code>1a4ca95</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2635">#2635</a> from oowekyala:ruleset-factory-builder</li> <li><a href="https://github.com/pmd/pmd/commit/afcb45ea89fec1820fb0513962149cb43beece9f"><code>afcb45e</code></a> Remove unneeded suppresswarnings in AbstractPMDProcessor</li> <li><a href="https://github.com/pmd/pmd/commit/bcbf588bba76c16e5d26121b16d4d7d0a85c174e"><code>bcbf588</code></a> Rename RuleSetLoadException</li> <li><a href="https://github.com/pmd/pmd/commit/422934317314efdb93adc708c1fb9b6c171ee01e"><code>4229343</code></a> Use Github Discussions for Q&A</li> <li><a href="https://github.com/pmd/pmd/commit/feccab274e4209eea1ee661042682dff29ed65ec"><code>feccab2</code></a> Bump org.codehaus.groovy:groovy from 2.4.7 to 2.4.21</li> <li><a href="https://github.com/pmd/pmd/commit/85ed4f3303b0ded7a5a2068d8b850052e0ab9288"><code>85ed4f3</code></a> [ci] Fix build badge</li> <li><a href="https://github.com/pmd/pmd/commit/b65f6b85b8f0a344544dca5d28f4a8438b8a71cb"><code>b65f6b8</code></a> Merge branch 'pr/2962'</li> <li><a href="https://github.com/pmd/pmd/commit/da3943bf171d669223111d60dcf36f16256c0026"><code>da3943b</code></a> Update release notes, refs <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2962">#2962</a></li> <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.29.0...pmd_releases/6.30.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: [email protected]
