Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pmd.version from 6.31.0 to 6.32.0 #832

Merged
merged 1 commit into from
Mar 1, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2021

Bumps pmd.version from 6.31.0 to 6.32.0.
Updates pmd-core from 6.31.0 to 6.32.0

Release notes

Sourced from pmd-core's releases.

PMD 6.32.0 (27-February-2021)

27-February-2021 - 6.32.0

The PMD team is pleased to announce PMD 6.32.0.

This is a minor release.

Table Of Contents

New and noteworthy

Java 16 Support

This release of PMD brings support for Java 16. PMD supports JEP 394: Pattern Matching for instanceof and JEP 395: Records. Both have been promoted to be a standard language feature of Java 16.

PMD also supports JEP 397: Sealed Classes (Second Preview) 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 PMD_JAVA_OPTS and select the new language version 16-preview:

export PMD_JAVA_OPTS=--enable-preview
./run.sh pmd -language java -version 16-preview ...

Note: Support for Java 14 preview language features have been removed. The version "14-preview" is no longer available.

Modified Rules

  • The Apex rule ApexDoc has two new properties: reportPrivate and reportProtected. Previously the rule only considered public and global classes, methods, and properties. With these properties, you can verify the existence of ApexDoc comments for private and protected methods as well. By default, these properties are disabled to preserve backwards compatible behavior.

Fixed Issues

  • apex-documentation
    • #3075: [apex] ApexDoc should support private access modifier
  • java
    • #3101: [java] NullPointerException when running PMD under JRE 11

... (truncated)

Commits
  • 0848e23 [maven-release-plugin] prepare release pmd_releases/6.32.0
  • 6ee8398 Prepare pmd release 6.32.0
  • b576626 Merge pull request #3143 from adangel:issue-3089-property-spaces
  • 93a0805 Merge pull request #3139 from adangel:issue-3132-unused-static-import
  • 1b5b7b8 Merge pull request #3138 from
  • 519fa61 Merge pull request #3137 from adangel:deprecations-for-3116
  • c5cc51d Merge pull request #3136 from
  • 3bf497c Merge pull request #3135 from adangel:issue-3101-parse-error
  • 350d00c Fix build
  • 27f007c [core] Trim rule property values
  • Additional commits viewable in compare view

Updates pmd-java from 6.31.0 to 6.32.0

Release notes

Sourced from pmd-java's releases.

PMD 6.32.0 (27-February-2021)

27-February-2021 - 6.32.0

The PMD team is pleased to announce PMD 6.32.0.

This is a minor release.

Table Of Contents

New and noteworthy

Java 16 Support

This release of PMD brings support for Java 16. PMD supports JEP 394: Pattern Matching for instanceof and JEP 395: Records. Both have been promoted to be a standard language feature of Java 16.

PMD also supports JEP 397: Sealed Classes (Second Preview) 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 PMD_JAVA_OPTS and select the new language version 16-preview:

export PMD_JAVA_OPTS=--enable-preview
./run.sh pmd -language java -version 16-preview ...

Note: Support for Java 14 preview language features have been removed. The version "14-preview" is no longer available.

Modified Rules

  • The Apex rule ApexDoc has two new properties: reportPrivate and reportProtected. Previously the rule only considered public and global classes, methods, and properties. With these properties, you can verify the existence of ApexDoc comments for private and protected methods as well. By default, these properties are disabled to preserve backwards compatible behavior.

Fixed Issues

  • apex-documentation
    • #3075: [apex] ApexDoc should support private access modifier
  • java
    • #3101: [java] NullPointerException when running PMD under JRE 11

... (truncated)

Commits
  • 0848e23 [maven-release-plugin] prepare release pmd_releases/6.32.0
  • 6ee8398 Prepare pmd release 6.32.0
  • b576626 Merge pull request #3143 from adangel:issue-3089-property-spaces
  • 93a0805 Merge pull request #3139 from adangel:issue-3132-unused-static-import
  • 1b5b7b8 Merge pull request #3138 from
  • 519fa61 Merge pull request #3137 from adangel:deprecations-for-3116
  • c5cc51d Merge pull request #3136 from
  • 3bf497c Merge pull request #3135 from adangel:issue-3101-parse-error
  • 350d00c Fix build
  • 27f007c [core] Trim rule property values
  • Additional commits viewable in compare view

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 commands and options

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

Bumps `pmd.version` from 6.31.0 to 6.32.0.

Updates `pmd-core` from 6.31.0 to 6.32.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/6.31.0...pmd_releases/6.32.0)

Updates `pmd-java` from 6.31.0 to 6.32.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/6.31.0...pmd_releases/6.32.0)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Mar 1, 2021
@codecov
Copy link

codecov bot commented Mar 1, 2021

Codecov Report

Merging #832 (795584f) into master (d11e29d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #832   +/-   ##
=========================================
  Coverage     80.20%   80.20%           
  Complexity     1561     1561           
=========================================
  Files           243      243           
  Lines          5664     5664           
  Branches        422      422           
=========================================
  Hits           4543     4543           
  Misses          965      965           
  Partials        156      156           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d11e29d...795584f. Read the comment docs.

@uhafner uhafner merged commit 5107129 into master Mar 1, 2021
@uhafner uhafner deleted the dependabot/maven/pmd.version-6.32.0 branch March 1, 2021 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant