Build failed in Jenkins: Struts-JDK6-support-2.3 #1063

2017-06-23 Thread Apache Jenkins Server
See Changes: [Lukasz Lenart] Uses resource message key instead of passing message directly -- Started by user Lukasz Lenart [EnvInject] - Loading node environment v

Build failed in Jenkins: Struts-JDK6-support-2.3 #1064

2017-06-23 Thread Apache Jenkins Server
See -- Started by user Lukasz Lenart [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace

Re: Struts 2.5.11 test build is ready

2017-06-23 Thread Greg Huber
Getting a really strange message testing this : 1. org.apache.commons.lang3.reflect.MethodUtils.getMethodsListWithAnnotation(Ljava/lang/Class;Ljava/lang/Class;ZZ)Ljava/util/List; 2. java.lang.NoSuchMethodError: org.apache.commons.lang3.reflect.MethodUtils.getMethodsListWithAnnotatio

Re: Struts 2.5.11 test build is ready

2017-06-23 Thread Lukasz Lenart
Greg can you post the whole stack trace? 2017-06-23 10:04 GMT+02:00 Greg Huber : > Getting a really strange message testing this : > > >1. > > org.apache.commons.lang3.reflect.MethodUtils.getMethodsListWithAnnotation(Ljava/lang/Class;Ljava/lang/Class;ZZ)Ljava/util/List; >2. java.lang.N

Re: Struts 2.5.11 test build is ready

2017-06-23 Thread Lukasz Lenart
Just notice that the Struts 2.5.11 is using Commons-Lang 3.6, maybe this is the issue. 2017-06-23 10:04 GMT+02:00 Greg Huber : > Getting a really strange message testing this : > > >1. > > org.apache.commons.lang3.reflect.MethodUtils.getMethodsListWithAnnotation(Ljava/lang/Class;Ljava/lang

Re: Struts 2.5.11 test build is ready

2017-06-23 Thread Greg Huber
*javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.commons.lang3.reflect.MethodUtils.getMethodsListWithAnnotation(Ljava/lang/Class;Ljava/lang/Class;ZZ)Ljava/util/List;* org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:909) org.apa

Re: Struts 2.5.11 test build is ready

2017-06-23 Thread Greg Huber
OK, great, switched to 3.6 and seems to work now. Cheers Greg. On 23 June 2017 at 09:15, Lukasz Lenart wrote: > Just notice that the Struts 2.5.11 is using Commons-Lang 3.6, maybe > this is the issue. > > 2017-06-23 10:04 GMT+02:00 Greg Huber : > > Getting a really strange message testing this

Re: Build failed in Jenkins: Struts-JDK6-support-2.3 #1063

2017-06-23 Thread Yasser Zamani
Class "hudson.remoting.Launcher" has been compiled with jdk7 so you get this message when you use jdk6. (I had same problem with maven then I replaced last maven which is compatible with jdk6) On 6/23/2017 11:57 AM, Apache Jenkins Server wrote: > See >

Re: Build failed in Jenkins: Struts-JDK6-support-2.3 #1063

2017-06-23 Thread Yasser Zamani
I found the documentation at [1]. Further info at [2] and [3] are available. [1] https://github.com/jenkins-infra/jenkins.io/pull/554/files [2] https://issues.jenkins-ci.org/browse/JENKINS-40810 [3] https://issues.apache.org/jira/browse/INFRA-13556 On 6/23/2017 1:49 PM, Yasser Zamani wrote: > Cl

Re: Build failed in Jenkins: Struts-JDK6-support-2.3 #1063

2017-06-23 Thread Yasser Zamani
It seems we have to have different jenkins master and slaves for JDK6; Or drop the support of JDK6; Or downgrade jenkins master to JDK6. On 6/23/2017 2:05 PM, Yasser Zamani wrote: > I found the documentation at [1]. > > Further info at [2] and [3] are available. > > [1] https://github.com/jenkins

Re: Struts 2.5.11 test build is ready

2017-06-23 Thread Christoph Nenning
Hi, it's working great in my apps! But I had to adjust some things: - explicitly upgrade versions of logging library and apis (log4j to 2.8.2 and slf4j to 1.7.24) - we have some custom code dealing with TextProvider, that needed to be adapted after refactoring in struts regards, Christoph