You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: PMD For Eclipse 7.6.0.v20240927-1030-r 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 minor release.
11
+
12
+
### New and noteworthy
13
+
* Update to PMD 7.6.0
14
+
* Support for Eclipse 2024-09 added
15
+
* Support for Eclipse 2023-09 removed
16
+
* New Git default branch - "main":
17
+
We are joining the Git community and updating "master" to "main". Using the term "master" for the main
18
+
development branch can be offensive to some people. Existing versions of Git have been always capable of
19
+
working with any branch name and since 2.28.0 (July 2020) the default initial branch is configurable
20
+
(`init.defaultBranch`). Since October 2020, the default branch for new repositories on GitHub
21
+
is "main". Finally, PMD will also use this new name for the main branch in all our own repositories.
22
+
23
+
### Merged pull requests
24
+
* Only include the jars under target/lib that are on the classpath ([#223](https://github.com/pmd/pmd-eclipse-plugin/pull/223)) by [@adangel](https://github.com/adangel)
25
+
* Update PMD icon to use small variant of the logo ([#222](https://github.com/pmd/pmd-eclipse-plugin/pull/222)) by [@adangel](https://github.com/adangel)
26
+
* Support eclipse 2024-09 ([#221](https://github.com/pmd/pmd-eclipse-plugin/pull/221)) by [@adangel](https://github.com/adangel)
27
+
* Change branch master to main ([#220](https://github.com/pmd/pmd-eclipse-plugin/pull/220)) by [@adangel](https://github.com/adangel)
28
+
29
+
### Dependency updates
30
+
* Bump checkstyle from 10.14.0 to 10.18.1 ([#217](https://github.com/pmd/pmd-eclipse-plugin/pull/217))
0 commit comments