Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Excavator: Upgrades Baseline to the latest version #87

Merged
merged 1 commit into from
Nov 7, 2019

Conversation

svc-excavator-bot
Copy link
Collaborator

@svc-excavator-bot svc-excavator-bot commented Oct 30, 2019

excavator is a bot for automating changes across repositories.

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

Release Notes

2.27.0

Type Description Link
Improvement Slf4jLogsafeArgs fixes safe-log wrapped throwables palantir/gradle-baseline#1001
Improvement DangerousParallelStreamUsage checks for Collection.parallelStream() and StreamSupport utility methods with parallel=true. palantir/gradle-baseline#1005
Improvement DangerousThrowableMessageSafeArg disallows Throwables in SafeArg values.
Throwables must be logged without an Arg wrapper as the last parameter, otherwise unsafe data may be leaked from the unsafe message or the unsafe message of a cause.
palantir/gradle-baseline#997
Improvement Implement a suggested fix for CatchBlockLogException palantir/gradle-baseline#998

2.28.0

Type Description Link
Improvement Implement FinalClass error prone check, replacing the checkstyle implementation palantir/gradle-baseline#1008
Improvement Error prone validation to avoid redundant modifiers palantir/gradle-baseline#1010

2.28.1

Type Description Link
Fix Fix RedundantModifier interpretation of implicit modifiers palantir/gradle-baseline#1014

2.28.2

Type Description Link
Fix Fix RedundantModifier failures types nested in interfaces palantir/gradle-baseline#1017

2.28.3

Type Description Link
Fix Fix error-prone mathcing literal null as a subtype.
The most common issue this fixes is failures on SafeArg.of("name", null)
assuming that the null literal value parameter may be a throwable.
palantir/gradle-baseline#1020

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

@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 4 times, most recently from b8137a0 to b421aa0 Compare November 4, 2019 23:06
@tstearns tstearns merged commit a832db6 into master Nov 7, 2019
@tstearns tstearns deleted the roomba/latest-baseline-oss branch November 7, 2019 01:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants