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

Merged
merged 2 commits into from
Jan 5, 2022

Conversation

svc-excavator-bot
Copy link
Collaborator

excavator is a bot for automating changes across repositories.

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

Release Notes

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

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

@policy-bot policy-bot bot requested a review from fawind January 5, 2022 16:47
@bulldozer-bot bulldozer-bot bot merged commit b2c84bc into develop Jan 5, 2022
@bulldozer-bot bulldozer-bot bot deleted the roomba/latest-baseline-oss branch January 5, 2022 16:49
@svc-autorelease
Copy link
Collaborator

Released 2.4.0

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.

3 participants