dependencies/build: Update lsp4ij to 0.19.3 & plugin wrapper#205
Merged
charlieegan3 merged 3 commits intoMay 19, 2026
Merged
Conversation
0.19.2, https://github.com/redhat-developer/lsp4ij/releases/tag/0.19.2: threading fixes, file watcher freeze/crash fixes, null LSP command title support. 0.19.3, https://github.com/redhat-developer/lsp4ij/releases/tag/0.19.3: IntelliJ 2025.3 + 2026.1 support, custom launcher builder in LSPClientFeatures, breadcrumb fix for JS/TS files, various DAP and threading bug fixes. Signed-off-by: Charlie Egan <charlie_egan@apple.com>
Update to latest supported by our gradle version. Signed-off-by: Charlie Egan <charlie_egan@apple.com>
Signed-off-by: Charlie Egan <charlie_egan@apple.com>
33ca810 to
4a94a22
Compare
SeanLedford
approved these changes
May 19, 2026
Contributor
SeanLedford
left a comment
There was a problem hiding this comment.
Left a comment about the gradle version that was updated to, but otherwise looks good!
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-9.4.1-20260309092226%2B0000-bin.zip |
Contributor
There was a problem hiding this comment.
This looks like some type of nightly build, no? I'm sure it's not a big deal, just wondering if this was a requirement for the lsp4ij bump somehow, in favor of a stable build.
Contributor
Author
There was a problem hiding this comment.
Yeah I had a look and gradle-9.4-bin.zip didn't seem to exist, even though the is actually one more recent release.
Good to call out, but I think this is ok for the time being.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
0.19.2, https://github.com/redhat-developer/lsp4ij/releases/tag/0.19.2: threading fixes, file watcher freeze/crash fixes, null LSP command title support.
0.19.3, https://github.com/redhat-developer/lsp4ij/releases/tag/0.19.3: IntelliJ 2025.3 + 2026.1 support, custom launcher builder in LSPClientFeatures, breadcrumb fix for JS/TS files, various DAP and threading bug fixes.
This also updates grade and the plugin wrapper to the latest available versions.