RuedigerMoeller / fast-serialization

FST: fast java serialization drop in-replacement
Apache License 2.0
1.59k stars 245 forks source link

Resolves issue 323 #324

Open d-w-johnson opened 2 years ago

d-w-johnson commented 2 years ago

See https://github.com/RuedigerMoeller/fast-serialization/issues/323 for details. This PR includes: 1 - Some pom.xml updates that set it to use Java 8 and fix a javadoc issue that kept me from building the jar file. 2 - A complex test that can deterministically reproduce the bug. 3 - The simple one liner fix for the issue.

The fix would be good to get into other branches as well.

chrisco484 commented 2 years ago

Any news on when this might get merged into master and released?