Skip to content

Conversation

@graalvmbot
Copy link
Collaborator

In this PR we introduce the schema for the dynamic-access-metadata.json JSON file. This file can be put on the classpath and is consumed by the Dynamic Access tab of the Build Report to expand the information on the correlation between metadata providing classpath JAR entries and the JAR entries they provide metadata for.

The schema follows the following format:

[
  {
    "metadataProvider": "<metadata_provider_jar_path>",
    "providesFor": [
      "<covered_entry_1_jar_path>",
      "<covered_entry_2_jar_path>",
      ...
    ]
  },
  ...
]

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 7, 2025
@graalvmbot graalvmbot merged commit 257b7aa into master Nov 7, 2025
13 checks passed
@graalvmbot graalvmbot deleted the jvukicev/GR-70727 branch November 7, 2025 21:44
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