palantir / spark-influx-sink

A Spark metrics sink that pushes to InfluxDb
Apache License 2.0
51 stars 17 forks source link

Excavator: Upgrades Baseline to the latest version #92

Closed svc-excavator-bot closed 4 years ago

svc-excavator-bot commented 5 years ago
excavator is a bot for automating changes across repositories.

Changes produced by the roomba/latest-baseline-oss check.

Release Notes

2.29.0

Type Description Link
Improvement Error prone RedundantModifier check supports interface static methods and fields. https://github.com/palantir/gradle-baseline/pull/1021
Fix Ignore module-info.java files to support projects with Jigsaw. https://github.com/palantir/gradle-baseline/pull/1023
Improvement Error Prone StrictCollectionIncompatibleType to guard collection usage https://github.com/palantir/gradle-baseline/pull/1027
Improvement Drop RedundantModifier to SUGGESTION and FinalClass to WARNING

These checks don't imply bugs, and automation will fix failing cases automatically, so it's not necessary to block compilation.
FinalClass moved to warning rather than suggestion because there are a few edge cases (e.g. dependent projects using mockito without inline mock maker) where releases can run into issues if the bots don't fix findings in time.
https://github.com/palantir/gradle-baseline/pull/1028

2.30.0

Type Description Link
Improvement InvocationHandlers which delegate to another object must catch and unwrap
InvocationTargetException, otherwise an UndeclaredThrowableException will be thrown
each time the delegate throws an exception.
https://github.com/palantir/gradle-baseline/pull/1032

2.31.0

Type Description Link
Improvement Add a refaster rule to migrate InvocationTargetException.getTargetException to getCause. https://github.com/palantir/gradle-baseline/pull/1039
Fix Fix using errorprone when running under Windows. https://github.com/palantir/gradle-baseline/pull/1045

2.32.0

Type Description Link
Fix Checkstyle no longer complains about single-line javadoc produced by palantir-java-format. https://github.com/palantir/gradle-baseline/pull/1051
Improvement PreferAssertj disallows assert statements in test code.

Tests should use more specific AssertJ checks, which cannot be disabled by turning off asserts. Arguably the assert keyword should never be used, preferring preconditions. This way production environments cannot reach code paths that are impossible to test.
https://github.com/palantir/gradle-baseline/pull/1052

2.33.0

Type Description Link
Improvement Implement Slf4jThrowable check to ensure throwable args are logged last https://github.com/palantir/gradle-baseline/pull/1054

2.34.0

Type Description Link
Improvement Adds an ErrorProne rule, JooqResultStreamLeak, which ensures that result streams and cursors returned from jOOQ results are closed in a try-with-resources block. https://github.com/palantir/gradle-baseline/pull/1055

2.35.0

Type Description Link
Improvement Refaster rule to remove unnecessary supplier creation https://github.com/palantir/gradle-baseline/pull/1059
Improvement Add Refaster rule to convert Stream.of() -> Stream.empty() https://github.com/palantir/gradle-baseline/pull/1061

To enable or disable this check, please contact the maintainers of Excavator.