Hi, is there any solution about excluding hazelcast-hibernate5 dependency in hazelcast-all using gradle ?
hazelcast-hibernate5 is not working in hibernate 5.3.
So, I have to use hazelcast-hibernate53, not hazelcast-hibernate5.
Is any solution of that ?
Thank you :)
I don't know about gradle but in maven you can exclude dependencies and add others. I'm assuming gradle has a similar feature. For instance, I found this by googling but I haven't tried it out.
That way, you can add a dependency for hazelcast-all, exclude hazelcast-hibernate5 and add a dependency for hazelcast-hibernate53.
Thanks for you reply @mmedenjak .
But, It's not working to me.
I've already tried it.
Have same issue and don't really want to build hazelcast-all-4.0.1 myself.
Any plans to upgrade to hazelcast-hibernate53 in hazelcast-all-4.0.2 ?
Don't know what's the status on that, maybe @mesutcelik, @pivovarit or @enozcan can comment on when and if we can include hazelcast-hibernate53 in hazelcast-all.
Thanks for heads up! We are about to release latest version of hibernate53 then why not? 馃槃 cc: @pivovarit
That's the goal. We'll definitely do this once the new version gets released (hopefully this week).