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 #327

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

svc-excavator-bot
Copy link
Collaborator

@svc-excavator-bot svc-excavator-bot commented Sep 3, 2021

excavator is a bot for automating changes across repositories.

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

Release Notes

4.23.0

Type Description Link
Improvement allow trailing comma in annotation arrays palantir/gradle-baseline#1904

4.24.0

Type Description Link
Improvement Increase the speed of the checkClassUniqueness task, especially in large repos, by adding caching of jar information.

Fix class names listed in the baseline-class-uniqueness.lock when the class or package name contains the substring class. In rare cases, this may require running ./gradlew checkClassUniqueness --write-locks to update the files.
palantir/gradle-baseline#1837

4.25.0

Type Description Link
Feature Scalastyle is not maintained anymore and config we had wasn't that useful anyway. palantir/gradle-baseline#1912

4.26.0

Type Description Link
Improvement CheckExplicitSourceCompatibilityTask accepts toolchains as a mechanism to specify a release version palantir/gradle-baseline#1915

4.27.0

Type Description Link
Fix Ensure nebula-test 10/Spock 2 test run by automatically setting useJUnitPlatform() on test tasks. Add extra verification to the checkJUnitDependencies task for nebula-test 10/Spock 2 tests. palantir/gradle-baseline#1929

4.28.0

Type Description Link
Fix Fix MalformedInputException when checking non-utf8 files for correct junit dependencies. palantir/gradle-baseline#1932

4.29.0

Type Description Link
Fix Fix jdk17 incompatibility of ClassInitializationDeadlock palantir/gradle-baseline#1936

4.30.0

Automated release, no documented user facing changes

4.31.0-rc1

Type Description Link
Improvement BaselineJavaVersions consistent JDK control via gradle toolchains on an opt-in basis palantir/gradle-baseline#1920

4.31.0

Type Description Link
Improvement BaselineJavaVersions consistent JDK control via gradle toolchains on an opt-in basis palantir/gradle-baseline#1920

4.32.0

Type Description Link
Feature Zero Warmup Guava RateLimiter palantir/gradle-baseline#1950

4.33.0

Type Description Link
Improvement Plumb Add-Exports through to execution and annotation processing sites palantir/gradle-baseline#1944

4.34.0

Type Description Link
Fix Module export discovery handles jars with no manifest gracefully palantir/gradle-baseline#1954

4.35.0

Type Description Link
Improvement Support --add-opens in addition to --add-exports palantir/gradle-baseline#1956

4.36.0

Type Description Link
Fix Revert "Feature: Zero Warmup Guava RateLimiter (#1950)" which results in no rate limiting palantir/gradle-baseline#1957

4.37.0

Type Description Link
Fix Replace out instances of RateLimiter.create(rate, Duration.ZERO) which do not rate limit at all. See guava#2730 palantir/gradle-baseline#1958

4.38.0

Type Description Link
Improvement Improve Zero Warmup Rate Limiter to Catch Int Literals palantir/gradle-baseline#1960

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

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 from a4f7b55 to 1bcf829 Compare September 8, 2021 01:34
@policy-bot policy-bot bot requested a review from jkozlowski September 8, 2021 01:35
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 2 times, most recently from c45a5eb to d2d9dc5 Compare September 14, 2021 23:35
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch from d2d9dc5 to 052b434 Compare September 22, 2021 04:33
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 4 times, most recently from 1f216c6 to f1928c8 Compare October 5, 2021 17:03
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 3 times, most recently from d40825c to e540576 Compare October 18, 2021 22:50
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 3 times, most recently from 6e9b528 to 77bae99 Compare October 28, 2021 07:22
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 8 times, most recently from e57cc7a to a4b6fce Compare November 9, 2021 18:06
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 5 times, most recently from ba5b259 to fa6be6a Compare November 16, 2021 12:44
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 4 times, most recently from a04cb78 to c8d066c Compare November 25, 2021 09:44
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 5 times, most recently from 39c8013 to b9442db Compare December 2, 2021 14:17
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 7 times, most recently from 3bcf9b2 to 52b980e Compare December 11, 2021 19:48
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch from 52b980e to eddf0f1 Compare December 18, 2021 21:31
@policy-bot policy-bot bot requested a review from tpetracca December 18, 2021 21:32
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 2 times, most recently from e5cb3ee to ecd52a6 Compare December 29, 2021 19:13
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch 2 times, most recently from d6c2774 to 5f407d9 Compare January 7, 2022 18:23
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/latest-baseline-oss branch from 5f407d9 to 35da8f9 Compare January 8, 2022 00:52
@bulldozer-bot bulldozer-bot bot merged commit 3a22c2d into develop Jan 12, 2022
@bulldozer-bot bulldozer-bot bot deleted the roomba/latest-baseline-oss branch January 12, 2022 02:49
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