dependabot[bot] opened a new pull request, #13779:
URL: https://github.com/apache/iceberg/pull/13779

   Bumps [org.immutables:value](https://github.com/immutables/immutables) from 
2.11.1 to 2.11.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/immutables/immutables/releases";>org.immutables:value's 
releases</a>.</em></p>
   <blockquote>
   <h2>2.11.2</h2>
   <p>Maintenance and refinment release</p>
   <ul>
   <li><a 
href="https://redirect.github.com/immutables/immutables/issues/1572";>#1572</a>  
<a 
href="https://redirect.github.com/immutables/immutables/issues/1573";>#1573</a>  
Optimized <code>from</code> merging method for many supertypes</li>
   <li>Introduced static mode (via compile time overloads only) for 
<code>from</code> supertypes. Switch via 
<code>Style.mergeFromSupertypesDynamically=false</code>. This gives (very) old 
behavior before dynamic merging was introduced, for some, it is more intuitive 
than dynamic logic and avoid heap pollution (&amp; ClassCastException) for some 
rare cases of supertypes imlementing parameterized interfaces with different 
actual type arguments in a hierarchy.</li>
   <li><a 
href="https://redirect.github.com/immutables/immutables/issues/1576";>#1576</a>  
Fixed Jackson JSON deserialization for optional types 
(<code>required=false</code> was generated only for Nullable, now - for any non 
mandatory attribute). Generating Jackson <code>required</code> can be disabled 
via <code>setJacksonPropertyRequired=false</code>, the difference is if Jackson 
will issue an error on missing attribute or Immutables' builder will throw an 
exception for the same.</li>
   </ul>
   <h2>PRs merged</h2>
   <ul>
   <li>fix: set correct override for Jackson annotation processor option by <a 
href="https://github.com/devinrsmith";><code>@​devinrsmith</code></a> in <a 
href="https://redirect.github.com/immutables/immutables/pull/1574";>immutables/immutables#1574</a></li>
   <li>Optimize mergeInternal generation with specialized methods per subtype 
by <a 
href="https://github.com/christophercolumbusdog";><code>@​christophercolumbusdog</code></a>
 in <a 
href="https://redirect.github.com/immutables/immutables/pull/1573";>immutables/immutables#1573</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/devinrsmith";><code>@​devinrsmith</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/immutables/immutables/pull/1574";>immutables/immutables#1574</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/immutables/immutables/compare/2.11.1...2.11.2";>https://github.com/immutables/immutables/compare/2.11.1...2.11.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/immutables/immutables/commit/2eb6337a2f4cdaac90fbcf6d3bf48c9d3cfe3a03";><code>2eb6337</code></a>
 v2.11.2</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/f4d07e6c06e99d1624fa056e43a0337c3f0e976b";><code>f4d07e6</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1575";>#1575</a> 
misc, the test is defunct :(</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/8a43db906748a948660fa0b7001d97d26958c30e";><code>8a43db9</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1575";>#1575</a> 
restoring GeneratedImportsModifier functionality</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/a036232c390d5af4d26979d752996774619829e6";><code>a036232</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1576";>#1576</a> 
required only for isMandatory attributes, (not only non-nullable)</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/7e2017041bdfb8788c8b45dd0a107e4d88ccffe8";><code>7e20170</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1569";>#1569</a> 
merge from static overloads mode</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/f8edd1fd5bded05cc9cfebf82cae4e29c3e421af";><code>f8edd1f</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1572";>#1572</a> 
single method for &lt;= 16 + refinements</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/9ef4839eac96d139f57ecd9d4c12be6fc0373d79";><code>9ef4839</code></a>
 Merge pull request <a 
href="https://redirect.github.com/immutables/immutables/issues/1573";>#1573</a> 
from christophercolumbusdog/mergeFunction</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/56d239523111409aa35c63edebdfde05b7c98143";><code>56d2395</code></a>
 Merge pull request <a 
href="https://redirect.github.com/immutables/immutables/issues/1574";>#1574</a> 
from devinrsmith/fix-jackson-annotation-option</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/953ad62c7632b8bce0af2b0bbd32fe7ab055e665";><code>953ad62</code></a>
 fix: set correct override for Jackson annotation processor option</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/a8aaaee510842c36ee038034f55e794dba57d883";><code>a8aaaee</code></a>
 Optimize mergeInternal generation with specialized methods per subtype</li>
   <li>See full diff in <a 
href="https://github.com/immutables/immutables/compare/2.11.1...2.11.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.immutables:value&package-manager=gradle&previous-version=2.11.1&new-version=2.11.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


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