dependabot[bot] opened a new pull request, #16352: URL: https://github.com/apache/pinot/pull/16352
Bumps `immutables.version` from 2.11.0 to 2.11.1. Updates `org.immutables:value-annotations` from 2.11.0 to 2.11.1 <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.1</h2> <h2>Maintenance and minor enhancements</h2> <ul> <li>Various bugfixes: Jackson integration, refinements/fixes in withers.</li> <li>Extending Builders for records. I.e. nested <code>static class Builder extends MyRecordBuilder {}</code></li> <li>Can expose <code>*IsSet</code> methods on builder</li> <li>new module <code>org.immutables:datatype</code>. It's slightly modernized version of <code>org.immutables:data</code> (now deprecated), no dependency on Guava, + support for records with generated builders</li> </ul> <h2>Also</h2> <ul> <li>Include org.immutables:data in bill of materials by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/immutables/immutables/pull/1556">immutables/immutables#1556</a></li> <li><a href="https://redirect.github.com/immutables/immutables/issues/1557">GH-1557</a>: Fix erroneous code generation for TypeTokens of raw annotated types by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/immutables/immutables/pull/1558">immutables/immutables#1558</a></li> <li>Final stage builder methods' return value should be ignorable by <a href="https://github.com/benhalasi"><code>@benhalasi</code></a> in <a href="https://redirect.github.com/immutables/immutables/pull/1568">immutables/immutables#1568</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/benhalasi"><code>@benhalasi</code></a> made their first contribution in <a href="https://redirect.github.com/immutables/immutables/pull/1568">immutables/immutables#1568</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/immutables/immutables/compare/2.11.0...2.11.1">https://github.com/immutables/immutables/compare/2.11.0...2.11.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/immutables/immutables/commit/2f03181e7e4c75b15c9558ba25814cf3e2d905d8"><code>2f03181</code></a> releasing 2.11.1</li> <li><a href="https://github.com/immutables/immutables/commit/0f79f1ffd0bdeeb4b1bdd9e4118cc94a82ba89ba"><code>0f79f1f</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1571">#1571</a> more flexible message</li> <li><a href="https://github.com/immutables/immutables/commit/d09d8385e5eeaf1c3d9fbae2ee4c16dbf0996785"><code>d09d838</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1564">#1564</a> a chance to fix a typo</li> <li><a href="https://github.com/immutables/immutables/commit/a9199290c32eac15936e1a2bfefa54f1c831fda0"><code>a919929</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1564">#1564</a> records only have one, own impl type</li> <li><a href="https://github.com/immutables/immutables/commit/aab5daea26aed084e4b5f720314df0fb5477ec4c"><code>aab5dae</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1564">#1564</a> fixed record builder support for datatype</li> <li><a href="https://github.com/immutables/immutables/commit/5adba57efd52b9aecf1b0e4a982d9121180484d4"><code>5adba57</code></a> Merge pull request <a href="https://redirect.github.com/immutables/immutables/issues/1568">#1568</a> from benhalasi/staged-builder-final-stage-methods-ca...</li> <li><a href="https://github.com/immutables/immutables/commit/01ce5584e8c941e34a4d3fb51018fb332e47dffe"><code>01ce558</code></a> Annotate staged builder's final stage methods with <a href="https://github.com/CanIgnoreReturnValue"><code>@CanIgnoreReturnValue</code></a> when...</li> <li><a href="https://github.com/immutables/immutables/commit/96e7dbc1489084e5ec4c0b8c0b32dc60a8288661"><code>96e7dbc</code></a> Fix spelling</li> <li><a href="https://github.com/immutables/immutables/commit/824a2d9c629255326f50ec0d31416de0d667faa6"><code>824a2d9</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1561">#1561</a> missing dot</li> <li><a href="https://github.com/immutables/immutables/commit/6ef0a4cdbb51875ddb352247578fbdd1ee189871"><code>6ef0a4c</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1562">#1562</a> Jackson is too smart, complecting things, safe when field and accessor ...</li> <li>Additional commits viewable in <a href="https://github.com/immutables/immutables/compare/2.11.0...2.11.1">compare view</a></li> </ul> </details> <br /> Updates `org.immutables:value-processor` from 2.11.0 to 2.11.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/immutables/immutables/releases">org.immutables:value-processor's releases</a>.</em></p> <blockquote> <h2>2.11.1</h2> <h2>Maintenance and minor enhancements</h2> <ul> <li>Various bugfixes: Jackson integration, refinements/fixes in withers.</li> <li>Extending Builders for records. I.e. nested <code>static class Builder extends MyRecordBuilder {}</code></li> <li>Can expose <code>*IsSet</code> methods on builder</li> <li>new module <code>org.immutables:datatype</code>. It's slightly modernized version of <code>org.immutables:data</code> (now deprecated), no dependency on Guava, + support for records with generated builders</li> </ul> <h2>Also</h2> <ul> <li>Include org.immutables:data in bill of materials by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/immutables/immutables/pull/1556">immutables/immutables#1556</a></li> <li><a href="https://redirect.github.com/immutables/immutables/issues/1557">GH-1557</a>: Fix erroneous code generation for TypeTokens of raw annotated types by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/immutables/immutables/pull/1558">immutables/immutables#1558</a></li> <li>Final stage builder methods' return value should be ignorable by <a href="https://github.com/benhalasi"><code>@benhalasi</code></a> in <a href="https://redirect.github.com/immutables/immutables/pull/1568">immutables/immutables#1568</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/benhalasi"><code>@benhalasi</code></a> made their first contribution in <a href="https://redirect.github.com/immutables/immutables/pull/1568">immutables/immutables#1568</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/immutables/immutables/compare/2.11.0...2.11.1">https://github.com/immutables/immutables/compare/2.11.0...2.11.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/immutables/immutables/commit/2f03181e7e4c75b15c9558ba25814cf3e2d905d8"><code>2f03181</code></a> releasing 2.11.1</li> <li><a href="https://github.com/immutables/immutables/commit/0f79f1ffd0bdeeb4b1bdd9e4118cc94a82ba89ba"><code>0f79f1f</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1571">#1571</a> more flexible message</li> <li><a href="https://github.com/immutables/immutables/commit/d09d8385e5eeaf1c3d9fbae2ee4c16dbf0996785"><code>d09d838</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1564">#1564</a> a chance to fix a typo</li> <li><a href="https://github.com/immutables/immutables/commit/a9199290c32eac15936e1a2bfefa54f1c831fda0"><code>a919929</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1564">#1564</a> records only have one, own impl type</li> <li><a href="https://github.com/immutables/immutables/commit/aab5daea26aed084e4b5f720314df0fb5477ec4c"><code>aab5dae</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1564">#1564</a> fixed record builder support for datatype</li> <li><a href="https://github.com/immutables/immutables/commit/5adba57efd52b9aecf1b0e4a982d9121180484d4"><code>5adba57</code></a> Merge pull request <a href="https://redirect.github.com/immutables/immutables/issues/1568">#1568</a> from benhalasi/staged-builder-final-stage-methods-ca...</li> <li><a href="https://github.com/immutables/immutables/commit/01ce5584e8c941e34a4d3fb51018fb332e47dffe"><code>01ce558</code></a> Annotate staged builder's final stage methods with <a href="https://github.com/CanIgnoreReturnValue"><code>@CanIgnoreReturnValue</code></a> when...</li> <li><a href="https://github.com/immutables/immutables/commit/96e7dbc1489084e5ec4c0b8c0b32dc60a8288661"><code>96e7dbc</code></a> Fix spelling</li> <li><a href="https://github.com/immutables/immutables/commit/824a2d9c629255326f50ec0d31416de0d667faa6"><code>824a2d9</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1561">#1561</a> missing dot</li> <li><a href="https://github.com/immutables/immutables/commit/6ef0a4cdbb51875ddb352247578fbdd1ee189871"><code>6ef0a4c</code></a> <a href="https://redirect.github.com/immutables/immutables/issues/1562">#1562</a> Jackson is too smart, complecting things, safe when field and accessor ...</li> <li>Additional commits viewable in <a href="https://github.com/immutables/immutables/compare/2.11.0...2.11.1">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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org