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.26.0 to 6.27.0 #79

Merged
merged 1 commit into from
Sep 1, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2020

Bumps pmd.version from 6.26.0 to 6.27.0.
Updates pmd-core from 6.26.0 to 6.27.0

Release notes

Sourced from pmd-core's releases.

PMD 6.27.0 (31-August-2020)

31-August-2020 - 6.27.0

The PMD team is pleased to announce PMD 6.27.0.

This is a minor release.

Table Of Contents

New and noteworthy

Java 15 Support

This release of PMD brings support for Java 15. PMD can parse Text Blocks which have been promoted to be a standard language feature of Java.

PMD also supports Pattern Matching for instanceof, Records, and Sealed Classes.

Note: The Pattern Matching for instanceof, Records, and Sealed Classes are all preview language features of OpenJDK 15 and are not enabled by default. 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 15-preview:

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

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

Changes in how tab characters are handled

In the past, tab characters in source files has been handled differently in different languages by PMD. For instance in Java, tab characters had a width of 8 columns, while C# used only 1 column. Visualforce instead used 4 columns.

Commits
  • 856950f [maven-release-plugin] prepare release pmd_releases/6.27.0
  • e198a61 Prepare pmd release 6.27.0
  • b55a227 Merge branch 'pr-2745' into master
  • d82c9f1 [doc] Update release notes, refs #2745
  • 4559e35 Merge branch 'cpd_dart_escaped_dollar' into master
  • af9770a Update release notes
  • 13146b5 Merge branch 'master' into cpd_dart_escaped_dollar
  • 81c8272 Merge branch 'cpd_dart_string_interpolation' into master
  • 2cff5dd Update release notes
  • e95c90a Merge branch 'master' into cpd_dart_string_interpolation
  • Additional commits viewable in compare view

Updates pmd-java from 6.26.0 to 6.27.0

Release notes

Sourced from pmd-java's releases.

PMD 6.27.0 (31-August-2020)

31-August-2020 - 6.27.0

The PMD team is pleased to announce PMD 6.27.0.

This is a minor release.

Table Of Contents

New and noteworthy

Java 15 Support

This release of PMD brings support for Java 15. PMD can parse Text Blocks which have been promoted to be a standard language feature of Java.

PMD also supports Pattern Matching for instanceof, Records, and Sealed Classes.

Note: The Pattern Matching for instanceof, Records, and Sealed Classes are all preview language features of OpenJDK 15 and are not enabled by default. 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 15-preview:

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

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

Changes in how tab characters are handled

In the past, tab characters in source files has been handled differently in different languages by PMD. For instance in Java, tab characters had a width of 8 columns, while C# used only 1 column. Visualforce instead used 4 columns.

Commits
  • 856950f [maven-release-plugin] prepare release pmd_releases/6.27.0
  • e198a61 Prepare pmd release 6.27.0
  • b55a227 Merge branch 'pr-2745' into master
  • d82c9f1 [doc] Update release notes, refs #2745
  • 4559e35 Merge branch 'cpd_dart_escaped_dollar' into master
  • af9770a Update release notes
  • 13146b5 Merge branch 'master' into cpd_dart_escaped_dollar
  • 81c8272 Merge branch 'cpd_dart_string_interpolation' into master
  • 2cff5dd Update release notes
  • e95c90a Merge branch 'master' into cpd_dart_string_interpolation
  • 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.26.0 to 6.27.0.

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

Updates `pmd-java` from 6.26.0 to 6.27.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/6.26.0...pmd_releases/6.27.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 Sep 1, 2020
@uhafner uhafner merged commit e559816 into master Sep 1, 2020
@uhafner uhafner deleted the dependabot/maven/pmd.version-6.27.0 branch September 1, 2020 17:25
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