AndroidIDE icon indicating copy to clipboard operation
AndroidIDE copied to clipboard

Bump org.eclipse.lsp4j.jsonrpc from 0.14.0 to 0.15.0

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps org.eclipse.lsp4j.jsonrpc from 0.14.0 to 0.15.0.

Release notes

Sourced from org.eclipse.lsp4j.jsonrpc's releases.

LSP4J 0.15.0

LSP4J 0.15.0 has now been released and been contributed to simrel, tagged and uploaded to maven central.

What's Changed

Changelog entry:

  • Added Notebook support
  • Added WorkspaceSymbol.data
  • Added support for client default behavior on renames
  • Implemented DAP version 1.56.0

Fixed issues: https://github.com/eclipse/lsp4j/milestone/22?closed=1

Breaking API changes:

  • Return type of textDocument/prepareRename changed from Either<Range, PrepareRenameResult> to Either3<Range, PrepareRenameResult, PrepareRenameDefaultBehavior>
  • Class SemanticTokensWithRegistrationOptions now extends AbstractTextDocumentRegistrationAndWorkDoneProgressOptions instead of AbstractWorkDoneProgressOptions
  • Removed unspecified deprecated properties InitializeParams.clientName DidOpenTextDocumentParams.text, DidChangeTextDocumentParams.uri, TextDocumentPositionParams.uri

japicmp report: https://download.eclipse.org/lsp4j/updates/releases/0.15.0/japicmp-report/

GitHub auto-generated release notes:

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.lsp4j.jsonrpc's changelog.

v0.15.0 (August 2022)

  • Added Notebook support
  • Added WorkspaceSymbol.data
  • Added support for client default behavior on renames
  • Implemented DAP version 1.56.0

Fixed issues: https://github.com/eclipse/lsp4j/milestone/22?closed=1

Breaking API changes:

  • Return type of textDocument/prepareRename changed from Either<Range, PrepareRenameResult> to Either3<Range, PrepareRenameResult, PrepareRenameDefaultBehavior>
  • Class SemanticTokensWithRegistrationOptions now extends AbstractTextDocumentRegistrationAndWorkDoneProgressOptions instead of AbstractWorkDoneProgressOptions
  • Removed unspecified deprecated properties InitializeParams.clientName DidOpenTextDocumentParams.text, DidChangeTextDocumentParams.uri, TextDocumentPositionParams.uri

japicmp report: https://download.eclipse.org/lsp4j/updates/releases/0.15.0/japicmp-report/

Commits
  • fee0f99 Prep repo for 0.15.0 release
  • 66fc83f Update chanelog and readme for 0.15.0 release
  • 8c21674 Merge pull request #652 from eclipse/cd_orbit202209alias
  • 9c011e0 Add support for client default behavior on renames (#650)
  • c3eab10 use orbit 2022-09 release alias
  • 367ddd6 Merge pull request #651 from KamasamaK/dap-consistent-tense-20220720
  • ab10c72 Use consistent tense in DAP docs
  • 9ac73e4 Merge pull request #646 from eclipse/cd_widenGson
  • 17e1d9a switch to orbit 2022-09 and widen version range for gson. See #611
  • ec71cc2 Merge pull request #648 Remove properties unspeced in LSP 3.x
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 05 '22 10:08 dependabot[bot]