Skip to content

[GR-62284] Introduce RegistrationCondition and TypeReachabilityCondition #11139

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

Right now we don't have public API for user to create conditions that are used in metadata registration.
In this PR we are dividing ConfigurationCondition into InclusionCondition(Public API) and TypeCondition(Internal implementation). TypeCondition is class that represents both TypeReached and TypeReachable (legacy) conditions.
All usage of ConfigurationCondition is removed.
Review entry points: InclusionCondition, TypeCondition.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 6, 2025
@graalvmbot graalvmbot changed the title [GR-62284] Introduce InclusionCondition and TypeCondition [GR-62284] Introduce RegistrationCondition and TypeReachabilityCondition May 6, 2025
@graalvmbot graalvmbot force-pushed the mm/GR-62284-configuration-condition-api-changes branch from d63d66f to 1fcebfd Compare May 6, 2025 13:51
ConfigurationCondition is divided into RegistrationCondition(API) and TypeReachabilityCondition(implementation).

Replaced all usages of ConfigurationCondition.
@graalvmbot graalvmbot force-pushed the mm/GR-62284-configuration-condition-api-changes branch from 1fcebfd to 535cf93 Compare May 7, 2025 11:01
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.

1 participant