timpeeters opened a new issue, #659: URL: https://github.com/apache/maven-pmd-plugin/issues/659
### New feature, improvement proposal Would it make sense to create a new release of `maven-pmd-plugin`? Currently, the latest version 3.27.0 pulls in PMD version 7.14.0 which does not support Java 25. This results in the following error: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-pmd-plugin:3.27.0:pmd (pmd) on project test: Failed to determine whether report can be generated: Unsupported targetJdk value '25'. -> [Help 1] ``` I'm aware that I can change the version of PMD used by the `maven-pmd-plugin` but I believe many people don't do this. Given that many codebases will be upgraded to Java 25 in the next weeks it might make sense to make this as smooth as possible? PMD version is already bumped to version 7.16.0 on the main branch so I'm hoping the effort is limited? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
