Skip to content

fix: remove internal API usage for IntelliJ 2026.2 compatibility (v1.… - #90

Merged
luisppb16 merged 2 commits into
mainfrom
hotfix/intellij-api-changes
Jul 8, 2026
Merged

fix: remove internal API usage for IntelliJ 2026.2 compatibility (v1.…#90
luisppb16 merged 2 commits into
mainfrom
hotfix/intellij-api-changes

Conversation

@luisppb16

@luisppb16 luisppb16 commented Jul 8, 2026

Copy link
Copy Markdown
Owner
  • Replace ApplicationLifecycleListener with AppLifecycleListener so the shutdown hook actually runs on IDE close (drivers, HTTP client, executors).
  • Drop the com.intellij.modules.java dependency to allow installation on DataGrip, PyCharm, WebStorm, and other IntelliJ-based IDEs.
  • Run JDBC driver downloads under a cancelable progress dialog instead of freezing the EDT, with retry behavior after a failed download.
  • Fix dialog bugs: initial checkbox sync in data config, circular-reference settings no longer persisted on cancel, Schema Designer preserves the in-progress cell edit when clicking OK.
  • Fix two memory leaks in schema caches and clean credentials on profile deletion.
  • Add tests for OllamaClient HTTP, DbSeedSettingsState, GenerationConfig, dialects, DriverRegistry, and DriverShim; configure JaCoCo over the instrumented classes.
  • Bump Gradle wrapper to 9.6.1, IntelliJ Platform version to 2.17.0 and plugin version to 1.3.7.0.

luisppb16 and others added 2 commits July 8, 2026 11:03
…3.7.0)

- Replace ApplicationLifecycleListener with AppLifecycleListener so the
  shutdown hook actually runs on IDE close (drivers, HTTP client, executors).
- Drop the com.intellij.modules.java dependency to allow installation on
  DataGrip, PyCharm, WebStorm, and other IntelliJ-based IDEs.
- Run JDBC driver downloads under a cancelable progress dialog instead of
  freezing the EDT, with retry behavior after a failed download.
- Fix dialog bugs: initial checkbox sync in data config, circular-reference
  settings no longer persisted on cancel, Schema Designer preserves the
  in-progress cell edit when clicking OK.
- Fix two memory leaks in schema caches and clean credentials on profile deletion.
- Add tests for OllamaClient HTTP, DbSeedSettingsState, GenerationConfig,
  dialects, DriverRegistry, and DriverShim; configure JaCoCo over the
  instrumented classes.
- Bump Gradle wrapper to 9.6.1 and plugin version to 1.3.7.0.

Co-Authored-By: Claude <noreply@anthropic.com>
@luisppb16
luisppb16 merged commit c6e8031 into main Jul 8, 2026
1 check passed
@luisppb16
luisppb16 deleted the hotfix/intellij-api-changes branch July 8, 2026 09:21
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