Skip to content

bugfix + classloader support

Compare
Choose a tag to compare
@RuedigerMoeller RuedigerMoeller released this 21 Apr 10:33
· 701 commits to master since this release
  • adds setClassloader to FSTConfiguration. Using custom classloading currently requires a dedicated FSTConfiguration per classloader. In version 2.x it will be possible to temporary add custom classloading to fstobjectinputstream as creating a FSTConfigruation is a very expensive operation
  • fatal flaw in FSTObjectInput.resetForReUse (introduced during refactoring) fixed.