apache / fury

A blazingly fast multi-language serialization framework powered by JIT and zero-copy.
https://fury.apache.org/
Apache License 2.0
3.11k stars 248 forks source link

fix(java): ClassLoaderFuryPooled#setFactoryCallback cannot effect old Fury #1946

Closed MrChang0 closed 2 days ago

MrChang0 commented 2 days ago

What does this PR do?

ClassLoaderFuryPooled#setFactoryCallback cannot effect old fury. so if org.apache.fury.pool.FuryPooledObjectFactory#classLoaderFuryPooledCache expired, new classLoaderFuryPooled can not effected by custom factoryCallback

Related issues

Does this PR introduce any user-facing change?

Benchmark