Skip to content

Releases: PicnicSupermarket/error-prone-support

v0.11.1

16 May 16:01
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

Full Changelog: v0.11.0...v0.11.1

v0.11.0

14 May 15:43
Compare
Choose a tag to compare

What's Changed

🚀 New Error Prone checks and Refaster rules

📈 Dependency upgrades

Full Changelog: v0.10.0...v0.11.0

v0.10.0

05 May 06:47
Compare
Choose a tag to compare

What's Changed

🚀 New Error Prone checks and Refaster rules

✨ Improvements

🐛 Bug fixes

📚 Documentation, test and build improvements

📈 Dependency upgrades

Full Changelog: v0.9.0...v0.10.0

v0.9.0

31 Mar 08:19
Compare
Choose a tag to compare

What's Changed

🚀 New Error Prone checks and Refaster rules

✨ Improvements

  • Introduce ConflictDetection utility class by @eric-picnic in #478
  • Extend set of parameter types recognized by RequestMappingAnnotation by @gtoison in #543

📚 Documentation, test and build improvements

  • Enable additional maven-enforcer-plugin rules by @Stephan202 in #489
  • Update .mvn/maven.config for compatibility with Maven 3.9.0 by @Stephan202 in #493
  • Introduce documentation-support module by @rickie in #428
  • Add Gradle installation instructions to README by @ghokun in #430

📈 Dependency upgrades

Read more

v0.8.0

27 Jan 12:44
Compare
Choose a tag to compare

What's Changed

🚀 New Refaster rules

✨ Improvements

  • Inline most {BugCheckerRefactoring,Compilation}TestHelper fields by @rickie in #442

📚 Documentation, test and build improvements

  • Enable Checkstyle's JavadocStyle module by @rickie in #451
  • Document MonoFlatMapToFlux Refaster rule limitation by @Stephan202 in #473

📈 Dependency upgrades

Full Changelog: v0.7.0...v0.8.0

v0.7.0

06 Jan 11:20
Compare
Choose a tag to compare

What's Changed

🚀 New Error Prone checks and Refaster rules

  • Introduce JUnitToAssertJRules Refaster rule collection by @giall in #417
  • Introduce/extend RequireNonNullElse{,Get} Refaster rules by @benhalasi in #425

✨ Improvements

  • Have IdentityConversion flag com.google.errorprone.matchers.Matchers#{allOf,anyOf} by @EvgheniiShipilov in #420
  • Have RequestParamType ignore parameter types with custom deserialization support by @chamil-prabodha in #426

🐛 Bug fixes

📚 Documentation, test and build improvements

  • Disable failing JDK 20-ea build for now by @Stephan202 in #419
  • Update website styling and add Google site verification by @Badbond in #408
  • Show original Cody in README and on website home page by @jarmilakaiser in #438
  • Update year to 2023 in footer_custom.html and LICENSE.md by @rickie in #446
  • Add @OnlineDocumentation to TestNGToAssertJRules by @rickie in #447
  • Have apply-error-prone-suggestions.sh download JitPack-hosted artifacts by @Stephan202 in #441

📈 Dependency upgrades

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

12 Dec 09:25
Compare
Choose a tag to compare

What's Changed

🚀 New Error Prone checks and Refaster rules

  • Introduce IsInstanceLambdaUsage check by @Ptijohn in #323
  • Introduce Refaster rules to streamline java.time type creation by @CoolTomatos in #322
  • Introduce Optional{Filter,Map} Refaster rules by @werli in #327
  • Improve and extend Refaster Map rules by @Stephan202 in #337
  • Introduce MapIsEmpty Refaster rule by @mlrprananta in #339
  • Extend MonoFlux Refaster rule by @werli in #358
  • Introduce {Mono,Flux}DefaultIfEmpty Refaster rules by @giall in #370
  • Introduce some Refaster rules that avoid nested Publishers by @werli in #374
  • Introduce JUnitClassModifiers check by @oxkitsune in #214
  • Introduce StringCaseLocaleUsage check by @mlrprananta in #376
  • Introduce Mono{Empty,Just,JustOrEmpty} Refaster rules by @werli in #385
  • Introduce MonoFromOptionalSwitchIfEmpty and OptionalMapMonoJust Refaster rules by @werli in #384
  • Introduce CollectionForEach Refaster rule by @amestoyg in #390
  • Introduce additional Refaster rules to ComparatorRules by @Stephan202 in #388
  • Prefer BigDecimal.valueOf(double) over new BigDecimal(double) by @Venorcis in #394
  • Introduce Flux and Stream Refaster rules to suggest filtering before sorting by @CoolTomatos in #393
  • Introduce MonoIdentity and MonoThen Refaster rules by @pacbeckh in #405

✨ Improvements

🐛 Bug fixes

  • Prevent ReverseOrder Refaster rule from introducing a static import by @Stephan202 in #397
  • Improve IsInstanceLambdaUsage check by @Ptijohn in #401
  • Fix suggestions emitted by the StringCaseLocaleUsage check by @rickie in #400

📚 Documentation, test and build improvements

  • Configure documentation URL for StringJoin check by @gtoison in #331
  • Add Reproducible Builds badge to README by @hboutemy in #333
  • Have Renovate file ruby/setup-ruby upgrade PRs at most once a month by @rickie in #357
  • Drop unused Palantir {assertj,baseline}-error-prone dependencies by @rickie in #367
  • Report mutation test coverage of proposed changes by @Stephan202 in #346
  • Improve mutation testing setup by @Stephan202 in #383
  • Downgrade actions/setup-java v3.7.0 -> v3.6.0 by @rickie in #392
  • Drop indentation in feature request issue template by @rickie in #403
  • Show Christmas Cody in README and on website home page by @jarmilakaiser in #404

📈 Dependency upgrades

New Contributors

Full Changelog: https://github.com/PicnicSupermarket/error-p...

Read more

v0.5.0

01 Nov 11:59
Compare
Choose a tag to compare

What's Changed

🚀 New Error Prone checks and Refaster rules

  • Introduce Guava Preconditions Refaster rules by @werli in #292
  • Introduce Reactor ContextEmpty Refaster rule by @werli in #306
  • Prefer Flux#take(long, boolean) over Flux#take(long) to limit upstream generation by @eric-picnic in #314
  • Introduce {Mono,Flux}#zipWith{,Iterable} Refaster rules by @werli in #293
  • Introduce {Mono,Flux}Map{,NotNull} Refaster rules by @cernat-catalin in #142
  • Introduce assorted Reactor error handling Refaster rules by @Ptijohn in #318

✨ Improvements

📚 Documentation, test and build improvements

  • Fix and simplify documented example compiler output by @japborst in #297
  • Don't update project.build.outputTimestamp on mvn versions:set by @Stephan202 in #310
  • Build and test on additional platforms and against additional JDKs by @rickie in #301
  • Improve build and deployment concurrency handling by @Stephan202 in #284

📈 Dependency upgrades

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

13 Oct 08:11
Compare
Choose a tag to compare

What's Changed

🚀 New Error Prone checks and Refaster rules

  • Have RefasterTemplateCollection verify template test class names by @Stephan202 in #233
  • Suggest canonical modifier usage for Refaster template definitions by @Stephan202 in #254
  • Introduce Comparators{Min,Max} Refaster templates by @nadirbelarouci in #270
  • Introduce StringJoin check by @Stephan202 in #194
  • Introduce {Mono,Flux}OnErrorComplete Refaster rules by @chamil-prabodha in #273
  • Prefer flatMapIterable(identity()) over flatMap(i -> FluxfromIterable(i)) by @Ptijohn in #279

✨ Improvements

  • Drop unnecessary BugCheckerRefactoringTestHelper file path prefixes by @rickie in #248
  • Rename package tech.picnic.errorprone.refaster.{util => matchers} by @rickie in #267
  • Update BugPattern#{link,linkType.CUSTOM} to link to our website by @rickie in #251
  • Set up documentation website generation and deployment by @japborst in #253
  • Rename Slf4JLogStatementTest to Slf4jLogStatementTest by @Badbond in #289
  • Emit website link along with Refaster refactor suggestions by @Stephan202 in #255

🐛 Bug fixes

  • Fix LexicographicalAnnotationAttributeListing string sorting by @Ptijohn in #281

📚 Documentation, test and build improvements

  • Fix typos and grammar in error-prone-contrib/README.md by @svavahb in #250
  • Update XXX comments to reference google/error-prone#2706 by @rickie in #249
  • Generate reproducible build output by @Stephan202 in #243
  • Set project home page to https://error-prone.picnic.tech by @rickie in #258
  • Introduce GitHub issue template for reporting a bug by @japborst in #223
  • Replace occurrences of which with that in defining clauses by @rickie in #259
  • Introduce GitHub issue template for feature requests by @rickie in #244
  • Apply small README improvements by @sandermak in #266
  • Fix typos and grammar in pom.xml by @rickie in #268
  • Fix default branch reference in GitHub Actions workflow definitions by @japborst in #278
  • Reference blog post in README by @sandermak in #282
  • Have website use theme variables instead of custom SASS overrides by @japborst in #285
  • Unify local and GitHub Actions website generation flow by @japborst in #274
  • Accommodate rapid website development on the website branch by @rickie in #287
  • Consistently prefer "Refaster rule" over "Refaster template" by @rickie in #286

📈 Dependency upgrades

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

20 Sep 12:53
Compare
Choose a tag to compare

What's Changed

🚀 New Error Prone checks and Refaster templates

  • Prefer simple null reference check over calling Objects#{isNull,nonNull} by @jeandersonbc in #228
  • Prefer Mono#fromSupplier over Mono#fromCallable where possible by @Stephan202 in #232
  • Introduce IsCharacter matcher and assorted test improvements by @rickie in #237
  • Introduce Refaster templates for AbstractComparableAsserts by @CoolTomatos in #225
  • Introduce OptionalIdentity Refaster template by @svavahb in #245

✨ Improvements

  • Drop the dependency on com.google.errorprone:javac by @Stephan202 in #197
  • Have RequestMappingAnnotation recognize @RequestPart parameters by @Venorcis in #227
  • Improve the RedundantStringConversion check by @Stephan202 in #193

📚 Documentation, test and build improvements

📈 Dependency upgrades

New Contributors

Full Changelog: v0.2.0...v0.3.0