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 2021/08/02 12:02:48 UTC

[GitHub] [commons-csv] dependabot[bot] opened a new pull request #173: Bump commons.pmd-impl.version from 6.36.0 to 6.37.0

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


   Bumps `commons.pmd-impl.version` from 6.36.0 to 6.37.0.
   Updates `pmd-core` from 6.36.0 to 6.37.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.37.0 (31-July-2021)</h2>
   <h2>31-July-2021 - 6.37.0</h2>
   <p>The PMD team is pleased to announce PMD 6.37.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/#java-17-support">Java 17 Support</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#updated-pmd-designer">Updated PMD Designer</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/#api-changes">API Changes</a>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#pmd-cli">PMD CLI</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#experimental-apis">Experimental APIs</a></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>Java 17 Support</h4>
   <p>This release of PMD brings support for Java 17. PMD supports <a href="https://openjdk.java.net/jeps/409">JEP 409: Sealed Classes</a>
   which has been promoted to be a standard language feature of Java 17.</p>
   <p>PMD also supports <a href="https://openjdk.java.net/jeps/406">JEP 406: Pattern Matching for switch (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>17-preview</code>:</p>
   <pre><code>export PMD_JAVA_OPTS=--enable-preview
   ./run.sh pmd -language java -version 17-preview ...
   </code></pre>
   <p>Note: Support for Java 15 preview language features have been removed. The version &quot;15-preview&quot; is no longer available.</p>
   <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.37.0">PMD Designer Changelog</a>.</p>
   <h4>New rules</h4>
   <p>This release ships with 3 new Java rules.</p>
   <ul>
   <li><a href="https://pmd.github.io/pmd-6.37.0/pmd_rules_java_bestpractices.html#primitivewrapperinstantiation"><code>PrimitiveWrapperInstantiation</code></a> reports usages of primitive wrapper</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/18df47ce6eaa0f692f92da004d84deb3c20b50b7"><code>18df47c</code></a> [maven-release-plugin] prepare release pmd_releases/6.37.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/c7cc40fcda426c0c521fe63e795d63684a4daf6f"><code>c7cc40f</code></a> Remove dogfood profile temporarily for release</li>
   <li><a href="https://github.com/pmd/pmd/commit/b6ce0d59e2a134cece5f8fe5674703f7ba91390f"><code>b6ce0d5</code></a> Prepare pmd release 6.37.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/f31cc46eabfaebcb06d2e60d4e2b8ccb895cf0a1"><code>f31cc46</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3417">#3417</a> from aidan-harding:language-detection</li>
   <li><a href="https://github.com/pmd/pmd/commit/7be50ea14687c043deadd927aef3e7b9dd184416"><code>7be50ea</code></a> Update pmd-designer from 6.27.0 to 6.37.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/2362316bfb4760f661ec3cbee9959fd477b029bb"><code>2362316</code></a> [doc] Update sourceLanguages for ant</li>
   <li><a href="https://github.com/pmd/pmd/commit/a33b465e362c377829073478212ed943edee0f4a"><code>a33b465</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2133">#2133</a>, <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3417">#3417</a>)</li>
   <li><a href="https://github.com/pmd/pmd/commit/9221cf090a923bd6e6b864277c83fb807497ca8a"><code>9221cf0</code></a> Merge branch 'master' into pr-3417</li>
   <li><a href="https://github.com/pmd/pmd/commit/88547fc14c14da0685ca72a087b5a4994f2cdb61"><code>88547fc</code></a> [core] Fixups from pull request review</li>
   <li><a href="https://github.com/pmd/pmd/commit/fea395cfa9d6064be602b6095eb8df58b23e1b74"><code>fea395c</code></a> [xml] Add simple test case for -force-language</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.36.0...pmd_releases/6.37.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-java` from 6.36.0 to 6.37.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.37.0 (31-July-2021)</h2>
   <h2>31-July-2021 - 6.37.0</h2>
   <p>The PMD team is pleased to announce PMD 6.37.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/#java-17-support">Java 17 Support</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#updated-pmd-designer">Updated PMD Designer</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/#api-changes">API Changes</a>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#pmd-cli">PMD CLI</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#experimental-apis">Experimental APIs</a></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>Java 17 Support</h4>
   <p>This release of PMD brings support for Java 17. PMD supports <a href="https://openjdk.java.net/jeps/409">JEP 409: Sealed Classes</a>
   which has been promoted to be a standard language feature of Java 17.</p>
   <p>PMD also supports <a href="https://openjdk.java.net/jeps/406">JEP 406: Pattern Matching for switch (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>17-preview</code>:</p>
   <pre><code>export PMD_JAVA_OPTS=--enable-preview
   ./run.sh pmd -language java -version 17-preview ...
   </code></pre>
   <p>Note: Support for Java 15 preview language features have been removed. The version &quot;15-preview&quot; is no longer available.</p>
   <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.37.0">PMD Designer Changelog</a>.</p>
   <h4>New rules</h4>
   <p>This release ships with 3 new Java rules.</p>
   <ul>
   <li><a href="https://pmd.github.io/pmd-6.37.0/pmd_rules_java_bestpractices.html#primitivewrapperinstantiation"><code>PrimitiveWrapperInstantiation</code></a> reports usages of primitive wrapper</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/18df47ce6eaa0f692f92da004d84deb3c20b50b7"><code>18df47c</code></a> [maven-release-plugin] prepare release pmd_releases/6.37.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/c7cc40fcda426c0c521fe63e795d63684a4daf6f"><code>c7cc40f</code></a> Remove dogfood profile temporarily for release</li>
   <li><a href="https://github.com/pmd/pmd/commit/b6ce0d59e2a134cece5f8fe5674703f7ba91390f"><code>b6ce0d5</code></a> Prepare pmd release 6.37.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/f31cc46eabfaebcb06d2e60d4e2b8ccb895cf0a1"><code>f31cc46</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3417">#3417</a> from aidan-harding:language-detection</li>
   <li><a href="https://github.com/pmd/pmd/commit/7be50ea14687c043deadd927aef3e7b9dd184416"><code>7be50ea</code></a> Update pmd-designer from 6.27.0 to 6.37.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/2362316bfb4760f661ec3cbee9959fd477b029bb"><code>2362316</code></a> [doc] Update sourceLanguages for ant</li>
   <li><a href="https://github.com/pmd/pmd/commit/a33b465e362c377829073478212ed943edee0f4a"><code>a33b465</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2133">#2133</a>, <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3417">#3417</a>)</li>
   <li><a href="https://github.com/pmd/pmd/commit/9221cf090a923bd6e6b864277c83fb807497ca8a"><code>9221cf0</code></a> Merge branch 'master' into pr-3417</li>
   <li><a href="https://github.com/pmd/pmd/commit/88547fc14c14da0685ca72a087b5a4994f2cdb61"><code>88547fc</code></a> [core] Fixups from pull request review</li>
   <li><a href="https://github.com/pmd/pmd/commit/fea395cfa9d6064be602b6095eb8df58b23e1b74"><code>fea395c</code></a> [xml] Add simple test case for -force-language</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.36.0...pmd_releases/6.37.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-csv] garydgregory merged pull request #173: Bump commons.pmd-impl.version from 6.36.0 to 6.37.0

Posted by GitBox <gi...@apache.org>.
garydgregory merged pull request #173:
URL: https://github.com/apache/commons-csv/pull/173


   


-- 
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-csv] coveralls commented on pull request #173: Bump commons.pmd-impl.version from 6.36.0 to 6.37.0

Posted by GitBox <gi...@apache.org>.
coveralls commented on pull request #173:
URL: https://github.com/apache/commons-csv/pull/173#issuecomment-890980042


   
   [![Coverage Status](https://coveralls.io/builds/41829359/badge)](https://coveralls.io/builds/41829359)
   
   Coverage remained the same at 98.323% when pulling **2394c02b5d35452cd0b53bd0abd4cb77af619ba5 on dependabot/maven/commons.pmd-impl.version-6.37.0** into **d714ff63ebe25eb6bddb1160f814c465f8764b89 on master**.
   


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