Skip to content
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

[GR-54953] Options to include all metadata from module or classpath entry #10180

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

Conversation

graalvmbot
Copy link
Collaborator

@graalvmbot graalvmbot commented Nov 28, 2024

To enable easier support for libraries this PR introduces a mode to include all metadata from module, class-path entry, or a package. This will allow users to more easily support third-party libraries and get more user-friendly experience with Native Image.

The flags that are introduced are the following:

-H:IncludeAllMetadataForModule=<module>
-H:IncludeAllMetadataForClassPathEntry=<classpath-entry>
-H:+IncludeAllMetadataForClassPath

The entry point for review is the SubstrateOptions file where all the options are defined.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 28, 2024
@graalvmbot graalvmbot force-pushed the vj/GR-54953-include-all-for-reflection branch 4 times, most recently from ddbfdd6 to 8ca7704 Compare December 3, 2024 13:56
@vjovanov vjovanov changed the title [GR-54953] Options to include all metadata from module or classpath entry. [GR-54953] Options to include all metadata from module or classpath entry Dec 3, 2024
@graalvmbot graalvmbot force-pushed the vj/GR-54953-include-all-for-reflection branch from 8ca7704 to 1fcdae6 Compare December 9, 2024 12:38
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