Skip to content

Releases: scip-code/scip-java

v0.10.2

Choose a tag to compare

@antonsviridov-src antonsviridov-src released this 06 Aug 11:43
4e5dfd3

This release fixes a couple of bugs with the annotation parameters, and also fixes an issue in error reporting which led to exceptions being swallowed and not printed correctly.

What's Changed

Full Changelog: v0.10.1...v0.10.2

v0.10.1

Choose a tag to compare

@antonsviridov-src antonsviridov-src released this 01 Aug 15:52
b8c11c4

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

Choose a tag to compare

@keynmol keynmol released this 21 Jun 10:49
1f17e1d

IMPORTANT NOTE FOR SOURCEGRAPH USERS: this release changes how symbol signatures are emitted in the generated SCIP indexes. If you want to use this version of scip-java with your sourcegraph instance, make sure that it's at least on version 5.4.5099 or above. Otherwise you will notice symbol hovers not being populated with the signatures. The default version of scip-java in Sourcegraph will eventually be upgraded to this one.

What's Changed

Full Changelog: v0.9.10...v0.10.0

v0.9.10

Choose a tag to compare

@keynmol keynmol released this 08 Apr 10:01
ff5891a

This release addresses

  • a NPE in the Java Semanticdb plugin, triggered by particular usage of annotations(see #686, the fix was contributed by @Arthurm1 and reproducer was reported by @spangaer, community members, thank you!)
  • an issue in Gradle integration which was responsible for some cases where semanticdb plugin failed to be injected

Main changes

Misc

Full Changelog: v0.9.9...v0.9.10

v0.9.9

Choose a tag to compare

@olafurpg olafurpg released this 02 Feb 12:49
e4c4ffb

Kotlin 1.9 support

See https://github.com/sourcegraph/scip-kotlin/releases/tag/v0.4.0

What's Changed

Full Changelog: v0.9.8...v0.9.9

v0.9.8

Choose a tag to compare

@keynmol keynmol released this 05 Dec 14:38
7749657

What's Changed

Full Changelog: v0.9.7...v0.9.8

v0.9.7

Choose a tag to compare

@keynmol keynmol released this 21 Nov 11:16
29aa9bd

What's Changed

New Contributors

Full Changelog: v0.9.6...v0.9.7

0.9.6

Choose a tag to compare

@keynmol keynmol released this 08 Sep 14:09
f37bc75

This release brings in a fix for Scala projects auto-indexing, where java version was picked up incorrectly.

What's Changed

Full Changelog: v0.9.5...v0.9.6

0.9.5

Choose a tag to compare

@keynmol keynmol released this 24 Aug 10:07
58ea149

This release modifes the Docker build and makes it self-contained, which fixes the various issues we have with passing special (-D) arguments to the scip-java tool.

Most of this distribution remains unchanged so users should not see any difference.

What's Changed

Full Changelog: v0.9.4...v0.9.5

v0.9.4

Choose a tag to compare

@keynmol keynmol released this 17 Aug 09:18
4ca307a

Thanks to a fantastic contribution by @Arthurm1, this release mostly removes the need to add special module export flags to access compiler APIs - as we no longer use private APIs to produce Semanticdb files from Java.

What's Changed

New Contributors

Full Changelog: v0.9.3...v0.9.4