Skip to content

Commit 2396a50

Browse files
committed
PMD For Eclipse 7.0.0.v20230410-1321-rc1 Released
1 parent 97cccf3 commit 2396a50

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: post
3+
title: PMD For Eclipse 7.0.0.v20230410-1321-rc1 Released
4+
---
5+
6+
A new PMD for Eclipse plugin version has been released.
7+
It is available via the update site: https://pmd.github.io/pmd-eclipse-plugin-p2-site/
8+
9+
10+
This is a release candidate for the next major release.
11+
12+
### New and noteworthy
13+
14+
* Beginning with version 7 of this plugin, only the last four eclipse releases are supported. The plugin
15+
might still work with older versions, but it's only developed and tested against the newer versions.
16+
17+
* The version number of the PMD Eclipse Plugin now is synchronized with the supported and used PMD version.
18+
For Bugfixes in the PMD Eclipse Plugin only, a new version is released with the same major, minor, and patch,
19+
but a new qualifier only.
20+
21+
* The minimum required Java version is Java 8.
22+
23+
* The PMD Designer can't be started from within the plugin anymore. Please install
24+
[PMD Designer](https://github.com/pmd/pmd-designer) separately when needed.
25+
26+
* Updated to PMD 7.0.0-rc1
27+
28+
### Fixed Issues
29+
30+
* [#122](https://github.com/pmd/pmd-eclipse-plugin/issues/122): Update PMD 7 Logo in eclipse pmd plugin
31+
* [#172](https://github.com/pmd/pmd-eclipse-plugin/issues/172): Only support the last 4 eclipse releases
32+
* [#174](https://github.com/pmd/pmd-eclipse-plugin/pull/174): Upgrade to PMD 7
33+

0 commit comments

Comments
 (0)