dependabot[bot] opened a new pull request, #6410: URL: https://github.com/apache/texera/pull/6410
Bumps [io.altoo:scala-kryo-serialization_2.13](https://github.com/altoo-ag/scala-kryo-serialization) from 1.3.0 to 1.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/altoo-ag/scala-kryo-serialization/releases">io.altoo:scala-kryo-serialization_2.13's releases</a>.</em></p> <blockquote> <h2>v1.5.2</h2> <h2>What's Changed</h2> <ul> <li>Add serializer-cache to allow to use ThreadLocal based caching or disable caching.</li> <li>Allow to customize the number of held instances in the queue serializer-cache.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/altoo-ag/scala-kryo-serialization/compare/v1.5.0...v1.5.2">https://github.com/altoo-ag/scala-kryo-serialization/compare/v1.5.0...v1.5.2</a></p> <h2>v1.5.0</h2> <h2>What's Changed</h2> <ul> <li>Dropped support for jdk11 and scala 2.12</li> <li>Serializer performance optimizations in concurrency and collection deserialization</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/altoo-ag/scala-kryo-serialization/compare/v1.4.0...v1.5.0">https://github.com/altoo-ag/scala-kryo-serialization/compare/v1.4.0...v1.5.0</a></p> <h2>v1.4.0</h2> <h2>What's Changed</h2> <ul> <li>Remove dependency to agrona (replace with jdk queue)</li> <li>Fix issue when concurrently serializing lazy vals. Contributed by <a href="https://github.com/sujeenoh-dev"><code>@​sujeenoh-dev</code></a> in <a href="https://redirect.github.com/altoo-ag/scala-kryo-serialization/pull/31">altoo-ag/scala-kryo-serialization#31</a></li> <li>Various simple cleanups</li> <li>Dependency upgrades</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/altoo-ag/scala-kryo-serialization/compare/v1.3.1...v1.4.0">https://github.com/altoo-ag/scala-kryo-serialization/compare/v1.3.1...v1.4.0</a></p> <h2>v1.3.1</h2> <h2>What's Changed</h2> <ul> <li>fix lz4 <a href="https://sites.google.com/sonatype.com/vulnerabilities/cve-2025-12183">cve-2025-12183</a> by using the latest library</li> <li>test improvements</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/altoo-ag/scala-kryo-serialization/compare/v1.3.0...v1.3.1">https://github.com/altoo-ag/scala-kryo-serialization/compare/v1.3.0...v1.3.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/altoo-ag/scala-kryo-serialization/commit/f743503e736b187b89aba91ac3da8f673b23051d"><code>f743503</code></a> Setting version to 1.5.2</li> <li><a href="https://github.com/altoo-ag/scala-kryo-serialization/commit/178374374d80cb06d9188152bdf9bf1c513e2f9b"><code>1783743</code></a> Try to improve naming of the new serializer-cache but retain the name queue t...</li> <li><a href="https://github.com/altoo-ag/scala-kryo-serialization/commit/424a08cf1f9f9ba3b0ab2e9780363ea5f1b06c00"><code>424a08c</code></a> Fix test to also work on github since always new is far slower.</li> <li><a href="https://github.com/altoo-ag/scala-kryo-serialization/commit/54ff4658e3a18a0d872686b5a9b7e43437ce17ae"><code>54ff465</code></a> Implement a pool which always creates a new instance.</li> <li><a href="https://github.com/altoo-ag/scala-kryo-serialization/commit/825f7f3c6ec89363a3b6e80508132410137f71cb"><code>825f7f3</code></a> Setting version to 1.5.2-SNAPSHOT</li> <li><a href="https://github.com/altoo-ag/scala-kryo-serialization/commit/fa3d07fb0ec7853defb04000772a5b1ed966105e"><code>fa3d07f</code></a> Setting version to 1.5.1</li> <li><a href="https://github.com/altoo-ag/scala-kryo-serialization/commit/c7612c6cae930ccf3bf5faaefdf8fc2e10b6606d"><code>c7612c6</code></a> Update documentation before release</li> <li><a href="https://github.com/altoo-ag/scala-kryo-serialization/commit/eea3fcdf1ac13f9e38b4e93f8bc2eb811c682c22"><code>eea3fcd</code></a> Implement a threadlocal based pool for serializers</li> <li><a href="https://github.com/altoo-ag/scala-kryo-serialization/commit/a204db3fea9c41e6d88e2ca18c93c7f88bb8e45f"><code>a204db3</code></a> Implement a threadlocal based pool for serializers</li> <li><a href="https://github.com/altoo-ag/scala-kryo-serialization/commit/5a4bdc19f33b22fbb908a811c8a9a47a4c6c1078"><code>5a4bdc1</code></a> Log interesting kryo pool actions</li> <li>Additional commits viewable in <a href="https://github.com/altoo-ag/scala-kryo-serialization/compare/v1.3.0...v1.5.2">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 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]
