renovate-bot opened a new pull request, #2636:
URL: https://github.com/apache/polaris/pull/2636

   This PR contains the following updates:
   
   | Package | Change | Age | Confidence |
   |---|---|---|---|
   | [com.google.errorprone:error_prone_core](https://errorprone.info) 
([source](https://redirect.github.com/google/error-prone)) | `2.41.0` -> 
`2.42.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.errorprone:error_prone_core/2.42.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.errorprone:error_prone_core/2.41.0/2.42.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   > [!WARNING]
   > Some dependencies could not be looked up. Check the Dependency Dashboard 
for more information.
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>google/error-prone 
(com.google.errorprone:error_prone_core)</summary>
   
   ### 
[`v2.42.0`](https://redirect.github.com/google/error-prone/releases/tag/v2.42.0):
 Error Prone 2.42.0
   
   New checks:
   
   - 
[`ExplicitArrayForVarargs`](https://errorprone.info/bugpattern/ExplicitArrayForVarargs):
 discourage unnecessary explicit construction of an array to provide varargs.
   - 
[`FloggerPerWithoutRateLimit`](https://errorprone.info/bugpattern/FloggerPerWithoutRateLimit):
 discourage Flogger's `perUnique` without rate limiting
   - [`StringJoin`](https://errorprone.info/bugpattern/StringJoin): Ban 
`String.join(CharSequence)` and `String.join(CharSequence, CharSequence)`
   - 
[`ThreadBuilderNameWithPlaceholder`](https://errorprone.info/bugpattern/ThreadBuilderNameWithPlaceholder):
 Do not allow placeholders in `Thread.Builder.name(String)` or `name(String, 
int)`.
   
   Changes:
   
   - The return type of `ASTHelpers.asFlagSet` has changed. The previous type 
was `EnumSet<Flags.Flag>`, where `Flags.Flag` is an enum in the javac class 
`Flags`. A recent JDK change has replaced that enum with a new top-level enum 
called `FlagsEnum`. It is not possible to change `ASTHelpers.asFlagSet` in a 
way that would be type-safe and compatible with the enums from JDKs both before 
and after the change. Instead, the method now returns `ImmutableSet<String>`, 
where the strings come from the `toString()` of the enum constants. That means 
they are `"native"`, `"abstract"`, etc.
   - Flag `IO.print[ln]()` in 
[`SystemOut`](https://errorprone.info/bugpattern/SystemOut).
   
   Full changelog: 
<https://github.com/google/error-prone/compare/v2.41.0...v2.42.0>
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
   🚦 **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.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR was generated by [Mend Renovate](https://mend.io/renovate/). View 
the [repository job log](https://developer.mend.io/github/apache/polaris).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS1wb2xhcmlzIl19-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to