Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
kryo 5 changed to register by default. See EsotericSoftware/kryo#398
This is a security change in behaviour. The test in question that I removed was getting an error as a result since that was true when the first portion was processed and used for input (as best I can tell). I tried various ways to make it possible to disable that behaviour but was unnecessary and ultimately after seeing we have not released this in 8 years and its still beta, just letting it work how kryo works now. Maybe someone using this might be able to offer more.