2018-11-11 15:53:23 +00:00
|
|
|
* CHANGELOG
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a
|
|
|
|
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
|
|
|
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2020-03-20 08:34:26 +00:00
|
|
|
* 1.1.0
|
2018-11-11 15:53:23 +00:00
|
|
|
|
2020-03-20 08:34:26 +00:00
|
|
|
** Changed
|
|
|
|
|
2020-03-20 09:12:30 +00:00
|
|
|
* Replace Jenkins with Github Actions (#17)
|
|
|
|
* Replace deprecated rule with InvalidLogMessageFormat (#18)
|
|
|
|
|
|
|
|
** Removed
|
|
|
|
|
|
|
|
* Discontinue using Rule UnsynchronizedStaticDateFormatter (#15)
|
|
|
|
* Remove deprecated rule LoggerIsNotStaticFinal (#18)
|
|
|
|
|
|
|
|
** Fixed
|
|
|
|
|
|
|
|
* Fix constraints for DataflowAnomalyAnalysis (#14)
|
|
|
|
* Fix CommentRequired uses deprecated property (#18)
|
2020-03-20 08:34:26 +00:00
|
|
|
|
|
|
|
* 1.0.0 - 2018-11-11
|
|
|
|
|
|
|
|
** Removed
|
2018-11-11 15:53:23 +00:00
|
|
|
|
|
|
|
The following rules are marked as deprecated in PMD and will be removed in
|
|
|
|
PMD 7.0:
|
|
|
|
|
|
|
|
* AbstractNaming
|
|
|
|
* ForLoopsMustUseBraces
|
|
|
|
* IfElseStmtsMustUseBraces
|
|
|
|
* IfStmtsMustUseBraces
|
|
|
|
* WhileLoopsMustUseBraces
|
|
|
|
|
2020-03-20 08:34:26 +00:00
|
|
|
** Dependencies
|
2018-11-11 15:53:23 +00:00
|
|
|
|
|
|
|
* Bump kemitix-parent from 5.1.1 to 5.2.0
|
|
|
|
|
2020-03-20 08:34:26 +00:00
|
|
|
* 0.4.0
|
2018-11-11 15:53:23 +00:00
|
|
|
|
2020-03-20 08:34:26 +00:00
|
|
|
* Requires PMD 6.7.0
|
|
|
|
* The new Java rule FieldNamingConventions (java-codestyle)
|
|
|
|
* The new Java rule LinguisticNaming (java-codestyle)
|
|
|
|
* Remove deprecated rule VariableNamingConventions
|
|
|
|
* Remove deprecated rule SuspiciousConstantFieldName
|
2018-11-11 15:53:23 +00:00
|
|
|
|
2020-03-20 08:34:26 +00:00
|
|
|
* 0.3.0
|
2018-11-11 15:53:23 +00:00
|
|
|
|
2020-03-20 08:34:26 +00:00
|
|
|
* Upgrade `kemitix-parent` to 5.1.1
|
|
|
|
* Remove unused tiles
|
|
|
|
* Disable PMD check `LawOfDemeter` due to Java Streams giving false positives
|
2018-11-11 15:53:23 +00:00
|
|
|
|
2020-03-20 08:34:26 +00:00
|
|
|
* 0.2.1
|
2018-11-11 15:53:23 +00:00
|
|
|
|
2020-03-20 08:34:26 +00:00
|
|
|
* Upgrade `kemitix-parent` to 5.1.0
|
2018-11-11 15:53:23 +00:00
|
|
|
|
2020-03-20 08:34:26 +00:00
|
|
|
* 0.2.0
|
2018-11-11 15:53:23 +00:00
|
|
|
|
2020-03-20 08:34:26 +00:00
|
|
|
* Disable `CommentSize` - didn't agree with MIT License headers
|
|
|
|
* Relaxed `AvoidDuplicateLiterals.maxDuplicateLiterals` - value is when to fail, not the max allowed
|
2018-11-11 15:53:23 +00:00
|
|
|
|
2020-03-20 08:34:26 +00:00
|
|
|
* 0.1.0
|
2018-11-11 15:53:23 +00:00
|
|
|
|
2020-03-20 08:34:26 +00:00
|
|
|
* Initial release
|