Skip to content

[GR-65391] Add reflection metadata for HKDF. #11274

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 1 commit into
base: master
Choose a base branch
from

Conversation

graalvmbot
Copy link
Collaborator

@graalvmbot graalvmbot commented May 28, 2025

After updating the JDK to 25+23, due to this change, it was necessary to add new metadata for reflective access. Before the PR, HKDF was allocated directly, but now it is instantiated reflectively using the KDF API.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 28, 2025
@jovanstevanovic jovanstevanovic self-assigned this May 28, 2025
Copy link
Collaborator

@zakkak zakkak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Tested on Quarkus and it resolves some issues that were introduced with the JDK 25+23 bump.

Not sure what's the issue with the CI run. I can't see the logs.

Thank you @jovanstevanovic

@jovanstevanovic
Copy link
Member

@zakkak Great! The problem was that some reflective metadata was missing due to a recent JDK change (PR).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants