[MPMD-364] - Upgrade to PMD 6.55.0 by dependabot[bot] · Pull Request #115 · apache/maven-pmd-plugin
Bumps pmdVersion from 6.54.0 to 6.55.0.
Updates pmd-core from 6.54.0 to 6.55.0
Release notes
Sourced from pmd-core's releases.
PMD 6.55.0 (25-February-2023)
25-February-2023 - 6.55.0
The PMD team is pleased to announce PMD 6.55.0.
This is a minor release.
Table Of Contents
New and noteworthy
PMD 7 Development
This release is the last planned release of PMD 6. The first version 6.0.0 was released in December 2017. Over the course of more than 5 years we published almost every month a new minor version of PMD 6 with new features and improvements.
Already in November 2018 we started in parallel the development of the next major version 7.0.0, and we are now in the process of finalizing the scope of the major version. We want to release a couple of release candidates before publishing the final version 7.0.0.
We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 Tracking Issue #3898](pmd/pmd#3898).
Java 20 Support
This release of PMD brings support for Java 20. There are no new standard language features.
PMD supports JEP 433: Pattern Matching for switch (Fourth Preview) and JEP 432: Record Patterns (Second 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_OPTSand select the new language version20-preview:export PMD_JAVA_OPTS=--enable-preview ./run.sh pmd --use-version java-20-preview ...T-SQL support
Thanks to the contribution from Paul Guyot PMD now has CPD support for T-SQL (Transact-SQL).
... (truncated)
Commits
ef34553[maven-release-plugin] prepare release pmd_releases/6.55.0b491afcPrepare pmd release 6.55.01abf8e0Merge pull request #4407 from adangel:pmd6-release-notes-6.55.08bdfc95Merge pull request #4377 from adangel:pmd6-java-202db7255Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH794263c[doc] Update release notes - last pmd6 release, pmd7 development67c8daaMerge pull request #4398 from adangel/pmd6-cpd-usage-text17364a9[doc] CPD - use non deprecated--dircli optiona74bf96[doc] Update gitter urls, update codacy badgeaf6d502Merge pull request #4390 from pguyot:w06/add_support_for_tsql- Additional commits viewable in compare view
Updates pmd-java from 6.54.0 to 6.55.0
Release notes
Sourced from pmd-java's releases.
PMD 6.55.0 (25-February-2023)
25-February-2023 - 6.55.0
The PMD team is pleased to announce PMD 6.55.0.
This is a minor release.
Table Of Contents
New and noteworthy
PMD 7 Development
This release is the last planned release of PMD 6. The first version 6.0.0 was released in December 2017. Over the course of more than 5 years we published almost every month a new minor version of PMD 6 with new features and improvements.
Already in November 2018 we started in parallel the development of the next major version 7.0.0, and we are now in the process of finalizing the scope of the major version. We want to release a couple of release candidates before publishing the final version 7.0.0.
We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 Tracking Issue #3898](pmd/pmd#3898).
Java 20 Support
This release of PMD brings support for Java 20. There are no new standard language features.
PMD supports JEP 433: Pattern Matching for switch (Fourth Preview) and JEP 432: Record Patterns (Second 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_OPTSand select the new language version20-preview:export PMD_JAVA_OPTS=--enable-preview ./run.sh pmd --use-version java-20-preview ...T-SQL support
Thanks to the contribution from Paul Guyot PMD now has CPD support for T-SQL (Transact-SQL).
... (truncated)
Commits
ef34553[maven-release-plugin] prepare release pmd_releases/6.55.0b491afcPrepare pmd release 6.55.01abf8e0Merge pull request #4407 from adangel:pmd6-release-notes-6.55.08bdfc95Merge pull request #4377 from adangel:pmd6-java-202db7255Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH794263c[doc] Update release notes - last pmd6 release, pmd7 development67c8daaMerge pull request #4398 from adangel/pmd6-cpd-usage-text17364a9[doc] CPD - use non deprecated--dircli optiona74bf96[doc] Update gitter urls, update codacy badgeaf6d502Merge pull request #4390 from pguyot:w06/add_support_for_tsql- Additional commits viewable in compare view
Updates pmd-javascript from 6.54.0 to 6.55.0
Release notes
Sourced from pmd-javascript's releases.
PMD 6.55.0 (25-February-2023)
25-February-2023 - 6.55.0
The PMD team is pleased to announce PMD 6.55.0.
This is a minor release.
Table Of Contents
New and noteworthy
PMD 7 Development
This release is the last planned release of PMD 6. The first version 6.0.0 was released in December 2017. Over the course of more than 5 years we published almost every month a new minor version of PMD 6 with new features and improvements.
Already in November 2018 we started in parallel the development of the next major version 7.0.0, and we are now in the process of finalizing the scope of the major version. We want to release a couple of release candidates before publishing the final version 7.0.0.
We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 Tracking Issue #3898](pmd/pmd#3898).
Java 20 Support
This release of PMD brings support for Java 20. There are no new standard language features.
PMD supports JEP 433: Pattern Matching for switch (Fourth Preview) and JEP 432: Record Patterns (Second 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_OPTSand select the new language version20-preview:export PMD_JAVA_OPTS=--enable-preview ./run.sh pmd --use-version java-20-preview ...T-SQL support
Thanks to the contribution from Paul Guyot PMD now has CPD support for T-SQL (Transact-SQL).
... (truncated)
Commits
ef34553[maven-release-plugin] prepare release pmd_releases/6.55.0b491afcPrepare pmd release 6.55.01abf8e0Merge pull request #4407 from adangel:pmd6-release-notes-6.55.08bdfc95Merge pull request #4377 from adangel:pmd6-java-202db7255Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH794263c[doc] Update release notes - last pmd6 release, pmd7 development67c8daaMerge pull request #4398 from adangel/pmd6-cpd-usage-text17364a9[doc] CPD - use non deprecated--dircli optiona74bf96[doc] Update gitter urls, update codacy badgeaf6d502Merge pull request #4390 from pguyot:w06/add_support_for_tsql- Additional commits viewable in compare view
Updates pmd-jsp from 6.54.0 to 6.55.0
Release notes
Sourced from pmd-jsp's releases.
PMD 6.55.0 (25-February-2023)
25-February-2023 - 6.55.0
The PMD team is pleased to announce PMD 6.55.0.
This is a minor release.
Table Of Contents
New and noteworthy
PMD 7 Development
This release is the last planned release of PMD 6. The first version 6.0.0 was released in December 2017. Over the course of more than 5 years we published almost every month a new minor version of PMD 6 with new features and improvements.
Already in November 2018 we started in parallel the development of the next major version 7.0.0, and we are now in the process of finalizing the scope of the major version. We want to release a couple of release candidates before publishing the final version 7.0.0.
We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 Tracking Issue #3898](pmd/pmd#3898).
Java 20 Support
This release of PMD brings support for Java 20. There are no new standard language features.
PMD supports JEP 433: Pattern Matching for switch (Fourth Preview) and JEP 432: Record Patterns (Second 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_OPTSand select the new language version20-preview:export PMD_JAVA_OPTS=--enable-preview ./run.sh pmd --use-version java-20-preview ...T-SQL support
Thanks to the contribution from Paul Guyot PMD now has CPD support for T-SQL (Transact-SQL).
... (truncated)
Commits
ef34553[maven-release-plugin] prepare release pmd_releases/6.55.0b491afcPrepare pmd release 6.55.01abf8e0Merge pull request #4407 from adangel:pmd6-release-notes-6.55.08bdfc95Merge pull request #4377 from adangel:pmd6-java-202db7255Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH794263c[doc] Update release notes - last pmd6 release, pmd7 development67c8daaMerge pull request #4398 from adangel/pmd6-cpd-usage-text17364a9[doc] CPD - use non deprecated--dircli optiona74bf96[doc] Update gitter urls, update codacy badgeaf6d502Merge pull request #4390 from pguyot:w06/add_support_for_tsql- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)