Skip to content

Releases: palantir/suppressible-error-prone

1.6.0

14 Nov 17:45
1.6.0
064f7af
Compare
Choose a tag to compare

🐛 Fixes

  • Ensure multiple errors from the same method do not repeat in @SuppressWarnings when suppressing (#24)

1.5.0

14 Nov 14:48
1.5.0
f2afd7a
Compare
Choose a tag to compare

🐛 Fixes

  • Libraries from this repo that are used in compilation (suppressible-error-prone, suppressible-error-prone-annotations) are now targeted at JDK 11 rather than 17. (#22)

1.4.0

12 Nov 13:26
1.4.0
9c437ff
Compare
Choose a tag to compare

🐛 Fixes

  • Ensure we match the behaviour of com.palantir.baseline-error-prone.disable from baseline. (#17)

1.3.0

06 Nov 16:23
1.3.0
5b21247
Compare
Choose a tag to compare

🐛 Fixes

  • Avoid StackOverflowError when suppressing (#10)
  • Don't fail to suppress on non-class type definitions (interfaces, enums, records etc) (#14)

1.2.0

05 Nov 16:21
1.2.0
fe45656
Compare
Choose a tag to compare

🐛 Fixes

  • Set tags too to try to fix Gradle plugin portal publish (#9)

1.1.0

05 Nov 15:04
1.1.0
25d861b
Compare
Choose a tag to compare

🐛 Fixes

  • Set the website in the Gradle plugin declaration so publishing works (#7)
    • Support non-main source sets (eg test)
    • Provide a compileAllErrorProne task that depends on all the compile tasks that have errorprone applied and enabled. (#8)

1.0.0

04 Nov 17:41
1.0.0
a9efa69
Compare
Choose a tag to compare

✨ Features

  • Allow errorprone failures to be automatically suppressed (#6)