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.47.0 to 6.48.0 #821

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps pmd.version from 6.47.0 to 6.48.0.
Updates pmd-core from 6.47.0 to 6.48.0

Release notes

Sourced from pmd-core's releases.

PMD 6.48.0 (30-July-2022)

30-July-2022 - 6.48.0

The PMD team is pleased to announce PMD 6.48.0.

This is a minor release.

Table Of Contents

New and noteworthy

Java 19 Support

This release of PMD brings support for Java 19. There are no new standard language features.

PMD supports JEP 427: Pattern Matching for switch (Third Preview) and JEP 405: Record Patterns (Preview) as preview language features.

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 19-preview:

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

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

Gherkin support

Thanks to the contribution from Anne Brouwers PMD now has CPD support for the Gherkin language. It is used to defined test cases for the Cucumber testing tool for behavior-driven development.

Being based on a proper Antlr grammar, CPD can:

  • ignore comments

... (truncated)

Commits
  • 6aa2b47 [maven-release-plugin] prepare release pmd_releases/6.48.0
  • 143545c Prepare pmd release 6.48.0
  • b6ccad2 Merge pull request #4074 from adangel:pmd6-cpd-debug-flag
  • 6128631 [doc] Add SPONSORS.md
  • a36032b Fixups from review
  • ee38e7d [core] Add "--debug" flag for CPD
  • bf5828d [doc] Fix jdoc link in release notes
  • d092e20 Merge branch 'pr/4052'
  • 3e57ea2 Merge branch 'master' into pr/4052
  • 0550512 Merge pull request #4061 from matthargett:fortify-lua-grammar
  • Additional commits viewable in compare view

Updates pmd-java from 6.47.0 to 6.48.0

Release notes

Sourced from pmd-java's releases.

PMD 6.48.0 (30-July-2022)

30-July-2022 - 6.48.0

The PMD team is pleased to announce PMD 6.48.0.

This is a minor release.

Table Of Contents

New and noteworthy

Java 19 Support

This release of PMD brings support for Java 19. There are no new standard language features.

PMD supports JEP 427: Pattern Matching for switch (Third Preview) and JEP 405: Record Patterns (Preview) as preview language features.

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 19-preview:

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

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

Gherkin support

Thanks to the contribution from Anne Brouwers PMD now has CPD support for the Gherkin language. It is used to defined test cases for the Cucumber testing tool for behavior-driven development.

Being based on a proper Antlr grammar, CPD can:

  • ignore comments

... (truncated)

Commits
  • 6aa2b47 [maven-release-plugin] prepare release pmd_releases/6.48.0
  • 143545c Prepare pmd release 6.48.0
  • b6ccad2 Merge pull request #4074 from adangel:pmd6-cpd-debug-flag
  • 6128631 [doc] Add SPONSORS.md
  • a36032b Fixups from review
  • ee38e7d [core] Add "--debug" flag for CPD
  • bf5828d [doc] Fix jdoc link in release notes
  • d092e20 Merge branch 'pr/4052'
  • 3e57ea2 Merge branch 'master' into pr/4052
  • 0550512 Merge pull request #4061 from matthargett:fortify-lua-grammar
  • 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
  • @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)

Bumps `pmd.version` from 6.47.0 to 6.48.0.

Updates `pmd-core` from 6.47.0 to 6.48.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/6.47.0...pmd_releases/6.48.0)

Updates `pmd-java` from 6.47.0 to 6.48.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/6.47.0...pmd_releases/6.48.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Aug 1, 2022
@codecov
Copy link

codecov bot commented Aug 1, 2022

Codecov Report

Merging #821 (7998490) into master (3319e34) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #821   +/-   ##
=========================================
  Coverage     92.83%   92.83%           
  Complexity     2200     2200           
=========================================
  Files           324      324           
  Lines          6111     6111           
  Branches        616      616           
=========================================
  Hits           5673     5673           
  Misses          265      265           
  Partials        173      173           

Help us with your feedback. Take ten seconds to tell us how you rate us.

@uhafner uhafner merged commit 3ec8fdf into master Aug 8, 2022
@uhafner uhafner deleted the dependabot/maven/pmd.version-6.48.0 branch August 8, 2022 21:22
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