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:lsif-java_2.13 to v0.7.8 - abandoned #26

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 1, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.sourcegraph:lsif-java_2.13 0.6.12 -> 0.7.8 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/lsif-java

v0.7.7: lsif-java v0.7.7

What's Changed

New Contributors

Full Changelog: sourcegraph/scip-java@v0.7.6...v0.7.7

v0.7.5: lsif-java v0.7.5

Improved code navigation for Scala

Previously, "goto defintion" did not work for synthetic symbols such as
case class companion objects or var setter methods.

class Main {
  case class User(name: String)

  var user = User("Susan") // go to definition on `User` did not work

  user = User("John") // go to definition on `user` did not work
}

Now, lsif-java emits occurrences for these synthetic symbols so that "goto definition" works as expected.

Pull Requests

v0.7.2: lsif-java v0.7.2

Kotlin hover support

Previously, the hover message only displayed the name of Kotlin symbols. Now, the hover message shows the symbol signature and KDoc.

image

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 options

--add-exports jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED

Updated 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


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the bot label Dec 1, 2021
@renovate renovate bot force-pushed the renovate/com.sourcegraph-lsif-java_2.13-0.x branch from 7edb6c2 to 6c05888 Compare December 10, 2021 09:52
@renovate renovate bot changed the title Update dependency com.sourcegraph:lsif-java_2.13 to v0.7.2 Update dependency com.sourcegraph:lsif-java_2.13 to v0.7.3 Dec 10, 2021
@renovate renovate bot force-pushed the renovate/com.sourcegraph-lsif-java_2.13-0.x branch from 6c05888 to 4ab2f84 Compare January 12, 2022 18:05
@renovate renovate bot changed the title Update dependency com.sourcegraph:lsif-java_2.13 to v0.7.3 Update dependency com.sourcegraph:lsif-java_2.13 to v0.7.4 Jan 12, 2022
@renovate renovate bot force-pushed the renovate/com.sourcegraph-lsif-java_2.13-0.x branch from 4ab2f84 to 765ab08 Compare March 7, 2022 16:02
@renovate renovate bot changed the title Update dependency com.sourcegraph:lsif-java_2.13 to v0.7.4 Update dependency com.sourcegraph:lsif-java_2.13 to v0.7.7 Mar 7, 2022
@renovate renovate bot changed the title Update dependency com.sourcegraph:lsif-java_2.13 to v0.7.7 chore(deps): update dependency com.sourcegraph:lsif-java_2.13 to v0.7.7 Mar 12, 2022
@renovate renovate bot changed the title chore(deps): update dependency com.sourcegraph:lsif-java_2.13 to v0.7.7 chore(deps): update dependency com.sourcegraph:lsif-java_2.13 to v0.7.8 Mar 29, 2022
@renovate renovate bot force-pushed the renovate/com.sourcegraph-lsif-java_2.13-0.x branch from 765ab08 to fa8d39c Compare March 29, 2022 01:19
@renovate renovate bot changed the title chore(deps): update dependency com.sourcegraph:lsif-java_2.13 to v0.7.8 fix(deps): update dependency com.sourcegraph:lsif-java_2.13 to v0.7.8 Aug 1, 2022
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title fix(deps): update dependency com.sourcegraph:lsif-java_2.13 to v0.7.8 fix(deps): update dependency com.sourcegraph:lsif-java_2.13 to v0.7.8 - abandoned Jul 18, 2023
@renovate
Copy link
Author

renovate bot commented Jul 18, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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.

1 participant