chore(deps): update dependency com.google.errorprone:error_prone_core to v2.42.0 (release/5.0.x) by renovate[bot] · Pull Request #4955 · dropwizard/metrics (original) (raw)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| com.google.errorprone:error_prone_core (source) | 2.41.0 -> 2.42.0 |
Release Notes
google/error-prone (com.google.errorprone:error_prone_core)
v2.42.0: Error Prone 2.42.0
New checks:
- ExplicitArrayForVarargs: discourage unnecessary explicit construction of an array to provide varargs.
- FloggerPerWithoutRateLimit: discourage Flogger's
perUniquewithout rate limiting - StringJoin: Ban
String.join(CharSequence)andString.join(CharSequence, CharSequence) - ThreadBuilderNameWithPlaceholder: Do not allow placeholders in
Thread.Builder.name(String)orname(String, int).
Changes:
- The return type of
ASTHelpers.asFlagSethas changed. The previous type wasEnumSet<Flags.Flag>, whereFlags.Flagis an enum in the javac classFlags. A recent JDK change has replaced that enum with a new top-level enum calledFlagsEnum. It is not possible to changeASTHelpers.asFlagSetin a way that would be type-safe and compatible with the enums from JDKs both before and after the change. Instead, the method now returnsImmutableSet<String>, where the strings come from thetoString()of the enum constants. That means they are"native","abstract", etc. - Flag
IO.print[ln]()in SystemOut.
Full changelog: google/error-prone@v2.41.0...v2.42.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.