hazelcast-hibernate icon indicating copy to clipboard operation
hazelcast-hibernate copied to clipboard

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

Open robertoschwald opened this issue 1 year ago • 1 comments

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 avatar Apr 23 '24 11:04 robertoschwald

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

<shadeSourcesContent>false</shadeSourcesContent>

robertoschwald avatar Apr 23 '24 12:04 robertoschwald

@robertoschwald Thanks for the report.

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

frant-hartm avatar May 29 '24 13:05 frant-hartm