spring-projects / spring-statemachine

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

1060 Update kryo library to 5.3.0 #1062

Open lumeche opened 2 years ago

lumeche commented 2 years ago

The project spring-statemachine-kryo is not compatible with JAVA 11. By updating the library the 5.3.0 version the project can be used in Java 11. All the changes in the clases were only to adapt to the api changes in the 5.3.0 librar

pivotal-cla commented 2 years ago

@lumeche Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla commented 2 years ago

@lumeche Thank you for signing the Contributor License Agreement!

nnanda2016 commented 1 year ago

Hi, is there any chance this will be released without mandating Spring Boot 3.x? We are still in Spring Boot 2.7.x and cannot upgrade to 3.x because of organization mandate.