Aklakan commented on PR #3425:
URL: https://github.com/apache/jena/pull/3425#issuecomment-3275475713

   I was not able to load a spatial-index created with kryo4 using kryo5 - it 
fails to deserialize the ConcurrentHashMap whose registration was missing. 
Kryo4 auto-registered classes in that case, whereas kryo5 by default require 
registration. There is a flag `kryo5.setRegistrationRequired(false);` but this 
does not make loading work.
   
   The question is whether to schedule a kryo5 upgrade for Jena6.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to