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

[CORE] Do not rely on system property java.class.path to discover components #8483

Closed
zhztheplayer opened this issue Jan 9, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@zhztheplayer
Copy link
Member

zhztheplayer commented Jan 9, 2025

This is the final fix for issues similar to #8462.

Some platforms use customized ways to load jar files, E.g., by customizations on class loaders, by manifest files, etc. java.class.path is not 100% reliable in these cases. We should remove the access to java.class.path then adopt a more consistent approach with Java's built-in service loading procedure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant