-
Notifications
You must be signed in to change notification settings - Fork 101
fix(HikariCP:6.0.0): resolve test failures #602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@vjovanov please review this pull request when possible as we are planning to have a new release of reachability metadata (+Native Build Tools) soon. |
6660e67
to
3801954
Compare
@mhalbritter can you please review this PR as you added initial tests for HikariCP? |
...om.zaxxer/HikariCP/6.0.0/src/test/resources/META-INF/native-image/tests-only/jni-config.json
Outdated
Show resolved
Hide resolved
...axxer/HikariCP/6.0.0/src/test/resources/META-INF/native-image/tests-only/reflect-config.json
Outdated
Show resolved
Hide resolved
- Added GraalVM native agent configuration with conditional mode - Included - Updated to include and - Regenerated GraalVM metadata
- 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.
41dc61c
to
b21e1e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from my side. @mhalbritter what do you think? Can we proceed merging this?
Jep, looks good. |
What does this PR do?
user-code-filter.json
reflect-config.json
to includeHikariConfig#getCredentials
andHikariConfig#getExceptionOverride
Checklist before merging