solrbot opened a new pull request, #3672:
URL: https://github.com/apache/solr/pull/3672

   This PR contains the following updates:
   
   | Package | Type | Update | Change |
   |---|---|---|---|
   | [com.google.errorprone:error_prone_core](https://errorprone.info) 
([source](https://redirect.github.com/google/error-prone)) | dependencies | 
minor | `2.41.0` -> `2.42.0` |
   | [com.google.errorprone:error_prone_annotations](https://errorprone.info) 
([source](https://redirect.github.com/google/error-prone)) | dependencies | 
minor | `2.41.0` -> `2.42.0` |
   
   ---
   
   ### 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 - Every minute ( * * * * * ) (UTC), 
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 these updates 
again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Renovate 
Bot](https://redirect.github.com/solrbot/renovate-github-action)
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJleGVtcHQtc3RhbGUiXX0=-->
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to