sonar-pmd icon indicating copy to clipboard operation
sonar-pmd copied to clipboard

Bump pmd-java from 6.45.0 to 6.48.0

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Bumps pmd-java from 6.45.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 compatibility score

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)

dependabot[bot] avatar Aug 01 '22 04:08 dependabot[bot]

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] avatar Aug 01 '22 04:08 sonarcloud[bot]

Superseded by #349.

dependabot[bot] avatar Sep 01 '22 04:09 dependabot[bot]