Re: Struts 2.4

2018-05-08 Thread Lukasz Lenart
I was referring to Jackson library, which uses Java 7 now and I'm not able to port this fix to Struts 2.3.x https://cwiki.apache.org/confluence/display/WW/S2-054 2018-05-08 9:08 GMT+02:00 Yasser Zamani : > > > On 5/8/2018 11:16 AM, Lukasz Lenart wrote: >> I'm working on a new release of Struts 2.3

Re: Struts 2.4

2018-05-08 Thread Yasser Zamani
On 5/8/2018 11:16 AM, Lukasz Lenart wrote: > I'm working on a new release of Struts 2.3.x but it will be the last > release from this branch, it's very hard to keep support especially > using Java 6 and old dependencies. I thought I should say that I had found that recent difficulties with build

Re: Struts 2.4

2018-05-07 Thread Lukasz Lenart
I'm working on a new release of Struts 2.3.x but it will be the last release from this branch, it's very hard to keep support especially using Java 6 and old dependencies. 2018-05-02 8:15 GMT+02:00 Lukasz Lenart : > Great, I will prepare a new release :) > > 2018-04-27 13:43 GMT+02:00 Yasser Zaman

Re: Struts 2.4

2018-05-01 Thread Lukasz Lenart
Great, I will prepare a new release :) 2018-04-27 13:43 GMT+02:00 Yasser Zamani : > > > On 4/27/2018 10:12 AM, Lukasz Lenart wrote: >> Looks like you are right, switching to non-OpenJDK resolved the >> problem. So we can release a new 2.3.x version :) >> > > Great! I think we also can delete 2.4 b

Re: Struts 2.4

2018-04-27 Thread Yasser Zamani
On 4/27/2018 10:12 AM, Lukasz Lenart wrote: > Looks like you are right, switching to non-OpenJDK resolved the > problem. So we can release a new 2.3.x version :) > Great! I think we also can delete 2.4 branch as now we're able to build 2.3.x with java 6 :) > And if you need access to Jenkins,

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 do myself as I don't have

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 ago which means we >>> wa

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 with JDK6 from it. But

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 exactly same environment (same j

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: >> /WEB-INF/view/index.jsp(1

Re: Struts 2.4

2018-04-25 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 "/struts-tags" not found >

Re: Struts 2.4

2018-04-25 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 STRUTS_2_3_24 (5/3/2015) fails

Re: Struts 2.4

2018-04-25 Thread Lukasz Lenart
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 :) Regatds -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: Struts 2.4

2018-04-25 Thread Yasser Zamani
On 4/25/2018 10:08 AM, Lukasz Lenart wrote: > Not really :( > > https://builds.apache.org/view/S-Z/view/Struts/job/Struts-2-3-JDK6/2/console I found that 2.4 has following diff: pom.xml **/TestBean.java +**/Struts2PortletTest.java +**/ChartResultTest.java and I see in my local, 2.3.x also s

Re: Struts 2.4

2018-04-24 Thread Lukasz Lenart
to support 2.3.x on Java 6, I will switch to Java 7 and brand >> it Struts 2.4 > > Now that root cause of JDK6 compile fails found [1], I think we can > delete 2.4 branch entirely and continue back with 2.3.x :) > > Regards. > > [1] > https://github.com/apach

Re: Struts 2.4

2018-04-24 Thread Yasser Zamani
On 11/29/2017 11:26 AM, Lukasz Lenart wrote: > I'm going to release a new version of Struts 2.3.x but because we are > not able to support 2.3.x on Java 6, I will switch to Java 7 and brand > it Struts 2.4 Now that root cause of JDK6 compile fails found [1], I think we can del

Re: Struts 2.4

2018-04-24 Thread Yasser Zamani
On 4/24/2018 4:52 PM, Lukasz Lenart wrote: > Now it passes ... this is strange :P No problem, I love stranges :) Finally I fixed this enjoyable issue ;) Regards. - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For

Re: Struts 2.4

2018-04-24 Thread Lukasz Lenart
Now it passes ... this is strange :P 2018-04-24 12:47 GMT+02:00 Yasser Zamani : > > > On 4/24/2018 1:17 PM, Lukasz Lenart wrote: >> Finally, I was able to push changes to 2.4 - yesterday the repo was >> out of sync, now it works :) > > Great! Now all webapp modules built except "Struts 2 Rest Show

Re: Struts 2.4

2018-04-24 Thread Yasser Zamani
On 4/24/2018 1:17 PM, Lukasz Lenart wrote: > Finally, I was able to push changes to 2.4 - yesterday the repo was > out of sync, now it works :) Great! Now all webapp modules built except "Struts 2 Rest Showcase Webapp" [1]. Do you think or would you like also test if excluding it causes always s

Re: Struts 2.4

2018-04-24 Thread Lukasz Lenart
Finally, I was able to push changes to 2.4 - yesterday the repo was out of sync, now it works :) 2018-04-24 8:50 GMT+02:00 Lukasz Lenart : > 2018-04-24 8:40 GMT+02:00 Yasser Zamani : >> On 4/23/2018 11:31 PM, Lukasz Lenart wrote: >>> I had the same problem before, I was able to build this module a

Re: Struts 2.4

2018-04-23 Thread Lukasz Lenart
2018-04-24 8:40 GMT+02:00 Yasser Zamani : > On 4/23/2018 11:31 PM, Lukasz Lenart wrote: >> I had the same problem before, I was able to build this module alone. > > Yes I had seen. Did you mean [1], the first occurrence of such error? No, it happened locally before I have started working on 2.4 >

Re: Struts 2.4

2018-04-23 Thread Yasser Zamani
On 4/23/2018 11:31 PM, Lukasz Lenart wrote: > I had the same problem before, I was able to build this module alone. Yes I had seen. Did you mean [1], the first occurrence of such error? > It only fails when building the whole project. There were some other > modules that failed as well. Could

Re: Struts 2.4

2018-04-23 Thread Lukasz Lenart
2018-04-21 23:21 GMT+02:00 Yasser Zamani : > It seems this problem only occurs for "Struts 2 Webapps" module [1]. I > tried to verify this in Jenkins but I didn't have access to configs. I > also tried a PR but forgot that PR doesn't build against JDK6. So could > you please verify if jdk6 starts w

Re: Struts 2.4

2018-04-21 Thread Yasser Zamani
On 4/16/2018 11:45 AM, Lukasz Lenart wrote: > Hm... it doesn't work with Jenkins and Java 6, but works locally (no > idea what's the difference). The error is below > > https://builds.apache.org/view/S-Z/view/Struts/job/Struts-2-4-JDK6/36/console > > > [INFO] Compiling 4 source files to > /hom

Re: Struts 2.4

2018-04-21 Thread Lukasz Lenart
toph >>> >>> >>> >>>> -Ursprüngliche Nachricht----- >>>> Von: Lukasz Lenart [mailto:lukaszlen...@apache.org] >>>> Gesendet: Montag, 16. April 2018 09:15 >>>> An: Struts Developers List >>>> Betreff: Re: S

Re: Struts 2.4

2018-04-19 Thread Lukasz Lenart
mpiler-plugin ? > > > Regards, > Christoph > > > >> -Ursprüngliche Nachricht- >> Von: Lukasz Lenart [mailto:lukaszlen...@apache.org] >> Gesendet: Montag, 16. April 2018 09:15 >> An: Struts Developers List >> Betreff: Re: Struts 2.4 >> &

AW: Struts 2.4

2018-04-16 Thread Christoph.Nenning
Maybe different minor versions of jdk, maven or maven-compiler-plugin ? Regards, Christoph > -Ursprüngliche Nachricht- > Von: Lukasz Lenart [mailto:lukaszlen...@apache.org] > Gesendet: Montag, 16. April 2018 09:15 > An: Struts Developers List > Betreff: Re: Struts 2.

Re: Struts 2.4

2018-04-16 Thread Lukasz Lenart
ere is much demand for it. And when we support old struts version it >> should depend on old java, too. >> >> Regards, >> Christoph >> >> >>> -Ursprüngliche Nachricht- >>> Von: Louis Smith [mailto:dr.louis.sm...@gmail.com] >>>

Re: Struts 2.4

2018-04-15 Thread Lukasz Lenart
. März 2018 15:07 >> An: Struts Developers List >> Betreff: Re: Struts 2.4 >> >> Considering that Java 8, 9, and 10 are all out - moving up to 7 seems like >> "not enough". >> >> How about a tech survey of Struts users to see what Java version the

AW: Struts 2.4

2018-04-06 Thread Christoph.Nenning
uis.sm...@gmail.com] > Gesendet: Freitag, 30. März 2018 15:07 > An: Struts Developers List > Betreff: Re: Struts 2.4 > > Considering that Java 8, 9, and 10 are all out - moving up to 7 seems like > "not enough". > > How about a tech survey of Struts users to see wha

Re: Struts 2.4

2018-03-30 Thread Lukasz Lenart
2018-03-30 15:07 GMT+02:00 Louis Smith : > Considering that Java 8, 9, and 10 are all out - moving up to 7 seems like > "not enough". > > How about a tech survey of Struts users to see what Java version they are > on? I have my clients on Java 8, and doing research on 9. The latest LTS version of

Re: Struts 2.4

2018-03-30 Thread Louis Smith
Considering that Java 8, 9, and 10 are all out - moving up to 7 seems like "not enough". How about a tech survey of Struts users to see what Java version they are on? I have my clients on Java 8, and doing research on 9. Louis Louis On Fri, Mar 30, 2018 at 8:10 AM, Lukasz Lenart wrote: > Hi

Struts 2.4

2018-03-30 Thread Lukasz Lenart
Hi, I thought about that for a long time and I think if we want to support 2.3.x branch we must switch to Java 7 for it. Jenkins at Apache doesn't support Java 6 anymore (at least I do not know how to make it work). wdyt? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ --

Struts 2.4

2017-11-28 Thread Lukasz Lenart
Hi, I'm going to release a new version of Struts 2.3.x but because we are not able to support 2.3.x on Java 6, I will switch to Java 7 and brand it Struts 2.4 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ ---