-
Notifications
You must be signed in to change notification settings - Fork 766
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
Add support for Liberica JDK #225
Conversation
Hey, |
@RazorNd, I have left a couple of nitpicks. If you can fix them and pull latest |
Co-authored-by: Maxim Lobanov <maxim-lobanov@github.com>
Thanks for your corrections. I fixed them. I pulled |
@dmitry-shibanov Are there any issues? Anything that blocks approving the workflows? |
Hello @RazorNd. Thank you for your pull request. Could you please add e2e tests. I've tested your changes and got error during java installation. I've used such workflow as:
|
@dmitry-shibanov thanks for the hint. I fixed the errors that occurred during e2e testing. build example Also I tried adding e2e test in current workflow. Update for worflow. Add these changes to the current PR? |
@RazorNd As far as I can see other recent additions (openj9) included e2e-versions.yml changes. |
Hello @RazorNd. Thank you for updating branch with e2e tests. I've tested your changes from my side. In general it works as expected, but I have one minor question:
|
@dchuyko I was not sure if changing the pipeline for a non-owner is a good idea. But as a last resort I'll revert my changes. |
@dmitry-shibanov I also noticed this yesterday. But if you look in API, Liberica has only 2 early access builds for Java 8. @dchuyko you don't release anymore early access builds? Or am I doing something wrong? API Request Example |
Currently EA is not among public artifacts (new versions). But it may appear again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah very good n smart
Hello @giltene. If you do not mind, could you please take a look on this pull request ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @RazorNd! Thank you for the contribution!
Overall looks good to me! I've left a few minor comments
@MaksimZhukov thanks for you comments. I have resolved all the problems you are reporting. |
Hello @RazorNd. We want to describe our next steps. We will merge your pull request and release a new version next week. We will notify you when we release a new version and update the tag v2. |
Description:
Add support for Liberica JDK distribution.
Related issue:
#70
Check list: