File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,26 @@ This is a minor release.
1515
1616### Fixed Issues
1717
18+ * [ #131 ] ( https://github.com/pmd/pmd-eclipse-plugin/issues/131 ) : Conflict with Jaspersoft Studio plugin (log4j)
19+
1820### API Changes
1921
22+ #### Breaking Changes
23+
24+ * With 4.10.0 usage of log4j has been deprecated. In order to fix [ #131 ] ( https://github.com/pmd/pmd-eclipse-plugin/issues/131 )
25+ these deprecated references have been removed now.
26+
27+ The following methods/fields in ` net.sourceforge.pmd.eclipse.runtime.preferences.IPreferences `
28+ have been removed:
29+ * ` getLogLevel() `
30+ * ` setLogLevel(Level) `
31+ * ` LOG_LEVEL `
32+
33+
2034### External Contributions
2135
36+ * [ #132 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/132 ) : Remove log4j - [ Rich DiCroce] ( https://github.com/rdicroce )
37+
2238## 26-September-2020: 4.17.0.v20200926-0854
2339
2440This is a minor release.
You can’t perform that action at this time.
0 commit comments