Re: [go-cd] Java LTS Support in GoCD

2021-06-02 Thread Ketan Padegaonkar
On Wed, Jun 2, 2021 at 9:05 PM Jason Smyth wrote: > I am not clear how this affects the automatic update process for Static > Agents, though. Will the automatic update also update the JRE or will it > only update the GoCD Agent JARs? > Agents update only updates some of the agent jars. Which is

Re: [go-cd] Java LTS Support in GoCD

2021-06-02 Thread Jason Smyth
Thank you Ashwanth, Ketan and Aravind. Your replies and the resources you linked helped make things a lot clearer for me. It seems GoCD's stance is "We expect the majority of our users to use the bundled version of Java. Because multiple versions of Java can co-exist on a system with each appl

Re: [go-cd] Java LTS Support in GoCD

2021-06-02 Thread Aravind SV
Hello, There's also a similar conversation which happened over at: > Is it just too much work to test such an "old" version? I think, partially, yes. > Sorry if this is not the right place to raise this but it didn't seem appropriate to raise a GitHu

Re: [go-cd] Java LTS Support in GoCD

2021-06-02 Thread 'Ashwanth Kumar' via go-cd
I found another post on the OpenJDK mailing list to explain more clearly. http://mail.openjdk.java.net/pipermail/jdk-dev/2018-August/001841.html This further confirms that vendors who have forked OpenJDK might support it but not OpenJDK itself. On Wed, Jun 2, 2021, 7:57 PM Ashwanth Kumar wrote:

Re: [go-cd] Java LTS Support in GoCD

2021-06-02 Thread Ketan Padegaonkar
You are right in that we support the last couple of releases of java, this means that LTS versions may not actually be supported. The primary drive for this is the amount of testing required for each version of java that we supported, and some licensing issues around java 11 when oracle changed th

Re: [go-cd] Java LTS Support in GoCD

2021-06-02 Thread 'Ashwanth Kumar' via go-cd
Taking the notes from GoCD stance ( https://www.gocd.org/2019/05/21/official-stance-on-java/) and looking at IntelliJ blog post ( https://blog.jetbrains.com/idea/2018/09/using-java-11-in-production-important-things-to-know/), and OpenJDK releases page (https://jdk.java.net/archive/) and assuming my

[go-cd] Java LTS Support in GoCD

2021-06-02 Thread Jason Smyth
Hi all, Based on what I read in this recent thread , it seems GoCD only supports Java v >= (latest-2), regardless of Long-Term Support status of any releases. This would seem to indicate that even though Java 11 is the most recent LTS version a

Re: [go-cd] GOCD Server 21.2.0 Java version and Agent version mismatch (RHEL 7.6)

2021-06-02 Thread Prakash K
Thank you, I will proceed with jdk 15 for both server and agent. On Wed, Jun 2, 2021, 6:20 PM Marques Lee wrote: > I don't know why I'm quoting that line again when Sriram already did :). > Too impulsive at the keyboard before reading the whole message, lol. ignore > me. > > On Wed, Jun 2, 2021

Re: [go-cd] GOCD Server 21.2.0 Java version and Agent version mismatch (RHEL 7.6)

2021-06-02 Thread Marques Lee
I don't know why I'm quoting that line again when Sriram already did :). Too impulsive at the keyboard before reading the whole message, lol. ignore me. On Wed, Jun 2, 2021 at 1:18 AM Marques Lee wrote: > Ah yes, it looks like the minimum version has already been updated as of > git commit d72a9

Re: [go-cd] GOCD Server 21.2.0 Java version and Agent version mismatch (RHEL 7.6)

2021-06-02 Thread Marques Lee
Ah yes, it looks like the minimum version has already been updated as of git commit d72a92d53b1406fce1a0c96558b904493bf657ab. My knowledge was outdated: https://github.com/gocd/gocd/blob/56886178e9a4f65f8e7986c4622483d0118d4f73/build.gradle#L162-L163 You should use at least JDK 13 for both server