Table of Contents
29-November-2024 - 7.8.0-SNAPSHOT
The PMD team is pleased to announce PMD 7.8.0-SNAPSHOT.
This is a minor release.
๐ New and noteworthy
๐ Fixed Issues
- ant
- #1860: [ant] Reflective access warnings on java > 9 and java < 17
- java
- #5293: [java] Deadlock when executing PMD in multiple threads
๐จ API Changes
Deprecations
- pmd-xml
XMLLexer
is deprecated for removal. Usenet.sourceforge.pmd.lang.xml.ast.XMLLexer
instead (note different packageast
instead ofantlr4
).