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

   This PR contains the following updates:
   
   | Package | Change | Age | Confidence |
   |---|---|---|---|
   | 
[org.immutables:value-processor](https://redirect.github.com/immutables/immutables/tree/value-processor)
 ([source](https://redirect.github.com/immutables/immutables)) | `2.10.1` -> 
`2.11.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.immutables:value-processor/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.immutables:value-processor/2.10.1/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   | 
[org.immutables:value-annotations](https://redirect.github.com/immutables/immutables/tree/value-annotations)
 ([source](https://redirect.github.com/immutables/immutables)) | `2.10.1` -> 
`2.11.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.immutables:value-annotations/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.immutables:value-annotations/2.10.1/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   | 
[org.immutables:builder](https://redirect.github.com/immutables/immutables/tree/master/builder)
 ([source](https://redirect.github.com/immutables/immutables)) | `2.10.1` -> 
`2.11.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.immutables:builder/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.immutables:builder/2.10.1/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>immutables/immutables (org.immutables:value-processor)</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 - 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 these updates 
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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUtcG9sYXJpcyJdfQ==-->
   


-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to