Skip to content

fix(marketplace): v2.0.2 -- fix deprecated/internal APIs, add 2026.2 EAP verification - #22

Merged
stas-schaller merged 3 commits into
mainfrom
release/v2.0.2
Jul 8, 2026
Merged

fix(marketplace): v2.0.2 -- fix deprecated/internal APIs, add 2026.2 EAP verification#22
stas-schaller merged 3 commits into
mainfrom
release/v2.0.2

Conversation

@stas-schaller

Copy link
Copy Markdown
Collaborator

Summary

  • Replaces PluginManagerCore.getPlugin() (internal API) with PluginManager.isPluginInstalled() for HTTP Client detection
  • Replaces deprecated JBUI.CurrentTheme.Link.linkColor() with Link.Foreground.ENABLED
  • Removes empty optional Python dependency declaration (no runtime effect since v1.x)
  • Upgrades Kotlin from 2.2.0 to 2.4.0 (required to compile against the 2026.2 EAP bundled Kotlin runtime)
  • Adds IU-262.8665.81 to pluginVerification and -Deap.require.license=true to runIde so the Trial widget appears during local testing

Intentionally keeps isConfigurationSingletonByDefault() rather than migrating to getSingletonPolicy(). The v2.0.1 submission failed JetBrains' testTrialWidgetPresence live UI check on build 262.8665.81 after that migration. Static verification confirms both IU-243.26574.91 and IU-262.8665.81 are Compatible (deprecation warnings only, no broken APIs).

Breaking Changes

None.

Test plan

  • ./gradlew verifyPlugin passes for both IU-243.26574.91 and IU-262.8665.81 (Compatible, deprecation warnings only)
  • ./gradlew test passes
  • Marketplace live checker (testTrialWidgetPresence) -- confirmed after submission

…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
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Qodana Community for JVM

It 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 report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.1.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@stas-schaller
stas-schaller merged commit a9cae47 into main Jul 8, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant