Open sebastienros opened 4 months ago
Has there been any changes on the available versions of the JDK?
Can we install a more recent version of the JDK? 11 is very old and while it is still under extended support, we really should be using a more modern version like 21 (LTS).
I feel this is now two separate requests:
@BrennanConroy could you move (2) into a new issue and provide a bit more background e.g. EOL dates and your preferred timeline❓
I am fine if
If it's less work to go to 21 first then let's do that.
The Windows images have JDK 11.0.23 installed but the Linux and MacOS ones have JDK 8. As I am trying to get the aspnet repository to build successfully when users have a more recent version locally, we need to bump Gradle version in our script, but the new version then doesn't support JDK 8 anymore.
For this reason, and also in order to have some consistency (to reduce potential custom steps for each OS target) I'd like to have JDK 11 also available on Linux and MacOS images. NB: we should check if the distribution we use for JDK 8 is still supported (released in 2018)).
Release Note Category
Release Note Description