Description
What is the current behaviour and why should it be changed?
The Jamulus for Android build process currently requires Java 8 to run. As Java 8 is out of support (since March 2022), the build should move onto the current GA LTS version (Java 17).
Unfortunately, whilst Android SDK has moved forwards, as of March 2020 only JDK 11 was supported (released 2018). JDK 17 (September 2021) is not yet supported.
Describe possible approaches
- Stick with Java 8 until JDK 17 support arrives
- Move to JDK 11 to remain on a supported Java version
I'd suggest we move to JDK 11. It's likely to take some time for Google to move to 17 - there does not appear to be any roadmap published. They may choose to wait until the next LTS after 17 comes out to move onto 17, for example, which will be around 2024.
Note that this does not affect Jamulus itself, only the Android APK packaging.
Metadata
Metadata
Assignees
Type
Projects
Status
Activity
pljones commentedon Apr 19, 2023
Do we want to include this ni 3.10.0? If so, is there anyone able to spend some time on it?Moving to Triage and dropping the milestone as we've no Android development interest, as far as I can tell.
pljones commentedon Aug 12, 2023
https://developer.android.com/build/jdks#groovy
Above has some details that may help. Android SDK building now supports Java 17 as both source and target. We'd need to target 11 if we need any compilation.