openhab / openhab-linuxpkg

Repo for Linux packages
Eclipse Public License 2.0
18 stars 33 forks source link

Upgrade to bookworm may break openhab #224

Open narc-Ontakac2 opened 10 months ago

narc-Ontakac2 commented 10 months ago

I was totally surprised when after the upgrade to 4.0.2-1 my openhab stopped working with some felix complaining about a missing requirement. What actually happened was that the upgrade to bookworm 2 weeks before had removed java 17, which is no longer the default java, without restarting openhab. Explicitely installing java 17 it fixed it. It might make sense to turn

Suggests: openjdk-17-jre | java17-runtime | java17-runtime-headless | zulu17-jdk | temurin-17-jdk

into a Depends.

J-N-K commented 10 months ago

@openhab/linuxpkg-maintainers Can you check what is possible here? I can't transfer the issue to your repository.