Skip to content

Latest commit

 

History

History
541 lines (392 loc) · 50.3 KB

CHANGELOG.md

File metadata and controls

541 lines (392 loc) · 50.3 KB

Changelog

2.2.0 (2024-04-15)

Full Changelog

Implemented enhancements:

Merged pull requests:

2.1.0 (2023-12-16)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Incompatible with latest PMD plugin #327
  • EclipsePmdProjectConfigurator fails if ruleset file is shorter than 100 characters #322
  • m2e checkstyle does not work in multimodule project #299

Closed issues:

  • Proper releases instead of just snapshots? #341
  • m2e-code-quality-bot 2FA, and or delete? #336
  • Require two-factor authentication for all members of the m2e-code-quality GitHub org #282

Merged pull requests:

2.0.0 (2022-09-22)

Full Changelog

Breaking changes:

Implemented enhancements:

Closed issues:

  • Cannot install in Eclipse 2022-09 #292

Merged pull requests:

1.1.5 (2021-09-18)

Full Changelog

Implemented enhancements:

  • Sign the plugins #257

Closed issues:

  • Wrong Checkstyle URL breaks Oomph setup #251
  • Eclipse 4.19: net.sf.eclipsecs.core 5.2.0 but it could not be found #250
  • EclipseCheckstyleProjectConfigurationTest failure #229
  • Broken Build due to com.github.spotbugs.plugin.eclipse-*.jar!/META-INF/MANIFEST.MF: Invalid manifest header Bundle-ClassPath: "spotbugs-plugin.jar," #227

Merged pull requests:

1.1.4 (2019-06-21)

Full Changelog

Closed issues:

  • snapshot page is not working #215
  • An internal error occurred during: "Updating Maven Project" #213
  • Invite additional committers #208
  • ConfigurationException: could not locate resource [...] would be more helpful if it inclued more details #199

Merged pull requests:

1.1.3 (2019-03-06)

Full Changelog

Closed issues:

  • target platform does not contain commons.lang #203
  • oomph setup not working #201
  • pmd excludeRoots is not working #196
  • Keeping the lights on this project #124

Merged pull requests:

1.1.2 (2018-12-19)

Full Changelog

Closed issues:

  • For inline configuration use header from maven #192
  • Plan a new Release #191
  • Icon, for GitHub org and perhaps even Eclipse's About #189
  • When merging to master on release handle conflicts correctly #187
  • Support inline checkstyle configuration #178

Merged pull requests:

1.1.1 (2018-12-03)

Full Changelog

Closed issues:

  • Checkstyle only adds 1st of several Local Check Configurations?! #180
  • Automatic release recreates JARs for tagged version #179
  • Automatic release does not work #176
  • Setup instructions from README does not work #157
  • Redirect old to new CD update site? #143
  • Build is too brittle because .target files contain timestamps of external dependencies which change #135

Merged pull requests:

1.1.0 (2018-11-11)

Full Changelog

Closed issues:

  • Eclipse 2018-09 #170
  • Allow parallel building #168
  • Mention P2 repository in the README #166
  • No suppressionsLocation configured make the checkstyle m2e configurator crash #150
  • Remove very old findbugs-p2-repository from home page of this project? #145
  • Change Update Site URL in feature.xml sources from old to new CD site #137
  • Dependabot #128
  • Build broken for Oxygen target platform #127
  • PMD integration plugin build broken #125
  • Automatic continous deployment of develop branch to a (new) update site #123
  • eclipse photon(4.8) can't install #122
  • Not compatible with Photon? #120
  • Plugin does not pick up maven-checkstyle-plugin in the POM "reporting" section #118
  • Incompatible with maven-checkstyle-plugin 3.0.0 #117
  • Permit any 1.x m2e version, not just up to 1.8.x? #114
  • Cannot install plugins with oxygen #112
  • Build broken #111
  • spotbugs support #110
  • Plugin incompatible with PMD Eclipse 4.0.13.v20170429-1921 / PMD 5.6.1 #105
  • Unable to install on Neon Milestone 2 (4.6.0M2) #102
  • Unable to install on latest Oxygen build #100
  • Checkstyle version mismatch between Eclipse and Maven #99
  • problems under Windows with m2e-connector for checkstyle #90
  • nullpointerexception on projects without local ressources #89
  • Problems installing m2e-code-quality with (specifically) the Checkstyle Eclipse plugin on Eclipse Mars.1 Release (4.5.1) #82
  • Build errors when Checkstyle configuration resides in workspace project #40
  • Exclude completely "target" from Eclipse in Checkstyle #39

Merged pull requests:

1.0.0.201608091842 (2016-08-09)

Full Changelog

Closed issues:

  • PMD configuration not activated on projects #95
  • NullPointerException at AbstractPMDRecord.findResource #94
  • One config for src/main/ and one for src/test/ #92
  • Failed to resolve target definition m2e-code-quality/mars/mars.target: Could not find "net.sf.eclipsecs.feature.group/6.14.0.201602102232" in the repositories of the current location #84
  • Checkstyle Additional Property checkstyle.header.file points to wrong LICENSE.txt #83
  • Checkstyle suppresion configuration is not picked up from classpath (controlled by checkstyle.suppressions.location property) #80
  • Not seeing Checkstyle errors at compile time #78
  • java.lang.NoClassDefFoundError with STS 3.7.0 during maven project update #75
  • Eclipse sometimes complaining about missing header file #71
  • Disable adding FindBugs nature when the project type is EAR #70
  • Plugin cannot add suppression file properly #69
  • Regression: Checkstyle configuration is not loaded with recent plugin version #68
  • cannot load findbugs.xml from classpath #57
  • FindBugs: Loading exclude filter file fails if Maven extension feature is used #49
  • UnsupportedOperationException from PMD m2e connector #45
  • can't get checktsyle integration working in eclipse #36
  • When using a dependent configuration, Checkstyle becomes disabled #32
  • Importing pmd sonar configuration file gives a NullPointerException #31
  • Mistake in double star whildcard conversion #30
  • exclude generated source folders from checkstyle #27
  • Incorrect PMD ruleset configuration file name #23
  • EclipsePmdProjectConfigurator.createPmdRuleSet dereferences a null pointer if the ruleset path is not found #9
  • createPmdRuleSet doesn't work for http urls #6
  • NPE: Cannot update a project configuration after dependency project closed #4
  • exludes does not work for PMD #2
  • excludeRoots not working correctly for PMD #1

Merged pull requests:

  • Add test case for issue 39 -- check only sources under src/ directory #91 (antonsmyk)
  • Log warning if ambigous classpath resource location #87 (vorburger)
  • Document m2e-code-quality.setup #85 (vorburger)
  • Fixed incorrect reference and change to a link #81 (anton-johansson)
  • initial checkin of m2e cs example #79 (mrtnsp)

1.0.0.201602071612 (2016-02-07)

Full Changelog

Closed issues:

  • Generated checkstyle file does not respect configuration in maven #72
  • Make /site a composite site including latest for old references #67
  • Migrate from eclipse-update-site to eclipse-repository #66
  • support m2e 1.6 #61
  • suppressionsLocation conflicting between maven and eclipse #54
  • NullPointerException with maven-checkstyle-plugin 2.13 #53
  • Incompatibilities with maven-checkstyle-plugin 2.13 #52
  • Checkstyle configurator does not support <suppressionsLocation> pom value #22

Merged pull requests:

  • Add import for org.apache.commons.lang to use StringEscapeUtils #77 (adangel)
  • Updated to work with m2e 1.7.x #76 (RocusHalbasch)
  • Store checkstyle-header and checktyle-suppressions files not under target/ #74 (adangel)
  • FindBugs nature only for Java project #73 (dojcsak)

1.0.0.201501120825 (2015-01-12)

Full Changelog

Closed issues:

  • Can not install m2e code quality to STS #62
  • upgrade to checkstyle > 6.0 #58
  • 404 error #20
  • sourceDirectory and testSourceDirectory are not supported for CheckStyle #18
  • Checkstyle configurator does not support <headerLocation> pom value. #14

Merged pull requests:

  • Update support for using a local findbugs p2 repository #65 (spark404)

1.0.0.201501061739 (2015-01-07)

Full Changelog

Closed issues:

  • Invalid update site link on project page #51
  • Not working with FindBugs 3.0.0 #50
  • checkstyle suppressions no longer working #48

Merged pull requests:

1.0.0.201408150901 (2014-08-15)

Full Changelog

1.0.0.201407291130 (2014-07-29)

Full Changelog

Closed issues:

  • maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e #46
  • Support for new M2e release #37
  • Support for findbugs:check goal? #35

1.0.0.201406051702 (2014-06-05)

Full Changelog

Closed issues:

  • Usage of default PMD rule sets breaks imports #33
  • Connectors are not in catalog of Kepler m2e version (1.4) #25
  • ${project.basedir} does not expand correctly #7

Merged pull requests:

  • Support multiple checkstyle executions and sourceDirectory property #47 (tinexw)
  • Update m2e to support m2e 1.5 #44 (rtack)
  • Add support for includeResources and includeTestResources #43 (ArloL)
  • FindBugs: more correct fix for default enabled detectors & categories. #42 (salashnik)
  • Setup findbugs for check goal too #41 (ArloL)
  • Findbugs defaults #38 (salashnik)
  • Return the default PMD rule sets instead of an empty list. #34 (sebhoss)
  • Compatibility with Maven 3.1.x #29 (Dawuid)
  • #27 source folders consistency with maven-checkstyle-plugin #28 (jpraet)
  • add support for suppressionsLocation #26 (jpraet)
  • Fix for pull request 21 #24 (adangel)
  • Add support for pmd eclipse plugin 4.0.0 #21 (adangel)

1.0.0.201307140636 (2013-07-14)

Full Changelog

Merged pull requests:

1.0.0.201211052156 (2012-11-05)

Full Changelog

Merged pull requests:

1.0.0.201209141747 (2012-09-14)

Full Changelog

Merged pull requests:

  • add new preference page to choose whether or not checkstyle settings should be used to write formatter/cleanup config when importing projects #13 (anthonydahanne)
  • Mark 'check' goal of checkstyle-plugin supported #12 (a14n)

1.0.0.201207211939 (2012-07-21)

Full Changelog

1.0.0.201207211912 (2012-05-22)

Full Changelog

1.0.0.201201191655 (2012-01-19)

Full Changelog

1.0.0.201201191721 (2012-01-19)

Full Changelog

1.0.0.201201101050 (2012-01-09)

Full Changelog

Closed issues:

  • Not working with Eclipse Indigo m2e #5

Merged pull requests:

1.0.0.201106081737 (2011-06-08)

Full Changelog

1.0.0.201106061641 (2011-06-06)

Full Changelog

1.0.0.201106051811 (2011-06-05)

Full Changelog

1.0.0.201106051722 (2011-06-05)

Full Changelog

Merged pull requests:

  • patch for pmd exclusions on Windows machines #3 (idcmp)

0.13.0.201105271405 (2011-05-27)

Full Changelog

0.13.0.201105271713 (2011-05-27)

Full Changelog

Full Changelog

0.12.0.201104101508 (2011-04-10)

Full Changelog

0.12.0.201101251749 (2011-01-25)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator