Skip to content

[GR-62940] API for metadata registration that uses conditions #11075

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

Conversation

graalvmbot
Copy link
Collaborator

Current API for metadata registration is too complicated and does not support conditional registrations.
Introduction of new simplified API for metadata registration based on conditions, that has similar semantics as reachability-metadata.json.
Instance of class for metadata registration must be created with factory method via Feature#AfterRegistrationAccess. Any attempt to register metadata after Feature#afterRegistration throws an error.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 23, 2025
@graalvmbot graalvmbot force-pushed the mm/GR-62940-new-API-for-metadata-registration branch 2 times, most recently from caafa0a to 21d1b60 Compare April 23, 2025 22:02
@graalvmbot graalvmbot changed the title [GR-62940] Introduce new API for metadata registration [WIP][GR-62940] Introduce new API for metadata registration Apr 24, 2025
@graalvmbot graalvmbot force-pushed the mm/GR-62940-new-API-for-metadata-registration branch 5 times, most recently from c56713c to b759354 Compare April 29, 2025 12:14
@graalvmbot graalvmbot force-pushed the mm/GR-62940-new-API-for-metadata-registration branch 6 times, most recently from 9df5a56 to f95421a Compare May 12, 2025 09:54
@graalvmbot graalvmbot force-pushed the mm/GR-62940-new-API-for-metadata-registration branch 6 times, most recently from 7be6081 to c149086 Compare May 21, 2025 13:53
@graalvmbot graalvmbot force-pushed the mm/GR-62940-new-API-for-metadata-registration branch 3 times, most recently from 65fbdc3 to 409b6c4 Compare May 28, 2025 08:53
@graalvmbot graalvmbot changed the title [WIP][GR-62940] Introduce new API for metadata registration [GR-62940] Introduce new API for metadata registration May 28, 2025
@graalvmbot graalvmbot force-pushed the mm/GR-62940-new-API-for-metadata-registration branch 5 times, most recently from 9351a95 to 778f204 Compare June 2, 2025 22:48
@graalvmbot graalvmbot force-pushed the mm/GR-62940-new-API-for-metadata-registration branch 7 times, most recently from 51e1b7b to 9f54b03 Compare June 6, 2025 16:35
@graalvmbot graalvmbot changed the title [GR-62940] Introduce new API for metadata registration [GR-62940] API for metadata registration that uses conditions Jun 10, 2025
@graalvmbot graalvmbot force-pushed the mm/GR-62940-new-API-for-metadata-registration branch 7 times, most recently from 45d215c to 9f0277f Compare June 16, 2025 10:35
@graalvmbot graalvmbot force-pushed the mm/GR-62940-new-API-for-metadata-registration branch from 9f0277f to b0ed262 Compare June 19, 2025 14:44
@graalvmbot graalvmbot force-pushed the mm/GR-62940-new-API-for-metadata-registration branch from b0ed262 to bb1b1bb Compare June 23, 2025 13:33
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.

2 participants