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/08/05 12:02:57 UTC

[GitHub] [commons-csv] dependabot[bot] opened a new pull request, #247: Bump commons.pmd-impl.version from 6.47.0 to 6.48.0

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

   Bumps `commons.pmd-impl.version` from 6.47.0 to 6.48.0.
   Updates `pmd-core` from 6.47.0 to 6.48.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.48.0 (30-July-2022)</h2>
   <h2>30-July-2022 - 6.48.0</h2>
   <p>The PMD team is pleased to announce PMD 6.48.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-19-support">Java 19 Support</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#gherkin-support">Gherkin support</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/#cpd-cli">CPD CLI</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#rule-test-framework">Rule Test Framework</a></li>
   <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>
   <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/#financial-contributions">Financial Contributions</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>Java 19 Support</h4>
   <p>This release of PMD brings support for Java 19. There are no new standard language features.</p>
   <p>PMD supports <a href="https://openjdk.org/jeps/427">JEP 427: Pattern Matching for switch (Third Preview)</a> and
   <a href="https://openjdk.org/jeps/405">JEP 405: Record Patterns (Preview)</a> as preview language features.</p>
   <p>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>19-preview</code>:</p>
   <pre><code>export PMD_JAVA_OPTS=--enable-preview
   ./run.sh pmd -language java -version 19-preview ...
   </code></pre>
   <p>Note: Support for Java 17 preview language features have been removed. The version &quot;17-preview&quot; is no longer available.</p>
   <h4>Gherkin support</h4>
   <p>Thanks to the contribution from <a href="https://github.com/ASBrouwers">Anne Brouwers</a> PMD now has CPD support
   for the <a href="https://cucumber.io/docs/gherkin/">Gherkin</a> language. It is used to defined test cases for the
   <a href="https://cucumber.io/">Cucumber</a> testing tool for behavior-driven development.</p>
   <p>Being based on a proper Antlr grammar, CPD can:</p>
   <ul>
   <li>ignore comments</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/6aa2b47f2ed64c2971dd86a44bb4fb62456e728c"><code>6aa2b47</code></a> [maven-release-plugin] prepare release pmd_releases/6.48.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/143545c39001d5ec666677ada10004d90b3ea56d"><code>143545c</code></a> Prepare pmd release 6.48.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/b6ccad2e38561a092a1391d97169e98b1421d8f9"><code>b6ccad2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4074">#4074</a> from adangel:pmd6-cpd-debug-flag</li>
   <li><a href="https://github.com/pmd/pmd/commit/6128631acb420119b65126273db3a5013ff09729"><code>6128631</code></a> [doc] Add SPONSORS.md</li>
   <li><a href="https://github.com/pmd/pmd/commit/a36032b2bfab942ba8949808de217aa29950baca"><code>a36032b</code></a> Fixups from review</li>
   <li><a href="https://github.com/pmd/pmd/commit/ee38e7d81a0733b18da23a61c9558d90016b602b"><code>ee38e7d</code></a> [core] Add &quot;--debug&quot; flag for CPD</li>
   <li><a href="https://github.com/pmd/pmd/commit/bf5828d7d176d493d165589e497c350257efd748"><code>bf5828d</code></a> [doc] Fix jdoc link in release notes</li>
   <li><a href="https://github.com/pmd/pmd/commit/d092e20ed29e5cd12ee53ebf2f1871b56f3e18ed"><code>d092e20</code></a> Merge branch 'pr/4052'</li>
   <li><a href="https://github.com/pmd/pmd/commit/3e57ea20765ee17ffe46161d1e9afa2cd0ea02b2"><code>3e57ea2</code></a> Merge branch 'master' into pr/4052</li>
   <li><a href="https://github.com/pmd/pmd/commit/0550512a63d32fd6387da64a71ff9c3c6f1283de"><code>0550512</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4061">#4061</a> from matthargett:fortify-lua-grammar</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.47.0...pmd_releases/6.48.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-java` from 6.47.0 to 6.48.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.48.0 (30-July-2022)</h2>
   <h2>30-July-2022 - 6.48.0</h2>
   <p>The PMD team is pleased to announce PMD 6.48.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-19-support">Java 19 Support</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#gherkin-support">Gherkin support</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/#cpd-cli">CPD CLI</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#rule-test-framework">Rule Test Framework</a></li>
   <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>
   <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/#financial-contributions">Financial Contributions</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>Java 19 Support</h4>
   <p>This release of PMD brings support for Java 19. There are no new standard language features.</p>
   <p>PMD supports <a href="https://openjdk.org/jeps/427">JEP 427: Pattern Matching for switch (Third Preview)</a> and
   <a href="https://openjdk.org/jeps/405">JEP 405: Record Patterns (Preview)</a> as preview language features.</p>
   <p>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>19-preview</code>:</p>
   <pre><code>export PMD_JAVA_OPTS=--enable-preview
   ./run.sh pmd -language java -version 19-preview ...
   </code></pre>
   <p>Note: Support for Java 17 preview language features have been removed. The version &quot;17-preview&quot; is no longer available.</p>
   <h4>Gherkin support</h4>
   <p>Thanks to the contribution from <a href="https://github.com/ASBrouwers">Anne Brouwers</a> PMD now has CPD support
   for the <a href="https://cucumber.io/docs/gherkin/">Gherkin</a> language. It is used to defined test cases for the
   <a href="https://cucumber.io/">Cucumber</a> testing tool for behavior-driven development.</p>
   <p>Being based on a proper Antlr grammar, CPD can:</p>
   <ul>
   <li>ignore comments</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/6aa2b47f2ed64c2971dd86a44bb4fb62456e728c"><code>6aa2b47</code></a> [maven-release-plugin] prepare release pmd_releases/6.48.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/143545c39001d5ec666677ada10004d90b3ea56d"><code>143545c</code></a> Prepare pmd release 6.48.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/b6ccad2e38561a092a1391d97169e98b1421d8f9"><code>b6ccad2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4074">#4074</a> from adangel:pmd6-cpd-debug-flag</li>
   <li><a href="https://github.com/pmd/pmd/commit/6128631acb420119b65126273db3a5013ff09729"><code>6128631</code></a> [doc] Add SPONSORS.md</li>
   <li><a href="https://github.com/pmd/pmd/commit/a36032b2bfab942ba8949808de217aa29950baca"><code>a36032b</code></a> Fixups from review</li>
   <li><a href="https://github.com/pmd/pmd/commit/ee38e7d81a0733b18da23a61c9558d90016b602b"><code>ee38e7d</code></a> [core] Add &quot;--debug&quot; flag for CPD</li>
   <li><a href="https://github.com/pmd/pmd/commit/bf5828d7d176d493d165589e497c350257efd748"><code>bf5828d</code></a> [doc] Fix jdoc link in release notes</li>
   <li><a href="https://github.com/pmd/pmd/commit/d092e20ed29e5cd12ee53ebf2f1871b56f3e18ed"><code>d092e20</code></a> Merge branch 'pr/4052'</li>
   <li><a href="https://github.com/pmd/pmd/commit/3e57ea20765ee17ffe46161d1e9afa2cd0ea02b2"><code>3e57ea2</code></a> Merge branch 'master' into pr/4052</li>
   <li><a href="https://github.com/pmd/pmd/commit/0550512a63d32fd6387da64a71ff9c3c6f1283de"><code>0550512</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/4061">#4061</a> from matthargett:fortify-lua-grammar</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.47.0...pmd_releases/6.48.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 #247: Bump commons.pmd-impl.version from 6.47.0 to 6.48.0

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


-- 
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] codecov-commenter commented on pull request #247: Bump commons.pmd-impl.version from 6.47.0 to 6.48.0

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #247:
URL: https://github.com/apache/commons-csv/pull/247#issuecomment-1206370647

   # [Codecov](https://codecov.io/gh/apache/commons-csv/pull/247?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#247](https://codecov.io/gh/apache/commons-csv/pull/247?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (a0bce41) into [master](https://codecov.io/gh/apache/commons-csv/commit/b035dae5e805778d31a9fd1437145cfacf3b840b?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (b035dae) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff            @@
   ##             master     #247   +/-   ##
   =========================================
     Coverage     97.38%   97.38%           
     Complexity      524      524           
   =========================================
     Files            11       11           
     Lines          1148     1148           
     Branches        206      206           
   =========================================
     Hits           1118     1118           
     Misses           18       18           
     Partials         12       12           
   ```
   
   
   
   :mega: Codecov can now indicate which changes are the most critical in Pull Requests. [Learn more](https://about.codecov.io/product/feature/runtime-insights/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


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