Skip to content

release: v2.0.1 - Marketplace rejection fixes - #21

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

release: v2.0.1 - Marketplace rejection fixes#21
stas-schaller merged 3 commits into
mainfrom
release/v2.0.0

Conversation

@stas-schaller

Copy link
Copy Markdown
Collaborator

Summary

Changes

  • KeeperGetSecretAction: HTTP Client file detection now uses public PluginManager.isPluginInstalled() with the plugin-presence guard restored, so IC/CE without the HTTP Client plugin correctly falls back to keeper://... instead of inserting a non-functional {{$keeper(...)}} snippet.
  • Removed unused com.intellij.modules.python optional dependency and keeper-python.xml (no runtime effect).
  • KeeperSecureRunConfigurationType: RunConfigurationSingletonPolicy.MULTIPLE_INSTANCE replaces deprecated isConfigurationSingletonByDefault().
  • KeeperListPickerDialog: Link.Foreground.ENABLED replaces deprecated linkColor().

Breaking Changes

None

Test plan

  • ./gradlew verifyPlugin → Compatible
  • ./gradlew test passes
  • Get Keeper Secret inserts keeper://... (not {{$keeper(...)}}) in .http files on IC without HTTP Client plugin

pkamble-ks and others added 3 commits July 6, 2026 16:01
…or 2.0.1

Replace PluginManagerCore.getPlugin() with .http/.rest extension detection,
migrate deprecated run-config and theme APIs, and declare the optional
Python dependency via config-file so Marketplace review passes cleanly.
…ptional dep

Use PluginManager.isPluginInstalled() before inserting $keeper snippets.
Remove empty keeper-python.xml and optional Python dependency (no runtime effect).
…ders-support

fix: Marketplace Internal API and Plugin Verifier compliance (2.0.1)
@stas-schaller
stas-schaller merged commit b4ccce7 into main Jul 7, 2026
2 checks passed
@github-actions

github-actions Bot commented Jul 7, 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

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.

2 participants