dependabot maven(deps): bump pmd.version from 6.54.0 to 6.55.0
Bumps pmd.version
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_OPTS
and 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.0 -
b491afc
Prepare pmd release 6.55.0 -
1abf8e0
Merge pull request #4407 from adangel:pmd6-release-notes-6.55.0 -
8bdfc95
Merge pull request #4377 from adangel:pmd6-java-20 -
2db7255
Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH -
794263c
[doc] Update release notes - last pmd6 release, pmd7 development -
67c8daa
Merge pull request #4398 from adangel/pmd6-cpd-usage-text -
17364a9
[doc] CPD - use non deprecated--dir
cli option -
a74bf96
[doc] Update gitter urls, update codacy badge -
af6d502
Merge 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_OPTS
and 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.0 -
b491afc
Prepare pmd release 6.55.0 -
1abf8e0
Merge pull request #4407 from adangel:pmd6-release-notes-6.55.0 -
8bdfc95
Merge pull request #4377 from adangel:pmd6-java-20 -
2db7255
Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH -
794263c
[doc] Update release notes - last pmd6 release, pmd7 development -
67c8daa
Merge pull request #4398 from adangel/pmd6-cpd-usage-text -
17364a9
[doc] CPD - use non deprecated--dir
cli option -
a74bf96
[doc] Update gitter urls, update codacy badge -
af6d502
Merge 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_OPTS
and 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.0 -
b491afc
Prepare pmd release 6.55.0 -
1abf8e0
Merge pull request #4407 from adangel:pmd6-release-notes-6.55.0 -
8bdfc95
Merge pull request #4377 from adangel:pmd6-java-20 -
2db7255
Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH -
794263c
[doc] Update release notes - last pmd6 release, pmd7 development -
67c8daa
Merge pull request #4398 from adangel/pmd6-cpd-usage-text -
17364a9
[doc] CPD - use non deprecated--dir
cli option -
a74bf96
[doc] Update gitter urls, update codacy badge -
af6d502
Merge 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_OPTS
and 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.0 -
b491afc
Prepare pmd release 6.55.0 -
1abf8e0
Merge pull request #4407 from adangel:pmd6-release-notes-6.55.0 -
8bdfc95
Merge pull request #4377 from adangel:pmd6-java-20 -
2db7255
Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH -
794263c
[doc] Update release notes - last pmd6 release, pmd7 development -
67c8daa
Merge pull request #4398 from adangel/pmd6-cpd-usage-text -
17364a9
[doc] CPD - use non deprecated--dir
cli option -
a74bf96
[doc] Update gitter urls, update codacy badge -
af6d502
Merge pull request #4390 from pguyot:w06/add_support_for_tsql - Additional commits viewable in compare view