dgroup / arch4u-pmd

Linting rules for Java frameworks like Spring, Quarkus, Jackson, SLF4J, etc., to avoid known problems in REST API, logging, observability, performance, and general best practices.
MIT License
26 stars 3 forks source link

Support PMD v7.x.x #168

Open emouty opened 9 months ago

emouty commented 9 months ago

Summary

With version 7, pmd will introduce a lot of changes in its apis. So it could be a good idea to work on migrating arch4u rules to these new apis.

The migration guide can be found here : https://pmd.github.io/pmd/pmd_userdocs_migrating_to_pmd7.html

dgroup commented 2 weeks ago

Work started in https://github.com/dgroup/arch4u-pmd/tree/168-wip-pmd-7.x

GitHub
GitHub - dgroup/arch4u-pmd at 168-wip-pmd-7.x
Linting rules for Java frameworks like Spring, Quarkus, Jackson, SLF4J, etc., to avoid known problems in REST API, logging, observability, performance, and general best practices. - GitHub - dgroup...