You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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
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.
Arose here, agreed by @ann0see here and @hoffie here.
The text was updated successfully, but these errors were encountered: