Skip to content

lsif-java v0.2.0

Compare
Choose a tag to compare
@olafurpg olafurpg released this 05 Mar 15:14
· 614 commits to main since this release

New website

This project now has a new website https://sourcegraph.github.io/lsif-java/

Java v11+ support

Previously, the compiler plugin only supported Java 8 and crashed when running on newer versions like Java 11. Now, the compiler plugin works with Java 11, Java 15 and most likely the latest bleeding edge versions as well.

New lsif-java command-line tool with Gradle and Maven support

Previously, users had to manually install the compiler plugin into their build tool to use lsif-java. Now, the new lsif-java command-line tool can automatically configure Gradle and Maven builds to generate an LSIF index.

Pull Requests