Re: Struts2 configuration (struts.xml) and Convention Plugin not compatible with Java 8?

2014-06-18 Thread Paweł Wielgus
Thank You for clarification, i will see what i can do with ClassFinder and if i will be anything good i will get back. 2014-06-18 10:25 GMT+02:00 Lukasz Lenart : > And we do accept Pull Requests :-) > https://github.com/apache/struts > > 2014-06-18 10:25 GMT+02:00 Lukasz Lenart : >> It can be pa

Re: Struts2 configuration (struts.xml) and Convention Plugin not compatible with Java 8?

2014-06-18 Thread Lukasz Lenart
And we do accept Pull Requests :-) https://github.com/apache/struts 2014-06-18 10:25 GMT+02:00 Lukasz Lenart : > It can be part of 2.3.x as well, the plan is to be compatible with > JDK8 but not depend on it. Lambdas are implemented as anonymous > classes as far I can recall, so maybe improving Cl

Re: Struts2 configuration (struts.xml) and Convention Plugin not compatible with Java 8?

2014-06-18 Thread Lukasz Lenart
It can be part of 2.3.x as well, the plan is to be compatible with JDK8 but not depend on it. Lambdas are implemented as anonymous classes as far I can recall, so maybe improving ClassFinder in that area would do the trick ;-) 2014-06-18 10:20 GMT+02:00 Paweł Wielgus : > Hi Łukasz, > can i somehow

Re: Struts2 configuration (struts.xml) and Convention Plugin not compatible with Java 8?

2014-06-18 Thread Paweł Wielgus
Hi Łukasz, can i somehow help with this? Is it all about classloader black magic or a normal programer can make any progress with this subject. I understand that JDK8 is much more than just lambdas, so maybe i would be able to help with this "lambdas only" problem. I would be happy if S2.3.x wou

Re: Struts2 configuration (struts.xml) and Convention Plugin not compatible with Java 8?

2014-06-18 Thread Lukasz Lenart
S2 isn't JDK8 compatible, it will be case for S2.5 2014-06-18 10:04 GMT+02:00 Paweł Wielgus : > Hi all, > does anyone know > if this these exceptions [1][2] i see when staring application > are the result of using lambda expressions inside actions? > > If i just move these lambdas out of action b

Struts2 configuration (struts.xml) and Convention Plugin not compatible with Java 8?

2014-06-18 Thread Paweł Wielgus
Hi all, does anyone know if this these exceptions [1][2] i see when staring application are the result of using lambda expressions inside actions? If i just move these lambdas out of action body to another class (helper) everything works just fine. How can i help to resolve this? I would love to