connectors icon indicating copy to clipboard operation
connectors copied to clipboard

Publishing empty source jars for `delta-standalone`

Open ckipp01 opened this issue 2 years ago • 2 comments

If you look at the source jars that are being published for delta standalone, the source jars are just empty. For example you can see this in the latest io.delta:delta-standalone_2.13:0.4.1 found here. If you download the source jar inside you'll find it's just:

" zip.vim version v32
" Browsing zipfile /Users/ckipp/Downloads/delta-standalone_2.13-0.4.1-sources.jar
" Select a file with cursor and press ENTER

META-INF/MANIFEST.MF

The reason this matters is that for any users that are trying to use delta-standalone as a dependency while using Metals instead of IntelliJ won't get code navigation, since it relies on source jars to ensure semanticdb gets produced.

ckipp01 avatar Jun 07 '22 10:06 ckipp01

Thanks for reporting this. This is an oversight when we refactor delta-standalone to include the shaded jackson libraries. We will investigate and see if it's possible to publish a correct source jar file.

zsxwing avatar Jun 14 '22 23:06 zsxwing

Same for javadocs: https://repo1.maven.org/maven2/io/delta/delta-standalone_2.13/0.4.1/delta-standalone_2.13-0.4.1-javadoc.jar

scottsand-db avatar Jul 29 '22 15:07 scottsand-db

This repo has been deprecated and the code is moved under connectors module in https://github.com/delta-io/delta repository. Please create the issue in repository https://github.com/delta-io/delta. See delta-io/connectors#556 for details.

vkorukanti avatar Jul 11 '23 17:07 vkorukanti