Skip to content

Commit b21e1e4

Browse files
committed
Clean up GraalVM metadata for HikariCP 6.0.0 tests
- Removed unnecessary "jni-config.json"; the test failure was unrelated to JNI and was caused by missing reflection metadata for "HikariConfig#getCredentials()". - Trimmed "reflect-config.json" by removing "getExceptionOverride()" which is not accessed reflectively; confirmed the test still passes after removal.
1 parent fd4fbdb commit b21e1e4

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

tests/src/com.zaxxer/HikariCP/6.0.0/src/test/resources/META-INF/native-image/tests-only/jni-config.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/src/com.zaxxer/HikariCP/6.0.0/src/test/resources/META-INF/native-image/tests-only/reflect-config.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
[
2-
{
3-
"name": "com.zaxxer.hikari.HikariConfig",
4-
"methods": [
5-
{ "name": "getCredentials", "parameterTypes": [] },
6-
{ "name": "getExceptionOverride", "parameterTypes": [] }
7-
]
8-
},
92
{
103
"name": "com.zaxxer.hikaricp.test.driver.CustomDriver",
114
"methods": [

0 commit comments

Comments
 (0)