hazelcast-hibernate
hazelcast-hibernate copied to clipboard
Wrong contents in hazelcast-hibernate53-5.1.0-sources.jar
The hazelcast-hibernate53-5.1.0-sources.jar (see https://github.com/hazelcast/hazelcast-hibernate/releases/tag/v5.1.0) seems not to hold the com.hazelcast.hibernate sources, but only com.hazelcast.hibernate.shaded.caffeine sources. This is also deployed in central repo, so IDEs cannot resolve the source classes correctly.
When not shading the source, the correct sources are in the -sources.jar.
<shadeSourcesContent>false</shadeSourcesContent>
@robertoschwald Thanks for the report.
I have fixed it and the fix will be available in the next release which we will do shortly.