Stewart X Addison
Stewart X Addison
With the merging of https://github.com/adoptium/infrastructure/pull/3073 we should be able to get these all (other than Solaris) updated to the latest LTS (JDK21)
Related: Jenkins next LTS requires java 17: https://github.com/adoptium/infrastructure/issues/3741
All systems are now up to JDK17 (which is why we cant' run Solaris jobs directly any more. `Don't mark agents temporarily offline` has already been unchecked. I'll keep this...
Gradle will now work as it has been updated to a version which works with JDK21 in https://github.com/adoptium/installer/pull/1242 - closing.
@karianna Is there any information on this - is it being actively worked on by your team and/or likely to cause us a problem?
@karianna Do you know if this was actioned?
Confirmed that this is an issue for JDK24+: ``` 13:14:10 checking for graphviz dot... no, cannot generate full docs or man pages 13:14:10 checking for pandoc... no, cannot generate full...
Fortunately it will pick up a version that is on the host system and does require it to be added to the devkit.
> And it fact it's not compatible: > `pandoc: unrecognized option '--eol=lf'` Three options that I see: 1. Don't ship the man pages for now 2. Switch to using a...
It's not a simple `configure; make; make install` from source sadly so this isn't a trivial fix. There are statically linked binaries available from https://github.com/jgm/pandoc/releases/tag/2.19.2 although I'd prefer not to...