ontologyportal / sigmakee

Sigma Knowledge Engineering Environment
https://www.ontologyportal.org
GNU General Public License v3.0
103 stars 35 forks source link

Another bugfix for Kryo deserialization #133

Closed terry-norbraten closed 3 weeks ago

terry-norbraten commented 3 weeks ago

Updated to the latest Kryo to fix deserialization exception being thrown when invoking SUMOjEdit. The latest Kryo fixed that. Users will need to purge all of their *.ser files with this update. Also, updated notes (Readme) for increasing stack size with latest Kryo to -Xms1m

Some more cleanup with using StringBuilder over StringBuffer, taking local var declarations out of loops. Start work on the KBCache to make more efficient (in progress).

Moving towards use of try w/ resources for opening/closing streams.