Releases: sourcegraph/scip-java
Releases · sourcegraph/scip-java
v0.12.3
v0.12.2
v0.12.1
v0.12.0
What's Changed
- Remove sbt 1.5.x tests due to sbt-sourcegraph 0.4.4 incompatibility by @jupblb in #843
- Rebase scip.proto by @jupblb in #841
- Remove LSIF format support by @jupblb in #842
- Drop support for SBT 0.x and clean up build.sbt by @jupblb in #845
- Drop support for Scala 2.11 and 2.12 by @jupblb in #844
- Upgrade sbt-docker from 1.9.0 to 1.11.0 by @jupblb in #848
- Do not upload SCIP index to dotcom by @jupblb in #849
- Index SCIP field enclosing_range by @CatherineGasnier in #838
- feat/docs: Add explanation for cross-repository navigation by @pjlast in #853
- fix: use configureEach instead of all for JavaCompile tasks by @tinder-ryantrontz in #852
New Contributors
- @jupblb made their first contribution in #843
- @CatherineGasnier made their first contribution in #838
- @pjlast made their first contribution in #853
- @tinder-ryantrontz made their first contribution in #852
Full Changelog: v0.11.2...v0.12.0
v0.11.1
What's Changed
- chore: Reformat codebase with newer Scalafmt and update kotlin snapshots by @antonsviridov-src in #800
- Explicitly setup Gradle 8 for Java 8 compatibility by @antonsviridov-src in #808
- Update to latest eclipse-temurin 17 base image by @willdollman in #806
New Contributors
- @willdollman made their first contribution in #806
Full Changelog: v0.11.0...v0.11.1
v0.11.0
🚨Support for Kotlin 1 is dropped. Only supported Kotlin version now is 2.1
What's Changed
- chore: fixed dockerignore config in #779
- Kotlin 2 support and drop Kotlin 1 support by @antonsviridov-src in #799
Full Changelog: v0.10.4...v0.11.0
v0.10.4
This release
- fixes several crashes in the javac plugin,
- adds support for srcjars in Bazel aspects
- adds support for JDK 21 in docker image
What's Changed
- docs: Put "cross-repo" optional step before SCIP index generation by @antonsviridov-src in #742
- Also support Java 21 by @madorb in #743
- Only install coursier and sbt in docker container by @antonsviridov-src in #751
- Handle .srcjar inputs in Bazel aspect by @antonsviridov-src in #754
- Add setup-sbt GH action by @antonsviridov-src in #756
- chore: Remove project board workflow by @varungandhi-src in #755
- Update dependency sbt/sbt to v1.10.3 by @renovate in #752
- Update dependency net.bytebuddy:byte-buddy-agent to v1.15.7 by @renovate in #746
- Support cast tree in annotation parameters by @antonsviridov-src in #750
- Bazel aspects: allow sharing source jars and allow empty sourcejars by @antonsviridov-src in #757
- Don't create a subpath for extracted_srcjar by @antonsviridov-src in #767
- Update dependency sbt/sbt to v1.10.10 by @renovate in #777
- Fix annotated types in new class expression by @antonsviridov-src in #773
New Contributors
Full Changelog: v0.10.3...v0.10.4
v0.10.3
What's Changed
- Maven plugin for dumping dependencies (cross-repo navigation) by @antonsviridov-src in #735
- Fix: multiple compilation units in a file lead to information loss by @antonsviridov-src in #738
- chore: use report-job-failure from sourcegraph/workflows in github actions by @burmudar in #739
- Use Gradle project path for unique dependencies.txt path by @antonsviridov-src in #741
- Fix website publishing by @antonsviridov-src in #740
Full Changelog: v0.10.2...v0.10.3
v0.10.2
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
- GRAPH-775 annotation processing fix by @antonsviridov-src in #732
- Handle parenthesized trees by @antonsviridov-src in #733
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- workflows: update pr-auditor workflow by @BolajiOlajide in #720
- Allow passing JVM argsto javac in ScipBuildTool by @antonsviridov-src in #728
New Contributors
- @BolajiOlajide made their first contribution in #720
- @antonsviridov-src made their first contribution in #728
Full Changelog: v0.10.0...v0.10.1