Skip to content
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

fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.10.3 #64

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.sourcegraph:scip-java_2.13 0.8.24 -> 0.10.3 age adoption passing 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.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 Aug 1, 2023
@renovate renovate bot changed the title Update dependency com.sourcegraph:scip-java_2.13 to v0.9.0 Update dependency com.sourcegraph:scip-java_2.13 to v0.9.1 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/com.sourcegraph-scip-java_2.13-0.x branch from 37556e0 to b32e292 Compare August 7, 2023 17:01
@renovate renovate bot changed the title Update dependency com.sourcegraph:scip-java_2.13 to v0.9.1 fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.1 Aug 8, 2023
@renovate renovate bot changed the title fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.1 fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.2 Aug 8, 2023
@renovate renovate bot force-pushed the renovate/com.sourcegraph-scip-java_2.13-0.x branch from b32e292 to f947e01 Compare August 8, 2023 15:54
@renovate renovate bot force-pushed the renovate/com.sourcegraph-scip-java_2.13-0.x branch from f947e01 to 3b9f20b Compare August 16, 2023 16:42
@renovate renovate bot changed the title fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.2 fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.3 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/com.sourcegraph-scip-java_2.13-0.x branch from 3b9f20b to dff6ed5 Compare August 17, 2023 11:09
@renovate renovate bot changed the title fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.3 fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.4 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/com.sourcegraph-scip-java_2.13-0.x branch from dff6ed5 to e792e6b Compare August 24, 2023 11:40
@renovate renovate bot changed the title fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.4 fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.5 Aug 24, 2023
@renovate renovate bot force-pushed the renovate/com.sourcegraph-scip-java_2.13-0.x branch from e792e6b to e6958e7 Compare September 8, 2023 16:28
@renovate renovate bot changed the title fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.5 fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.6 Sep 8, 2023
@renovate renovate bot force-pushed the renovate/com.sourcegraph-scip-java_2.13-0.x branch from e6958e7 to 1fb3bc8 Compare November 21, 2023 12:43
@renovate renovate bot changed the title fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.6 fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.7 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/com.sourcegraph-scip-java_2.13-0.x branch from 1fb3bc8 to 1c4f5c7 Compare December 5, 2023 16:11
@renovate renovate bot changed the title fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.7 fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.8 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/com.sourcegraph-scip-java_2.13-0.x branch from 1c4f5c7 to 8902250 Compare February 2, 2024 15:55
@renovate renovate bot changed the title fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.8 fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.9 Feb 2, 2024
@renovate renovate bot force-pushed the renovate/com.sourcegraph-scip-java_2.13-0.x branch from 8902250 to e63228e Compare April 8, 2024 10:45
@renovate renovate bot changed the title fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.9 fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.10 Apr 8, 2024
@renovate renovate bot force-pushed the renovate/com.sourcegraph-scip-java_2.13-0.x branch from e63228e to c93f1b2 Compare June 21, 2024 11:00
@renovate renovate bot changed the title fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.10 fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.10.0 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/com.sourcegraph-scip-java_2.13-0.x branch from c93f1b2 to 44a884c Compare August 1, 2024 16:23
@renovate renovate bot changed the title fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.10.0 fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.10.1 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/com.sourcegraph-scip-java_2.13-0.x branch from 44a884c to b3689f2 Compare August 6, 2024 13:10
@renovate renovate bot changed the title fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.10.1 fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.10.2 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/com.sourcegraph-scip-java_2.13-0.x branch from b3689f2 to 246c9c9 Compare August 20, 2024 15:54
@renovate renovate bot changed the title fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.10.2 fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.10.3 Aug 20, 2024
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