jitsi / handbook

The Jitsi Handbook
https://jitsi.github.io/handbook/
Apache License 2.0
186 stars 460 forks source link

Update quickstart.md to add OpenJDK 11 for Debian Bookworm #447

Open zaitseff opened 1 year ago

zaitseff commented 1 year ago

Debian Bookworm (12.x) does not have OpenJDK 11 packaged for it. Add instructions for obtaining a backport of this version of OpenJDK from The ZAP Group Australia.

saghul commented 1 year ago

Why not use AdoptOpenJDK? Feels more "official".

zaitseff commented 1 year ago

Because (a) I didn't know about AdoptOpenJDK, (b) my version is a fully Debian-compliant package, not just a random non-dpkg binary install and (c) it's what I'm using on The ZAP Group Australia web server to provide our Jitsi instance :-)

zaitseff commented 1 year ago

BTW, the Git repo for OpenJDK 11 from The ZAP Group Australia is at https://www.zap.org.au/git-browser/debian-packages/pkg-openjdk-11.git/ -- this allows anyone to check the exact differences between the Debian upstream version of the package and the one provided by us.

saghul commented 1 year ago

It's not a random binary, they provide Debian repositories too.

We have used it the past and it's what we'll use in the Docker setup for Bookworm.