Skip to content

Update dependency com.sourcegraph:scip-java_2.13 to v0.11.0 #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 7, 2025

This PR contains the following updates:

Package Change Age Confidence
com.sourcegraph:scip-java_2.13 0.8.24 -> 0.11.0 age confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

sourcegraph/scip-java (com.sourcegraph:scip-java_2.13)

v0.11.0

🚨Support for Kotlin 1 is dropped. Only supported Kotlin version now is 2.1

What's Changed

Full Changelog: sourcegraph/scip-java@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

New Contributors

Full Changelog: sourcegraph/scip-java@v0.10.3...v0.10.4

v0.10.3

What's Changed

Full Changelog: sourcegraph/scip-java@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

Full Changelog: sourcegraph/scip-java@v0.10.1...v0.10.2

v0.10.1

What's Changed

New Contributors

Full Changelog: sourcegraph/scip-java@v0.10.0...v0.10.1

v0.10.0

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: sourcegraph/scip-java@v0.9.10...v0.10.0

v0.9.10

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: sourcegraph/scip-java@v0.9.9...v0.9.10

v0.9.9

Kotlin 1.9 support

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

What's Changed

Full Changelog: sourcegraph/scip-java@v0.9.8...v0.9.9

v0.9.8

What's Changed

Full Changelog: sourcegraph/scip-java@v0.9.7...v0.9.8

v0.9.7

What's Changed

New Contributors

Full Changelog: sourcegraph/scip-java@v0.9.6...v0.9.7

v0.9.6: 0.9.6

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

What's Changed

Full Changelog: sourcegraph/scip-java@v0.9.5...v0.9.6

v0.9.5: 0.9.5

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: sourcegraph/scip-java@v0.9.4...v0.9.5

v0.9.4

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: sourcegraph/scip-java@v0.9.3...v0.9.4

v0.9.3

This release bumps sbt-sourcegraph plugin to 0.4.2 bringing important fixes to auto-indexing of Scala projects, notably:

  • Properly support Scala 3
  • Support mixed Java/Scala sources when compling on JDK 17+

We also re-enabled test coverage for auto-indexing Scala projects.

What's Changed

Full Changelog: sourcegraph/scip-java@v0.9.2...v0.9.3

v0.9.2

This release improves auto-indexing of Gradle projects and removes the Coursier bootstrap sequence which downloaded jars from Maven Central when running SCIP build tool

What's Changed

Full Changelog: sourcegraph/scip-java@v0.9.1...v0.9.2

v0.9.1

This release improves the handling of special environment variables recognised by Coursier:

What's Changed

Full Changelog: sourcegraph/scip-java@v0.9.0...v0.9.1

v0.9.0

Kotlin 1.8

This release upgrades scip-kotlin to v0.3.2, bumping the lowest supported Kotlin version to 1.8.0. See the scip-kotlin v0.3.2 release for more info.

Other Changes

Full Changelog: sourcegraph/scip-java@v0.8.26...v0.9.0

v0.8.26

More robust error handling for Bazel

This release includes two changes related to how the semanticdb-javac compiler plugin handles unexpected failures, which previously crashed the compilation but should now allow compilation to continue.

Full Changelog: sourcegraph/scip-java@v0.8.25...v0.8.26

v0.8.25

Find implementations for Kotlin

This release upgrades scip-kotlin to v0.3.1, which adds support for "Find implementations" https://github.com/sourcegraph/scip-kotlin/releases/tag/v0.3.1

Improved cross-repo navigation

Previously, due to implementation details, it was not possible to index two separate Gradle or Maven codebases and get cross-repo navigation working between those projects. This didn't work due to implementation details, which are now fixed in this release. For example, you can now index two Gradle codebases and if one project refers to symbols that are defined in the other project then cross-repo navigation should work. The only constraint is that the declared publication version in the upstream project must match the version of the dependency in the downstream project.

What's Changed

New Contributors

Full Changelog: sourcegraph/scip-java@v0.8.24...v0.8.25


Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the bot label Jul 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants