Skip to content

lsif-java v0.6.8

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 22:28
· 381 commits to main since this release
2fed737

Scala Gradle support

Previously, running lsif-java index in Gradle projects indexed only the Java parts of the codebase. Now, lsif-java index also indexes Scala code

https://sourcegraph.com/github.com/apache/samza@a7cb039d2d53cbcf207a12fce504066da8bc21cb/-/blob/samza-kv/src/main/scala/org/apache/samza/storage/kv/LoggedStore.scala?L38:69#tab=references

CleanShot 2021-08-26 at 21 11 37@2x

Fixed bug in Gradle projects using annotation processors

Sometimes, lsif-java index would report an error "plug-in not found: semanticdb" in Gradle projects using annotation processors. This bug should be fixed with this release.

Pull Requests

  • Add support for Gradle Scala projects (#316) @olafurpg
  • Properly fix issue with checkerframework Gradle plugin. (#315) @olafurpg
  • Disable checkerframework Gradle plugin for lsif-java index (#314) @olafurpg
  • Add docs for how to manually enable cross-repository navigation (#312) @olafurpg
  • fix LsifBuildTool errors.nonEmpty checks (#310) @Strum355