Skip to content

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

erguiti-imane
Copy link
Member

What does this PR do?

  • Added GraalVM native agent configuration with conditional mode
  • Included user-code-filter.json
  • Updated reflect-config.json to include HikariConfig#getCredentials and HikariConfig#getExceptionOverride
  • Regenerated GraalVM metadata

Checklist before merging

@erguiti-imane erguiti-imane requested a review from a team as a code owner February 21, 2025 19:06
@dnestoro
Copy link
Member

dnestoro commented Mar 3, 2025

@vjovanov please review this pull request when possible as we are planning to have a new release of reachability metadata (+Native Build Tools) soon.

@dnestoro
Copy link
Member

@mhalbritter can you please review this PR as you added initial tests for HikariCP?

- 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.
Copy link
Member

@dnestoro dnestoro left a 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?

@mhalbritter
Copy link
Collaborator

Jep, looks good.

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.

3 participants