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

   This PR contains the following updates:
   
   | Package | Type | Update | Change |
   |---|---|---|---|
   | 
[org.immutables:value-annotations](https://redirect.github.com/immutables/immutables/tree/value-annotations)
 ([source](https://redirect.github.com/immutables/immutables)) | dependencies | 
minor | `2.10.1` -> `2.11.0` |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>immutables/immutables (org.immutables:value-annotations)</summary>
   
   ### 
[`v2.11.0`](https://redirect.github.com/immutables/immutables/releases/tag/2.11.0)
   
   [Compare 
Source](https://redirect.github.com/immutables/immutables/compare/2.10.1...2.11.0)
   
   Many thanks to all contributors: PRs, testing and evaluation much 
appreciated!
   
   -   `@Value.Builder` for records on builders
       -   `@Value.Default.*` annotation for constant default values for 
records and regular abstract types
       -   Generated "wither" interfaces for records `@Value.Builder record 
A(int a, String b) implements WithA {..`
   -   JSpecify `@Nullable` support in `@NullMarked` mode.
   -   In general improved support for `TYPE_USE` annotations (as far as 
compiler and peculiarities of existing code allows),
   -   Lambda builders when using `Style.attributeBuilderDetection=true`:   
`builder.value(b -> b.a(1).c(""))`
   -   Various bugfixes and other improvements
   
   #### Also
   
   -   Added support for the 'required' attribute for the generated JSON 
Property Annotation by 
[@&#8203;harrismirza](https://redirect.github.com/harrismirza) in 
[https://github.com/immutables/immutables/pull/1515](https://redirect.github.com/immutables/immutables/pull/1515)
   -   Fix a bug with type annotation handling by 
[@&#8203;cushon](https://redirect.github.com/cushon) in 
[https://github.com/immutables/immutables/pull/1532](https://redirect.github.com/immutables/immutables/pull/1532)
   -   simple lambda builders by 
[@&#8203;elucash](https://redirect.github.com/elucash) in 
[https://github.com/immutables/immutables/pull/1533](https://redirect.github.com/immutables/immutables/pull/1533)
   -   Make it possible to inject annotations to "with" types by 
[@&#8203;fp7](https://redirect.github.com/fp7) in 
[https://github.com/immutables/immutables/pull/1528](https://redirect.github.com/immutables/immutables/pull/1528)
   -   Support Sub-Collection Queries for InMemory and MongoDB by 
[@&#8203;markif](https://redirect.github.com/markif) in 
[https://github.com/immutables/immutables/pull/1526](https://redirect.github.com/immutables/immutables/pull/1526)
   -   Change default Mongo UUID representation to STANDARD/v4 (Criteria) by 
[@&#8203;mathansen](https://redirect.github.com/mathansen) in 
[https://github.com/immutables/immutables/pull/1482](https://redirect.github.com/immutables/immutables/pull/1482)
   -   Use source retention for serial annotations by 
[@&#8203;Xcelled](https://redirect.github.com/Xcelled) in 
[https://github.com/immutables/immutables/pull/1521](https://redirect.github.com/immutables/immutables/pull/1521)
   -   Add legacy SourceOrdering option by 
[@&#8203;christophercolumbusdog](https://redirect.github.com/christophercolumbusdog)
 in 
[https://github.com/immutables/immutables/pull/1541](https://redirect.github.com/immutables/immutables/pull/1541)
   -   Update Generated.java to be documented. by 
[@&#8203;ascopes](https://redirect.github.com/ascopes) in 
[https://github.com/immutables/immutables/pull/1543](https://redirect.github.com/immutables/immutables/pull/1543)
   
   Closed issues https://github.com/immutables/immutables/milestone/82?closed=1
   
   #### New Contributors
   
   -   [@&#8203;harrismirza](https://redirect.github.com/harrismirza) made 
their first contribution in 
[https://github.com/immutables/immutables/pull/1515](https://redirect.github.com/immutables/immutables/pull/1515)
   -   [@&#8203;cushon](https://redirect.github.com/cushon) made their first 
contribution in 
[https://github.com/immutables/immutables/pull/1532](https://redirect.github.com/immutables/immutables/pull/1532)
   -   [@&#8203;markif](https://redirect.github.com/markif) made their first 
contribution in 
[https://github.com/immutables/immutables/pull/1526](https://redirect.github.com/immutables/immutables/pull/1526)
   -   [@&#8203;mathansen](https://redirect.github.com/mathansen) made their 
first contribution in 
[https://github.com/immutables/immutables/pull/1482](https://redirect.github.com/immutables/immutables/pull/1482)
   -   [@&#8203;Xcelled](https://redirect.github.com/Xcelled) made their first 
contribution in 
[https://github.com/immutables/immutables/pull/1521](https://redirect.github.com/immutables/immutables/pull/1521)
   -   
[@&#8203;christophercolumbusdog](https://redirect.github.com/christophercolumbusdog)
 made their first contribution in 
[https://github.com/immutables/immutables/pull/1541](https://redirect.github.com/immutables/immutables/pull/1541)
   -   [@&#8203;ascopes](https://redirect.github.com/ascopes) made their first 
contribution in 
[https://github.com/immutables/immutables/pull/1543](https://redirect.github.com/immutables/immutables/pull/1543)
   
   **Full Changelog**: 
https://github.com/immutables/immutables/compare/2.10.1...2.11.0
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - "* * * * *" (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 this update 
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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
   


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