fix(marketplace): v2.0.2 -- fix deprecated/internal APIs, add 2026.2 EAP verification - #22
Merged
Conversation
…EAP verification
- PluginManagerCore.getPlugin() -> PluginManager.isPluginInstalled() (public API)
- HttpRequestFileType.INSTANCE comparison -> extension check ("http","rest"); fixes CE compatibility
- JBUI.CurrentTheme.Link.linkColor() -> Link.Foreground.ENABLED (non-deprecated)
- Remove empty optional Python dependency (no runtime effect)
- Upgrade Kotlin to 2.4.0 (required to compile against 2026.2 EAP bundled runtime)
- Add IU-262.8665.81 to pluginVerification; add -Deap.require.license=true to runIde
- Keep isConfigurationSingletonByDefault() to avoid Trial widget regression on 2026.2 EAP
stas-schaller
force-pushed
the
release/v2.0.2
branch
from
July 8, 2026 16:16
0759420 to
d461604
Compare
Qodana Community for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2025.1.1
with:
upload-result: trueContact Qodana teamContact us at qodana-support@jetbrains.com
|
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
PluginManagerCore.getPlugin()(internal API) withPluginManager.isPluginInstalled()for HTTP Client detectionJBUI.CurrentTheme.Link.linkColor()withLink.Foreground.ENABLEDpluginVerificationand-Deap.require.license=truetorunIdeso the Trial widget appears during local testingIntentionally keeps
isConfigurationSingletonByDefault()rather than migrating togetSingletonPolicy(). The v2.0.1 submission failed JetBrains'testTrialWidgetPresencelive UI check on build 262.8665.81 after that migration. Static verification confirms bothIU-243.26574.91andIU-262.8665.81are Compatible (deprecation warnings only, no broken APIs).Breaking Changes
None.
Test plan
./gradlew verifyPluginpasses for both IU-243.26574.91 and IU-262.8665.81 (Compatible, deprecation warnings only)./gradlew testpassestestTrialWidgetPresence) -- confirmed after submission