dependabot[bot] opened a new pull request, #8793: URL: https://github.com/apache/iceberg/pull/8793
Bumps [com.esotericsoftware:kryo](https://github.com/EsotericSoftware/kryo) from 4.0.2 to 5.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/EsotericSoftware/kryo/releases">com.esotericsoftware:kryo's releases</a>.</em></p> <blockquote> <h2>kryo-5.5.0</h2> <p>This is a maintenance release coming with bug fixes and performance improvements.</p> <p><a href="https://redirect.github.com/EsotericSoftware/kryo/issues/944">#944</a> Avoid slow Class.forName when serializing lambdas <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/946">#946</a> Make the ImmutableCollections serializers public and final <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/948">#948</a> Ensure that record constructors are always accessible <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/951">#951</a> Fix serialization of Kotlin lambdas <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/955">#955</a> Fix type resolution for generic arrays <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/956">#956</a> Performance improvements for Kryo.isClosure()</p> <p>Other Tasks:</p> <ul> <li>Test CI build against Java 20</li> <li>Support for Kotlin tests</li> <li>Upgrade Maven plugin dependencies</li> </ul> <p>The full list of changes can be found <a href="https://github.com/EsotericSoftware/kryo/compare/kryo-parent-5.4.0...kryo-parent-5.5.0">here</a>.</p> <p>Many thanks to all contributors!</p> <h2>Upgrade Notes</h2> <p>For migration from previous major versions please check out the <a href="https://github.com/EsotericSoftware/kryo/wiki/Migration-to-v5">migration guide</a>. We're asking the community to help and contribute this part: please edit the migration wiki page as you encounter any information or issues that might help others.</p> <h3>Compatibility</h3> <ul> <li>Serialization compatible <ul> <li>Standard IO: Yes</li> <li>Unsafe-based IO: Yes</li> </ul> </li> <li>Binary compatible - Yes (<a href="https://rawgithub.com/EsotericSoftware/kryo/master/compat_reports/kryo/5.4.0_to_5.5.0/compat_report.html">Details</a>)</li> <li>Source compatible - Yes (<a href="https://rawgithub.com/EsotericSoftware/kryo/master/compat_reports/kryo/5.4.0_to_5.5.0/compat_report.html#Source">Details</a>)</li> </ul> <h2>kryo-5.4.0</h2> <p>This is a maintenance release coming with bug fixes and performance improvements.</p> <p>The most notable change is performance improvements for record serialization (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/927">#927</a>) by caching access to components, getters and constructors. The new implementation is roughly 20x faster.</p> <p>Several PRs improve Kryo's compatibility with JDK 17+ (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/930">#930</a>, <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/932">#932</a>, <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/933">#933</a>).</p> <p><a href="https://redirect.github.com/EsotericSoftware/kryo/issues/923">#923</a> Add helper method to register serializers for <code>java.util.ImmutableCollections</code> (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/933">#933</a>) <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/885">#885</a> Delay access to constructor and methods for DirectBuffers until first use (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/932">#932</a>) <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/885">#885</a> Add additional safe serializers for commonly used JDK classes (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/930">#930</a>) <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/884">#884</a> Cache components, getters and constructors in RecordSerializer (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/927">#927</a>) <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/922">#922</a> Fall back to default class resolution if class cannot be loaded with provided class loader (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/926">#926</a>) <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/920">#920</a> Align ByteBufferOutput.writeAscii with implementation in Output (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/921">#921</a>) <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/889">#889</a> Serializer for java.sql.Timestamp which preserves nanoseconds (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/890">#890</a>) <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/884">#884</a> Fix eclipse project setup: Add JUnit 5, ByteBuddy (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/887">#887</a>)</p> <p>Other Tasks:</p> <ul> <li>Improve tests for JDK 17 (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/886">#886</a>)</li> <li>Upgrade GitHub actions (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/925">#925</a>)</li> <li>Upgrade Objenesis to 3.3</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/EsotericSoftware/kryo/commit/a823c3ed60c44457510352c4008e00834a8c33be"><code>a823c3e</code></a> [maven-release-plugin] prepare release kryo-parent-5.5.0</li> <li><a href="https://github.com/EsotericSoftware/kryo/commit/8742e6e0e4f7e8e33511f1f0ac4486f7d1898620"><code>8742e6e</code></a> Performance improvements for <code>Kryo.isClosure()</code> (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/956">#956</a>)</li> <li><a href="https://github.com/EsotericSoftware/kryo/commit/379b02268e272894131371b3f40259e847be52f0"><code>379b022</code></a> Support overriding default proxy check</li> <li><a href="https://github.com/EsotericSoftware/kryo/commit/4dd22412d7514b3df7043991733fd894d29ab637"><code>4dd2241</code></a> <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/940">#940</a> Fix type resolution for generic arrays (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/955">#955</a>)</li> <li><a href="https://github.com/EsotericSoftware/kryo/commit/b2610a54474b1829ea1f72e76b240228e5830680"><code>b2610a5</code></a> Rename JDK14 tests to JDK17 (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/953">#953</a>)</li> <li><a href="https://github.com/EsotericSoftware/kryo/commit/1e29ea7ce9aa3955524835eea1dbed6141e8b121"><code>1e29ea7</code></a> <a href="https://redirect.github.com/EsotericSoftware/kryo/issues/864">#864</a> Fix serialization of Kotlin lambdas (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/951">#951</a>)</li> <li><a href="https://github.com/EsotericSoftware/kryo/commit/96259c70e7f0045532fac8f403cc23b7dc3b9c36"><code>96259c7</code></a> Support for Kotlin tests (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/949">#949</a>)</li> <li><a href="https://github.com/EsotericSoftware/kryo/commit/e7c37a982fe6bd33f42cac235df109a685e48f47"><code>e7c37a9</code></a> Ensure that record constructors are always accessible (<a href="https://redirect.github.com/EsotericSoftware/kryo/issues/948">#948</a>)</li> <li><a href="https://github.com/EsotericSoftware/kryo/commit/ad4e0f9e2a1b69bcfabd16d551d19e7f1a3376fd"><code>ad4e0f9</code></a> Fix build status badge</li> <li><a href="https://github.com/EsotericSoftware/kryo/commit/7bf6507d36a84bd135d6d4c9867f5f08cfebc1ab"><code>7bf6507</code></a> Test CI build against Java 20</li> <li>Additional commits viewable in <a href="https://github.com/EsotericSoftware/kryo/compare/kryo-parent-4.0.2...kryo-parent-5.5.0">compare view</a></li> </ul> </details> <br /> [](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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org