Skip to content

chore(SDK): add 262 support - #8348

Merged
LeFrosch merged 10 commits into
bazelbuild:masterfrom
LeFrosch:pull/1957c6c9e9b6bb6b0b6ada2853fcc7f5f7006ff3
Jun 16, 2026
Merged

chore(SDK): add 262 support#8348
LeFrosch merged 10 commits into
bazelbuild:masterfrom
LeFrosch:pull/1957c6c9e9b6bb6b0b6ada2853fcc7f5f7006ff3

Conversation

@LeFrosch

@LeFrosch LeFrosch commented Jun 2, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds support for CLion 2026.2 (version 262) and updates the project's build environment. Key changes include upgrading the Java runtime version to 25, updating the Kotlin toolchain to target JVM 21 and Kotlin 2.2, and introducing a new SDK compatibility layer (sdkcompat/v262) to bridge API changes in the IntelliJ platform. Additionally, references to the older 2025.2 version have been cleaned up, and test code in TestFileSystem.java has been modernized to use ReadAction.compute lambdas. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@LeFrosch
LeFrosch marked this pull request as ready for review June 2, 2026 18:07
@LeFrosch
LeFrosch requested review from mai93 and ujohnny as code owners June 2, 2026 18:07
@github-actions github-actions Bot added product: CLion CLion plugin product: IntelliJ IntelliJ plugin product: GoLand GoLand plugin awaiting-review Awaiting review from Bazel team on PRs labels Jun 2, 2026
Comment thread .bazelrc Outdated
@@ -1,5 +1,5 @@
build --java_language_version=21 --java_runtime_version=21
build --tool_java_language_version=21 --tool_java_runtime_version=21
build --java_language_version=21 --java_runtime_version=25

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

though this is not 100% correct because 253 (which is still supported) requires 21 and 25 is not the same as 21

Comment thread intellij_platform_sdk/BUILD.clion261 Outdated
@LeFrosch
LeFrosch force-pushed the pull/1957c6c9e9b6bb6b0b6ada2853fcc7f5f7006ff3 branch 2 times, most recently from ecc2d7a to 9b9fafb Compare June 12, 2026 18:30
@LeFrosch
LeFrosch force-pushed the pull/1957c6c9e9b6bb6b0b6ada2853fcc7f5f7006ff3 branch from 1086bd2 to f810855 Compare June 16, 2026 06:23
@LeFrosch
LeFrosch merged commit d9334b5 into bazelbuild:master Jun 16, 2026
4 checks passed
@LeFrosch
LeFrosch deleted the pull/1957c6c9e9b6bb6b0b6ada2853fcc7f5f7006ff3 branch June 16, 2026 09:18
@github-project-automation github-project-automation Bot moved this from Untriaged to Done in Bazel IntelliJ Plugin Jun 16, 2026
@github-actions github-actions Bot removed the awaiting-review Awaiting review from Bazel team on PRs label Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product: CLion CLion plugin product: GoLand GoLand plugin product: IntelliJ IntelliJ plugin

Projects

Development

Successfully merging this pull request may close these issues.

2 participants