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 and got confused by finding JDK11 (with a differently formatted version string (Sun JJDK <=> openJDK) So there never was a specific Coverity problem and we fixed our specific one. We're currently using JDK11 on master and all slaves.
Martin [email protected] schrieb am Montag, 25. Januar 2021 um 16:14:19 UTC+1: > 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 probably doesn't make sense > to report unreported once - does it ? > > 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) > So far I don't understand, why the "normal" build seems to be ok. (Should > be affected as well) I need a closer look. > > Martin > Daniel Beck schrieb am Montag, 25. Januar 2021 um 14:18:07 UTC+1: > >> >> >> > On 25. Jan 2021, at 13:37, [email protected] <[email protected]> >> 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 you're on the current LTS release. Weekly releases have already >> been updated beyond this version of X-Stream, see >> https://www.jenkins.io/blog/2020/11/10/spring-xstream/ >> >> They may no longer show this warning, or at least not as often. >> https://github.com/x-stream/xstream/issues/101 seems to track it in >> general upstream. >> >> -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/3134ff32-f6ba-4584-b00a-fd0695dddd4an%40googlegroups.com.
