Prepare pmd release 6.53.0

This commit is contained in:
Andreas Dangel
2022-12-31 18:07:28 +01:00
parent f0e113c376
commit 349c89240a
3 changed files with 17 additions and 1 deletions

View File

@ -1,7 +1,7 @@
repository: pmd/pmd
pmd:
version: 6.53.0-SNAPSHOT
version: 6.53.0
previous_version: 6.52.0
date: 31-December-2022
release_type: minor

View File

@ -125,6 +125,16 @@ the breaking API changes will be performed in 7.0.0.
an API is tagged as `@Deprecated` or not in the latest minor release. During the development of 7.0.0,
we may decide to remove some APIs that were not tagged as deprecated, though we'll try to avoid it." %}
#### 6.53.0
##### Deprecated APIs
###### For removal
These classes / APIs have been deprecated and will be removed with PMD 7.0.0.
* {% jdoc java::lang.java.rule.design.ExcessiveLengthRule %} (Java)
#### 6.52.0
##### PMD CLI

View File

@ -63,4 +63,10 @@ These classes / APIs have been deprecated and will be removed with PMD 7.0.0.
* [#4244](https://github.com/pmd/pmd/pull/4244): \[apex] ApexCRUDViolation: user mode and system mode with test cases added - [Tarush Singh](https://github.com/Tarush-Singh35) (@Tarush-Singh35)
* [#4274](https://github.com/pmd/pmd/pull/4274): \[java] Fix finding lambda scope in record compact constructor - [kdebski85](https://github.com/kdebski85) (@kdebski85)
### Stats
* 43 commits
* 17 closed tickets & PRs
* Days since last release: 35
{% endtocmaker %}