Support IntelliJ IDEA 2026.1 EAP (Build Infrastructure)#11806
Closed
wangmingliang-ms wants to merge 57 commits intodevelopfrom
Closed
Support IntelliJ IDEA 2026.1 EAP (Build Infrastructure)#11806wangmingliang-ms wants to merge 57 commits intodevelopfrom
wangmingliang-ms wants to merge 57 commits intodevelopfrom
Conversation
…ateToAzureInstallAction 2. Update the extension point invocation timing 3. add refresh button to manual refresh recommendation data
Polish the UI text
Integrate GitHub Copilot app modernization with "Migrate to Azure" entry points and Java Upgrade detection
bump version and update changelog.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add bundledPlugin('org.jetbrains.idea.reposearch') for MavenId class (moved from maven plugin)
- Add testImplementation('junit:junit:4.13.2') (no longer bundled with platform)
- Add maven-artifact dependency for ComparableVersion (no longer on platform classpath)
In IntelliJ 261, ConsoleViewImpl.isDisposed() became final. Remove the custom isDisposed field and override, relying on the parent implementation instead. Callers already use the inherited method through the ConsoleView interface.
Add the missing operation description for the migrate-to-azure node refresh action to prevent MissingResourceException at runtime.
The Scala plugin for IntelliJ 2026.1 changed the SBT versions API. Use reflection to try new API first, fall back to old API for cross-version compatibility.
…being private final In IntelliJ 261, ConsoleViewImpl.isDisposed() changed from protected/public to private final. Add a new public isDisposed() method (not an override) to maintain the existing public API for callers.
Collaborator
Author
|
Recreating with correct base branch (develop.next) |
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.
Summary
Adds build infrastructure support for IntelliJ IDEA 2026.1 EAP (261-EAP-SNAPSHOT).
Changes
Build Verification
Notes