Skip to content

Releases: jborgers/PMD-jPinpoint-rules

Release 1.8.0

06 May 15:26
Compare
Choose a tag to compare

What's Changed

  • Many new rules and fixes described by all (closed) issues #51-#307.
    Auto-generated from PR's:
  • improved AvoidRecreatingDateTimeFormatter by @stokpop in #60
  • Update JavaCodePerformance.md by @stokpop in #68
  • Patch 1 by @stokpop in #69
  • ignore macos specific files by @stokpop in #70
  • fixed typo's by @stokpop in #71
  • added AvoidJAXBUtil rule, doc updates by @stokpop in #72
  • Bump junit from 4.12 to 4.13.1 by @dependabot in #83
  • Added HttpClientBuilderWithoutPoolSize by @stokpop in #93
  • Add missing header reference for isio01 by @clanghout in #101
  • HttpClientBuilderWithoutPoolSize: improvements by @stokpop in #98
  • issue-112: added @RestController to the SharedObjects PMD rules by @stokpop in #118
  • issue-114: new rule: GsonCreatedForEachMethodCall by @stokpop in #120
  • issue-92: new rule: HttpClientBuilderWithoutTimeouts by @stokpop in #122
  • issue-125: HttpClientBuilderWithoutTimeouts: also check if setHttpClient is called by @stokpop in #126
  • Bump commons-io from 2.6 to 2.7 in /rulesets-merger by @dependabot in #128
  • fix for issue-125: there are two names for same timeout by @stokpop in #139
  • issue-117: added AvoidNonPrivateFieldsInSharedObjects rule by @stokpop in #144
  • issue-121: update AvoidSimpleDateFormat to allow ObjectMapper... by @stokpop in #150
  • Kotlin by @stokpop in #183
  • Bump jackson-databind from 2.12.3 to 2.12.6.1 by @dependabot in #197
  • Improvement request: JsonMapper.builder() for ObjectMapperCreatedForEachMethodCall by @stokpop in #213
  • Http client with x path exception fix #225 by @stokpop in #226
  • Bump jackson-databind from 2.13.4 to 2.13.4.1 by @dependabot in #227
  • Issue-236: Default feign client without tls connection reuse by @stokpop in #239
  • Bump spring-web from 5.3.24 to 6.0.0 by @dependabot in #238
  • added AvoidDecimalAndChoiceFormatAsField rule by @stokpop in #291
  • Kotlin rule completion AvoidInMemoryStreamingDefaultConstructor by @jborgers in #290
  • AvoidStringBuffer kotlin rule by @jborgers in #292
  • Bump org.springframework:spring-web from 6.0.9 to 6.0.17 by @dependabot in #293
  • added AvoidSimpleDateFormat for Kotlin by @stokpop in #294
  • AvoidRecompilingXPathExpression for Kotlin by @jborgers in #295
  • added AvoidRecompilingPatterns (Kotlin) including test by @stokpop in #296
  • Bump org.springframework:spring-web from 6.0.17 to 6.0.18 by @dependabot in #297
  • Kotlin AvoidMultipleConcatStatements by @jborgers in #301

New Contributors

Full Changelog: v1.7.0...v1.8.0

Spring-2020

28 Apr 12:07
Compare
Choose a tag to compare

Version Spring-2020 includes all fixed and new rules upto issue #50.