Re: java.lang.VerifyError: (class: com/thoughtworks/xstream/core/util/SerializationMembers ...

2021-02-11 Thread Ivan Fernandez Calvo
yep, I found the culprit, one dependency that I do not need +--- org.jenkins-ci.plugins:job-dsl-core:1.77 |+--- org.codehaus.groovy:groovy-all:2.4.12 -> 2.5.14 (*) |+--- xmlunit:xmlunit:1.4 |\--- org.jvnet.hudson:xstream:1.4.7-jenkins-1 El miƩrcoles, 10 de febrero de 2021 a las

Re: java.lang.VerifyError: (class: com/thoughtworks/xstream/core/util/SerializationMembers ...

2021-02-10 Thread Jesse Glick
On Wed, Feb 10, 2021 at 1:26 PM kuisathaverat wrote: > I know it is because of the change of the XStream > but I dunno what I have to change. Any idea? > Maybe you have the old forked XStream in your test classpath somewhere? -- You received this message because you are subscribed to the

java.lang.VerifyError: (class: com/thoughtworks/xstream/core/util/SerializationMembers ...

2021-02-10 Thread kuisathaverat
groovy') .collect { new File(it) } } } This is the exception in Jenkins [Feb 10, 2021 6:50:59 PM jenkins.model.Jenkins SEVERE: Failed to load Jenkins.class java.lang.VerifyError: (class: com/thoughtworks/xstream/core/util/SerializationMembers, method: callReadResolve signature: (Ljava/lang/Object;