Commit 4a91085
authored
Upgrade
Move the `maven-pmd-plugin` upgrade from `UpgradePluginsForJava25` to
`UpgradePluginsForJava17`, so that anyone landing on Java 17 or later
picks up PMD parser and analyzer fixes. `UpgradeToJava25` chains through
`UpgradeToJava21` and `UpgradeToJava17`, so the Java 25 floor of 3.28.x
remains covered by the floating `3.x` version.maven-pmd-plugin as part of the Java 17 migration (#1208)1 parent 1cb4f8d commit 4a91085
5 files changed
Lines changed: 39 additions & 14 deletions
File tree
- src
- main/resources/META-INF/rewrite
- test/java/org/openrewrite/java/migrate
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | 219 | | |
224 | 220 | | |
225 | 221 | | |
| |||
0 commit comments