Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excavator: Upgrades Baseline to the latest version #604

Closed
wants to merge 1 commit into from

Conversation

svc-excavator-bot
Copy link
Collaborator

@svc-excavator-bot svc-excavator-bot commented Nov 9, 2021

excavator is a bot for automating changes across repositories.

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

Release Notes

4.39.0

Type Description Link
Fix The com.palantir.baseline-java-versions plugin requires gradle 7 and fails eagerly on older versions. Previously it would cause non-obvious failures later depending on task execution. palantir/gradle-baseline#1965
Feature Add Error Prone check to prefer hasNoArgs on service exception asserts and loggable exception asserts. palantir/gradle-baseline#1966

4.40.0

Type Description Link
Improvement Automatically fix AssertNoArgs palantir/gradle-baseline#1967

4.41.0

Type Description Link
Fix Stop idea recommending autocompletions from org.junit.jupiter.params.shadow palantir/gradle-baseline#1972

4.42.0

Type Description Link
Fix Fix errors setting test framework due to finalized property palantir/gradle-baseline#1974

4.43.0

Type Description Link
Fix BaselineJavaVersions handles the lazy 'nebula.maven-publish' plugin palantir/gradle-baseline#1986

4.44.0

Type Description Link
Fix baseline-error-prone supports java8 palantir/gradle-baseline#1992

4.45.0

Automated release, no documented user facing changes

4.46.0

Automated release, no documented user facing changes

4.47.0

Type Description Link
Fix Gradle plugins don't enforce PublicConstructorForAbstractClass which can break gradle injection palantir/gradle-baseline#2009

4.48.0

Type Description Link
Improvement Disable errorprone in intellij palantir/gradle-baseline#2010

4.49.0

Type Description Link
Improvement Allow projects to override library auto-detection palantir/gradle-baseline#2011

4.50.0

Type Description Link
Improvement Improve coordination between java-versions and idea ipr allowing project iprs to be successfully imported palantir/gradle-baseline#2012

4.51.0

Type Description Link
Fix Idea integration results in correct copyright xml files without duplicate entries palantir/gradle-baseline#2016

4.52.0

Type Description Link
Improvement It's no longer necessary to import an ipr before using gradle integration, code styles are imported correctly out of the box. palantir/gradle-baseline#2015

4.53.0

No documented user facing changes

4.54.0

Type Description Link
Improvement If a subclass of FilterOutputStream implements void write(int), they
should also override void write(byte[], int, int), otherwise the
performance of the stream is likely to be slow.

See https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/FilterOutputStream.html#write(byte%5B%5D,int,int)
> Subclasses of FilterOutputStream should provide a more efficient implementation of this method.

Similar in concept to https://errorprone.info/bugpattern/InputStreamSlowMultibyteRead
palantir/gradle-baseline#2024

4.55.0

Type Description Link
Improvement Enable FilterOutputStreamSlowMultibyteWrite at warning level to identify
inefficient FilterOuputStream implementations.

Subclasses of FilterOutputStream should provide a more efficient
implementation of write(byte[], int, int) to avoid slow writes.
palantir/gradle-baseline#2026

4.56.0

Type Description Link
Improvement Add BugCheckerAutoService

Concrete BugChecker implementations should be annotated
@AutoService(BugChecker.class) for auto registration with error-prone.
palantir/gradle-baseline#2028

4.57.0

Type Description Link
Improvement Upon missing jupiter on classpath, suggest putting it on runtime rather than implementation to avoid making checkUnusedDependenciesTest fail in return. palantir/gradle-baseline#2021
Fix Refine FilterOutputStreamSlowMultibyteWrite findings

Avoid warning FilterOutputStreamSlowMultibyteWrite when intermediate
type overrides both single and multibyte write methods.
palantir/gradle-baseline#2031
Improvement Ban AfterburnerModule to reduce JDK-17 risk palantir/gradle-baseline#2032

4.58.0

Type Description Link
Fix DangerousIdentityKey now allows Class to be used as a map or set key. palantir/gradle-baseline#2036

4.59.0

No documented user facing changes

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

@policy-bot policy-bot bot requested a review from ferozco November 9, 2021 19:02
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 2 times, most recently from 4050cf3 to faecac4 Compare November 12, 2021 23:42
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 3 times, most recently from d1d5df7 to 33256cd Compare November 25, 2021 10:23
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 5 times, most recently from 291aea0 to eba0928 Compare December 2, 2021 17:41
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 5 times, most recently from 9a3c14f to 31fa25c Compare December 11, 2021 20:35
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch from 31fa25c to 2338510 Compare December 18, 2021 21:52
@policy-bot policy-bot bot requested a review from h-korus December 18, 2021 21:52
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch from 2338510 to 7129252 Compare December 25, 2021 23:12
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 4 times, most recently from 00902e4 to 1d40538 Compare January 8, 2022 01:30
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 2 times, most recently from c28c081 to a8ad368 Compare January 13, 2022 20:27
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch from a8ad368 to 912c6c5 Compare January 14, 2022 18:22
@pkoenig10 pkoenig10 closed this Jan 15, 2022
@pkoenig10 pkoenig10 deleted the roomba/latest-baseline-oss branch January 15, 2022 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants