Re: JDK8 or JDK11 to be used for Jenkins ?

2021-04-30 Thread mj1414...@gmail.com
Hello, update: " On the slaves we just found a blocker: We get a problem on building for Coverity (SCA). (I suspect a tool to fetch the different parts of the SW, which uses Java) " We found the culprit: A internal tool, which uses Java and got the check wrong. It tries to check for JDK >= 8

Re: JDK8 or JDK11 to be used for Jenkins ?

2021-01-25 Thread mj1414...@gmail.com
Hello Daniel, yes, we're on 2.263.1. (The open bug on the .2 is blocking us for the update) Obviously should have mentioned the Jenkins version used ;-) How to handle these " WARNING: Illegal reflective access" ? I see a whole bunch of them. Given your statement about weekly releases, it

Re: JDK8 or JDK11 to be used for Jenkins ?

2021-01-25 Thread Daniel Beck
> On 25. Jan 2021, at 13:37, mj1414...@gmail.com wrote: > > WARNING: Illegal reflective access by > com.thoughtworks.xstream.core.util.Fields > (file:/var/fpwork/ltedlphy/jenkinsCurrent/home/war/WEB-INF/lib/xstream-1.4.7-jenkins-1.jar) > to field java.util.TreeMap.comparator At most

Re: JDK8 or JDK11 to be used for Jenkins ?

2021-01-25 Thread mj1414...@gmail.com
I've updated from JDK 8 (jdk8u265-b01) to JDK11 (jdk-11.0.9.1+1) Now I see in the log: WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/var/fpwork/ltedlphy/jenkinsCurrent/home/war/WEB-INF/lib/xstream-1.4.7-jenkins-1.jar) to field

Re: JDK8 or JDK11 to be used for Jenkins ?

2020-12-11 Thread Richard Bywater
Personally if you are starting from a new Jenkins version then I'd go JDK11 unless you hit some strange edge-case issue where you might need to roll it back to JDK8. Although JDK8 isn't going anywhere in the short term its probably best to keep with the newest LTS version of Java to not make the

Re: JDK8 or JDK11 to be used for Jenkins ?

2020-12-11 Thread Tej Singh Rana
> > Is an update planned to make JDK11 the preferred version ? I don't think so. Depends on your Jenkins version. It matters when you use similar and above Jenkins 2.164. Regards, On Fri, Dec 11, 2020 at 3:30 PM mj1414...@gmail.com wrote: > Hello, > I'm trying to decide, whether I should use

Re: JDK8 or JDK11 to be used for Jenkins ?

2020-12-11 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, den 11.12.2020, 02:00 -0800 schrieb mj1414...@gmail.com: > I'm trying to decide, whether I should use JDK8 or JDK11 to run > Jenkins. We run ours on 11. HTH... Dirk -- Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | RecommindPhone: +49 2226 15966

JDK8 or JDK11 to be used for Jenkins ?

2020-12-11 Thread mj1414...@gmail.com
Hello, I'm trying to decide, whether I should use JDK8 or JDK11 to run Jenkins. So far I have been using JDK8. If I look at the documentation, I find: "Installing Jenkins" https://www.jenkins.io/doc/book/installing/ points to "Java Requirements"