]
Dan Berindei updated ISPN-9842:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Hotrod ConfigurationBuilder#withProperties loads classes when not
needed.
-------------------------------------------------------------------------
Key: ISPN-9842
URL:
https://issues.jboss.org/browse/ISPN-9842
Project: Infinispan
Issue Type: Bug
Components: Hot Rod
Reporter: William Burns
Assignee: William Burns
Priority: Major
Fix For: 10.0.0.Beta1
The ConfigurationBuilder#withProperties loads and replaces all the consistent hash class
instances with themselves even if no override is provided. We shouldn't need to do
this extra class loading work.