fix(deps): update dependency com.sourcegraph:lsif-java_2.13 to v0.7.8 - abandoned #26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.6.12
->0.7.8
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
sourcegraph/lsif-java
v0.7.7
: lsif-java v0.7.7What's Changed
New Contributors
Full Changelog: sourcegraph/scip-java@v0.7.6...v0.7.7
v0.7.5
: lsif-java v0.7.5Improved code navigation for Scala
Previously, "goto defintion" did not work for synthetic symbols such as
case class companion objects or var setter methods.
Now, lsif-java emits occurrences for these synthetic symbols so that "goto definition" works as expected.
Pull Requests
Builder()
annotation (#383) @olafurpgv0.7.2
: lsif-java v0.7.2Kotlin hover support
Previously, the hover message only displayed the name of Kotlin symbols. Now, the hover message shows the symbol signature and KDoc.
Improved Java 17 support
Running
lsif-java index
will now use the correct--add-exports
flags in more cases when compiling code with Java 17. There are still many situations where users on Java 17 need to manually add the following JVM optionsUpdated Docker container
The Docker container sourcegraph/lsif-java is now automatically published on every release alongside the Maven Central artifacts. The Docker container is fairly large because it includes pre-installed Java 8, Java 11 and Java 17. If the container size is a problem then we recommend creating your own Docker container with the Java launcher as documented here https://sourcegraph.github.io/lsif-java/docs/getting-started.html#java-launcher
Pull Requests
51a6950
(#369) @renovatesnapshot
command to fallback to the.documentation
field (#370) @olafurpgfa25782
(#343) @renovateConfiguration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.