Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.esotericsoftware:kryo from 4.0.3 to 5.0.0 #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps com.esotericsoftware:kryo from 4.0.3 to 5.0.0.

Release notes

Sourced from com.esotericsoftware:kryo's releases.

kryo-5.0.0

This is the final release of the new major version 5.0.0 of Kryo (see also the RC1 release notes for major changes of v5).

This version comes with only minor changes on top of RC9 (the list of changes from RC9 can be found here). For a detailed list of changes to 4.x please go though the release notes for the release candidates for kryo 5.

For migration from previous major versions please check out the migration guide. 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.

Compatibility

Due to big changes 5.0.0 is both source/binary incompatible and serialization incompatible to previous major versions - for details see the RC1 compatibility report and those of the subsequent RCs.

Compatibility of 5.0.0 to RC9:

  • Serialization compatible
    • Standard IO: Yes
    • Unsafe-based IO: Yes
  • Binary compatible - Yes (Details)
  • Source compatible - Yes (Details)

kryo-5.0.0-RC9

This is the 9th release candidate of the new major version of Kryo (see also the RC1 release notes for major changes of v5).

This RC comes with significant performance improvements. The exact list of changes from RC8 to RC9 can be found here.

For migration from previous major versions please check out the migration guide. 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.

Compatibility

Due to big changes 5.0.0 is both source/binary incompatible and serialization incompatible to previous major versions - for details see the RC1 compatibility report.

Compatibility of 5.0.0-RC9 to RC8:

  • Serialization compatible
    • Standard IO: Yes
    • Unsafe-based IO: Yes
  • Binary compatible - No (Details)
  • Source compatible - No (Details)

kryo-5.0.0-RC8

This is the 8th release candidate of the new major version of Kryo (see also the RC1 release notes for major changes of v5).

This RC comes with minor fixes and performance improvements. The exact list of changes from RC7 to RC8 can be found here.

For migration from previous major versions please check out the migration guide. 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.

Compatibility

Due to big changes 5.0.0 is both source/binary incompatible and serialization incompatible to previous major versions - for details see the RC1 compatibility report.

Compatibility of 5.0.0-RC8 to RC7:

  • Serialization compatible

... (truncated)

Commits
  • 2248bd6 [maven-release-plugin] prepare release kryo-parent-5.0.0
  • 2e2c347 Reformat ConcurrentSkipListMapSerializer
  • 36b3661 Merge pull request #768 from Mr14huashao/kryo-CSLMSerializer
  • cd0da25 Merge pull request #772 from nielsbasjes/FixKryoSerializerPrio
  • 4aec205 Merge pull request #769 from theigl/maven-formatter
  • 72fc55a Fix explicit KryoSerializer to have higher prio than implicit choices.
  • 74db643 #595 Ensure ByteBufferInput can work with read-only buffers
  • e9bc765 Add formatter-maven-plugin to easily apply Eclipse code format
  • c2a94b4 Add a new ConcurrentSkipListMapSerializer
  • 643ea0e Javadoc and source format for a couple files.
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.esotericsoftware:kryo [>= 5.a, < 6]

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [com.esotericsoftware:kryo](https://github.com/EsotericSoftware/kryo) from 4.0.3 to 5.0.0.
- [Release notes](https://github.com/EsotericSoftware/kryo/releases)
- [Commits](EsotericSoftware/kryo@kryo-parent-4.0.3...kryo-parent-5.0.0)

---
updated-dependencies:
- dependency-name: com.esotericsoftware:kryo
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants