hazelcast / hazelcast-hibernate

A distributed second-level cache for Hibernate
Other
44 stars 35 forks source link

Wrong contents in hazelcast-hibernate53-5.1.0-sources.jar #487

Closed robertoschwald closed 5 months ago

robertoschwald commented 6 months ago

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.

wrong_source_contents
robertoschwald commented 6 months ago

When not shading the source, the correct sources are in the -sources.jar.

<shadeSourcesContent>false</shadeSourcesContent>

frant-hartm commented 5 months ago

@robertoschwald Thanks for the report.

I have fixed it and the fix will be available in the next release which we will do shortly.