You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[] Replace versions table usage with proper SELECT 1 query for health checks
19
+
-[X] Replace versions table usage with proper SELECT 1 query for health checks
20
20
21
21
**Prompt**: Optimize the HealthRepository implementation to address the TODO comment in `src/main/kotlin/io/sdkman/repos/HealthRepository.kt` at line 13. Replace the current approach that uses the versions table with a proper `SELECT 1` query using Exposed SQL strings as documented at https://www.jetbrains.com/help/exposed/working-with-sql-strings.html. The health check should not depend on any application tables and should use a simple database connectivity test instead.
0 commit comments