-
-
Notifications
You must be signed in to change notification settings - Fork 251
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 Options for AdoptOpenJDK and Java 11 #869
Conversation
e1e99e6
to
28a9801
Compare
@mstormi Comments? |
f5c8b80
to
5c00d62
Compare
e9ff7bc
to
61bdc19
Compare
We have a problem right now with latest Azul build, but I cannot easily fall back due to the way the code works like when it was a static download URL. |
@mstormi I don't think that's necessary. The current issue is with the lack of ability to query an specific float (i.e. |
945c3c3
to
6209aa8
Compare
After all, stable it supposed to prevent breaking changes and broken code entering from our end not the upstream IMHO. By including the java install in the image than we already remove the weakest link in the install (or the link that we loose the most users from) as it will already be downloaded. Stable should not be restrictive but rather protected from developer mistakes that break code. |
Of course we should allow for updating if the user wants it, it never was my intention to restrict that. |
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.
LGTM but I couldn't validate functionality is as we discussed. Will need to test with a live system.
One last to go please incorporate the download change as per my last comment then I guess we're set.
Please create another PR to merge into testbuild.
Next time, please only ever change code related to the issue you open the PR for, else we're heading into chaos fast.
Could you also write a short announcement including things users should know ?
Add to repo as a file called "NEWS". That'll popup on future starts.
Will publish a request to the community to test testbuild on Sunday or so on the forum.
Remember the harder the review cycles the better the outcome.
Thanks for your patience - this was good work.
fb1c2ab
to
9fd3f58
Compare
@mstormi one last time, is this what you wanted? |
76f76d0
to
931b4cb
Compare
LGTM but now that I've merged #932 there's conflicting files, please resolve. Please remove NEWS.md again (I took a copy, but it would overwrite news from other PRs). And don't forget the testbuild PR please |
02b5e8d
to
6e1e60e
Compare
Please don't beat me now but I have been wondering if we should really deploy your Java into the testbuild branch or rather use master instead. Are you ok with that? |
are you sure it'll work on x86, too ? Cannot test that myself. |
@openhab/core-maintainers please check https://community.openhab.org/t/java-testdrive/99827 and let me know if you want any changes to that procedure and doc |
I think master is fine, I was wondering the same hing last night when I updtated the testbuild PR to make the files be more accurate. |
Fixes openhab#868 See Also openhab#629 Signed-off-by: Ethan Dye <[email protected]>
Signed-off-by: Ethan Dye <[email protected]>
Signed-off-by: Ethan Dye <[email protected]>
It should, the apt repo provides it for all of the platforms. Afterall that is why we are testing this :) |
Alright let's go live with master then. |
Here we are. Thanks for your work and patience. |
* Add Option for AdoptOpenJDK Fixes openhab#868 See Also openhab#629 * Add Java 11 Support * Prepare Java for inclusion in openHABian image Signed-off-by: Ethan Dye <[email protected]> Signed-off-by: Markus Storm <[email protected]>
* Add Option for AdoptOpenJDK Fixes openhab#868 See Also openhab#629 * Add Java 11 Support * Prepare Java for inclusion in openHABian image Signed-off-by: Ethan Dye <[email protected]> Signed-off-by: Markus Storm <[email protected]>
Fixes #868
See Also #629
Signed-off-by: Ethan Dye [email protected]