Re: Struts 2.4

2018-04-26 Thread Yasser Zamani
On 4/26/2018 12:45 PM, Yasser Zamani wrote: > > > On 4/26/2018 12:30 PM, Lukasz Lenart wrote: >> 2018-04-26 9:52 GMT+02:00 Yasser Zamani : >>> So now I'm confused how this is possible. As I mentioned I checked out >>> STRUTS_2_3_24 which has been released about 3 years

Re: Struts 2.4

2018-04-26 Thread Yasser Zamani
On 4/26/2018 11:17 AM, Lukasz Lenart wrote: > 2018-04-26 8:44 GMT+02:00 Yasser Zamani : >> I see even STRUTS_2_3_24 (5/3/2015) fails on Struts2PortletTest.java >> (with both JDK6 & 7 and last compatible mvn with it)! >> >> Caused by: org.apache.jasper.JasperException: >>

Re: Struts 2.4

2018-04-26 Thread Lukasz Lenart
2018-04-26 9:52 GMT+02:00 Yasser Zamani : > So now I'm confused how this is possible. As I mentioned I checked out > STRUTS_2_3_24 which has been released about 3 years ago which means we > was able to have a successful build with JDK6 from it. But now it fails > in

Re: Struts 2.4

2018-04-26 Thread Yasser Zamani
On 4/25/2018 12:38 PM, Lukasz Lenart wrote: > 2018-04-25 10:06 GMT+02:00 Yasser Zamani : >> I found that 2.4 has following diff: >> >> pom.xml >> >> **/TestBean.java >> +**/Struts2PortletTest.java >> +**/ChartResultTest.java >> > > Ach... right :) > I see even

Re: Struts 2.4

2018-04-26 Thread Lukasz Lenart
2018-04-26 8:44 GMT+02:00 Yasser Zamani : > I see even STRUTS_2_3_24 (5/3/2015) fails on Struts2PortletTest.java > (with both JDK6 & 7 and last compatible mvn with it)! > > Caused by: org.apache.jasper.JasperException: > /WEB-INF/view/index.jsp(1,42) PWC6117: File

Re: Struts 2.4

2018-04-26 Thread Yasser Zamani
On 4/26/2018 12:30 PM, Lukasz Lenart wrote: > 2018-04-26 9:52 GMT+02:00 Yasser Zamani : >> So now I'm confused how this is possible. As I mentioned I checked out >> STRUTS_2_3_24 which has been released about 3 years ago which means we >> was able to have a successful

Build failed in Jenkins: Struts-master-JDK7-dependency-check #60

2018-04-26 Thread Apache Jenkins Server
See Changes: [lukaszlenart] Upgrades dependencies to Servlet API 2.5 and JSP API 2.1 [lukaszlenart] Uses proper headers in web.xml [lukaszlenart] Implements missing method [lukaszlenart] Adds

Re: Struts 2.4

2018-04-26 Thread Lukasz Lenart
2018-04-26 20:01 GMT+02:00 Yasser Zamani : > According to [1] then [2], it seems JFreeChartTest fails on OpenJDK > because "OpenJDK does not have a native JPEG encoder". However, I'm not > sure. Could you please test if same fail occurs with another JDK? I > wasn't able to