Hello there, I'm using the HazelcastComponent in one of my projects where I
configure a hazelcast instance in blueprint and inject that bean into my
routebuilder where I use code such as:
HazelcastComponent hc = new HazelcastComponent();
hc.setHazelcastInstance(hazelcastInstance);
getContext().addComponent("my-hc", hc);
I notice that in 2.20 HazelcastComponent has become deprecated but I cannot
find anything to explain why in the 2.20 release notes.
Can anybody help me out with an explanation please ?
many thanks,
John.