spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
1.53k stars 599 forks source link

Upgrade Kryo to 5.x #1016

Open Daanielvb opened 2 years ago

Daanielvb commented 2 years ago

I believe that this project would be greatly benefited from upgrading kryo to version 5.

Their project has implemented a number of improvements, such as being able to deserialize immutable collections. This would be a great asset for this project when dealing with a machine's extended state context.

This is the migration guide provided by their supporters

https://github.com/EsotericSoftware/kryo/issues/796 https://github.com/EsotericSoftware/kryo/wiki/Migration-to-v5

Do we envision any plans for that migration?