dependabot[bot] opened a new pull request, #6655: URL: https://github.com/apache/ignite-3/pull/6655
Bumps `value` from 2.11.3 to 2.11.4. Updates `org.immutables:value-annotations` from 2.11.3 to 2.11.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/immutables/immutables/releases">org.immutables:value-annotations's releases</a>.</em></p> <blockquote> <h2>2.11.4</h2> <h1>Maintenance & refinements release</h1> <p>Thank you for the bug reports and PRs!</p> <h1>Issues</h1> <ul> <li><a href="https://redirect.github.com/immutables/immutables/issues/1597">#1597</a> Fixed constant defaults <code>@Value.Default.{Int, Long, String...}</code> were always applied for Immutable values (were ok for records)</li> <li><a href="https://redirect.github.com/immutables/immutables/issues/1592">#1592</a> When multiple annotations share the same parent annotation in passAnnotations, only one child annotation is propagated on an attribute</li> <li><a href="https://redirect.github.com/immutables/immutables/issues/1591">#1591</a> <a href="https://redirect.github.com/immutables/immutables/issues/1521">#1521</a> <a href="https://github.com/Serial"><code>@Serial</code></a>.AllStructural wit class retention and fixed to work as meta-annotation (on a custom style annotation etc).</li> <li><a href="https://redirect.github.com/immutables/immutables/issues/1588">#1588</a> Missing imports for classes in package names with _ (Fixed handling of <code>$</code> and <code>_</code> in java identifiers in import rewriter)</li> <li><a href="https://redirect.github.com/immutables/immutables/issues/1585">#1585</a> Additional way to register custom immutable annotation. Use <code>-Aimmutables.annotation=<fqcn></code> for custom annotation (can have meta-styles etc)</li> </ul> <h2>PRs</h2> <ul> <li>Fix <a href="https://github.com/param"><code>@param</code></a> for wither for optional within a record by <a href="https://github.com/AndreiPurcaru"><code>@AndreiPurcaru</code></a> in <a href="https://redirect.github.com/immutables/immutables/pull/1589">immutables/immutables#1589</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/AndreiPurcaru"><code>@AndreiPurcaru</code></a> made their first contribution in <a href="https://redirect.github.com/immutables/immutables/pull/1589">immutables/immutables#1589</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/immutables/immutables/compare/2.11.3...2.11.4">https://github.com/immutables/immutables/compare/2.11.3...2.11.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/immutables/immutables/commit/048134c19f76c55a4bfb7b9d90b1fe2acf62e1e1"><code>048134c</code></a> v2.11.4</li> <li><a href="https://github.com/immutables/immutables/commit/093207310257cec40e6a6292f73dde00dbcbe21c"><code>0932073</code></a> just simplifying mini-refactoring</li> <li><a href="https://github.com/immutables/immutables/commit/2b739c256df0eb5f8c510e53e19bfcfc37d50a4d"><code>2b739c2</code></a> just license</li> <li><a href="https://github.com/immutables/immutables/commit/ee4b0d52905db3570def155bb2c3aa6fa4a49d78"><code>ee4b0d5</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1592">#1592</a> just imports</li> <li><a href="https://github.com/immutables/immutables/commit/3da32c580d3526584bd0b909cf891639b2cf214f"><code>3da32c5</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1592">#1592</a> correct passAnnotation with parent/multiple children</li> <li><a href="https://github.com/immutables/immutables/commit/a064cc79eb8c461de5e681e702f4b4a3005241f7"><code>a064cc7</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1588">#1588</a> correct processing of '_' and '$' in identifiers</li> <li><a href="https://github.com/immutables/immutables/commit/5273d4780e40e60969ca5f1a12d49624d0e9eda4"><code>5273d47</code></a> misc copy</li> <li><a href="https://github.com/immutables/immutables/commit/4af317b7c1dfdea481539e9d43e7bc67caa8c806"><code>4af317b</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1591">#1591</a> -var +refinement</li> <li><a href="https://github.com/immutables/immutables/commit/7e30323164c0c73f57d8bfb8a7171db020fd62e6"><code>7e30323</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1591">#1591</a> <a href="https://redirect.github.com/immutables/immutables/issues/1521">#1521</a> class retention and meta-annotation AllStructural support for str...</li> <li><a href="https://github.com/immutables/immutables/commit/d294b2d1e28772e063702c4c8df37fff4a25e2c5"><code>d294b2d</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1597">#1597</a> just formatting</li> <li>Additional commits viewable in <a href="https://github.com/immutables/immutables/compare/2.11.3...2.11.4">compare view</a></li> </ul> </details> <br /> Updates `org.immutables:value` from 2.11.3 to 2.11.4 <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.4</h2> <h1>Maintenance & refinements release</h1> <p>Thank you for the bug reports and PRs!</p> <h1>Issues</h1> <ul> <li><a href="https://redirect.github.com/immutables/immutables/issues/1597">#1597</a> Fixed constant defaults <code>@Value.Default.{Int, Long, String...}</code> were always applied for Immutable values (were ok for records)</li> <li><a href="https://redirect.github.com/immutables/immutables/issues/1592">#1592</a> When multiple annotations share the same parent annotation in passAnnotations, only one child annotation is propagated on an attribute</li> <li><a href="https://redirect.github.com/immutables/immutables/issues/1591">#1591</a> <a href="https://redirect.github.com/immutables/immutables/issues/1521">#1521</a> <a href="https://github.com/Serial"><code>@Serial</code></a>.AllStructural wit class retention and fixed to work as meta-annotation (on a custom style annotation etc).</li> <li><a href="https://redirect.github.com/immutables/immutables/issues/1588">#1588</a> Missing imports for classes in package names with _ (Fixed handling of <code>$</code> and <code>_</code> in java identifiers in import rewriter)</li> <li><a href="https://redirect.github.com/immutables/immutables/issues/1585">#1585</a> Additional way to register custom immutable annotation. Use <code>-Aimmutables.annotation=<fqcn></code> for custom annotation (can have meta-styles etc)</li> </ul> <h2>PRs</h2> <ul> <li>Fix <a href="https://github.com/param"><code>@param</code></a> for wither for optional within a record by <a href="https://github.com/AndreiPurcaru"><code>@AndreiPurcaru</code></a> in <a href="https://redirect.github.com/immutables/immutables/pull/1589">immutables/immutables#1589</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/AndreiPurcaru"><code>@AndreiPurcaru</code></a> made their first contribution in <a href="https://redirect.github.com/immutables/immutables/pull/1589">immutables/immutables#1589</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/immutables/immutables/compare/2.11.3...2.11.4">https://github.com/immutables/immutables/compare/2.11.3...2.11.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/immutables/immutables/commit/048134c19f76c55a4bfb7b9d90b1fe2acf62e1e1"><code>048134c</code></a> v2.11.4</li> <li><a href="https://github.com/immutables/immutables/commit/093207310257cec40e6a6292f73dde00dbcbe21c"><code>0932073</code></a> just simplifying mini-refactoring</li> <li><a href="https://github.com/immutables/immutables/commit/2b739c256df0eb5f8c510e53e19bfcfc37d50a4d"><code>2b739c2</code></a> just license</li> <li><a href="https://github.com/immutables/immutables/commit/ee4b0d52905db3570def155bb2c3aa6fa4a49d78"><code>ee4b0d5</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1592">#1592</a> just imports</li> <li><a href="https://github.com/immutables/immutables/commit/3da32c580d3526584bd0b909cf891639b2cf214f"><code>3da32c5</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1592">#1592</a> correct passAnnotation with parent/multiple children</li> <li><a href="https://github.com/immutables/immutables/commit/a064cc79eb8c461de5e681e702f4b4a3005241f7"><code>a064cc7</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1588">#1588</a> correct processing of '_' and '$' in identifiers</li> <li><a href="https://github.com/immutables/immutables/commit/5273d4780e40e60969ca5f1a12d49624d0e9eda4"><code>5273d47</code></a> misc copy</li> <li><a href="https://github.com/immutables/immutables/commit/4af317b7c1dfdea481539e9d43e7bc67caa8c806"><code>4af317b</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1591">#1591</a> -var +refinement</li> <li><a href="https://github.com/immutables/immutables/commit/7e30323164c0c73f57d8bfb8a7171db020fd62e6"><code>7e30323</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1591">#1591</a> <a href="https://redirect.github.com/immutables/immutables/issues/1521">#1521</a> class retention and meta-annotation AllStructural support for str...</li> <li><a href="https://github.com/immutables/immutables/commit/d294b2d1e28772e063702c4c8df37fff4a25e2c5"><code>d294b2d</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1597">#1597</a> just formatting</li> <li>Additional commits viewable in <a href="https://github.com/immutables/immutables/compare/2.11.3...2.11.4">compare view</a></li> </ul> </details> <br /> 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]
