-
Notifications
You must be signed in to change notification settings - Fork 744
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Tracking: V2 setup-java #98
Comments
I would suggest changing the stated goal (in the PR and ADR) to adding support for multiple distos (rather than a specific one). I believe that is the actual subject for which there is wide demand and support. I would also propose that we add a goal to address #84 (built in use of caching) in v2, as this will likely significantly improve workflow execution times and reduce bandwidth requirements. Another (seemingly minor, but affects expected output) item I’d propose to see addressed in v2 is #92 |
Hello!
README for v2-preview: https://github.com/actions/setup-java/tree/v2-preview |
@maxim-lobanov should Setup Java really continue to have the support for managing Maven's settings.xml ? Shouldn't that be done by a Maven-specific Action? I feel this is an overeach of functionality. |
The v2-preview README doesn't document that |
Thank you for pointing on it. Actually, |
how is it coming along? It's now 8 months since the ADR was created.. |
Hello @davidkarlsen. We released |
Docs and starter workflows have been updated! Closing out |
This issue will track the progress of the
v2
version ofsetup-java
.One of the core goals of the
v2
version is to support downloading different distributions of Java. CurrentlyZulu
builds of OpenJDK are downloaded and installed but withv2
we will be adding support foradoptOpenJDK
builds of OpenJDK as well. Because this is a major change, av2
major update is warranted.One of the main goals of
v2
is also to makesetup-java
extensible so that other distributions can be supported as well.Major TODO items:
v2
version: V2 setup-java ADR #97v2-preview
branchv2-preview
branchv2-preview
branchv2-preview
changes, merge the branch intomain
v2
instead ofv1
tagsThe text was updated successfully, but these errors were encountered: