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

Suggest Java 17 package installation for openHAB 4 #216

Closed
wborn opened this issue Dec 20, 2022 · 3 comments · Fixed by #217
Closed

Suggest Java 17 package installation for openHAB 4 #216

wborn opened this issue Dec 20, 2022 · 3 comments · Fixed by #217

Comments

@wborn
Copy link
Member

wborn commented Dec 20, 2022

With #215 the openHAB-Linuxpkg build succeeds for OH 4.

Though the packages probably may need some additional updates for OH 4.
E.g. the "suggests" should be updated because Java 17 is required:

suggests('default-jre | java11-runtime | java11-runtime-headless')

@BClark09
Copy link
Member

BClark09 commented Feb 6, 2023

Thanks @wborn, default-jre for most distributions usually points to Java 11 at the moment. So we may need to change it to something like:

suggests('openjdk-17-jdk |  java17-runtime  |  java17-runtime-headless')

I'm assuming openHAB 3 will still get patches? Will need to consider if we should have different branches for the meantime.

@wborn
Copy link
Member Author

wborn commented Feb 12, 2023

Yes more OH 3.4 releases with patches are to be expected.

@BClark09
Copy link
Member

Thanks @wborn, I've have made the above pull request.

I've have created a 3.x branch - we should use this in any Jenkins build that patches 3.4.

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

Successfully merging a pull request may close this issue.

2 participants