-
Notifications
You must be signed in to change notification settings - Fork 51
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
Improve JDK tools #211
Comments
The validation could/should be extended with:
|
Make all tools support ToolFinder.ofSystem().findAll().stream()
.sorted(Comparator.comparing(ToolProvider::name))
.forEach(tool -> bach.run(tool, tool.name().equals("javap") ? "-version" : "--version")); yields
|
Let |
The |
Why don't some tools implement |
java -jar MJAR
"module-style" using s/t likejava --module-path MJAR --module- NAME
javac --module
"up-to-date check for deleted" classesjdeps -Werror --module-path --check MODULE
jar --check --file
"sanity, .class versions"jar --reproducible
https://vishia.orgjarsigner
sign and validate via https://sigstore.devThe text was updated successfully, but these errors were encountered: