[ANN] Apache Struts 2.5.12 GA with Security Fixes Release

2017-07-13 Thread Lukasz Lenart
The Apache Struts group is pleased to announce that Struts 2.5.12 is available as a “General Availability” release. The GA designation is our highest quality grade. Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed to

Re: Documentation

2017-07-13 Thread Lukasz Lenart
Moved the Convention Plugin (as a part of the Core Developers Guide) http://struts.apache.org/plugins/convention/ 2017-06-01 13:56 GMT+02:00 Lukasz Lenart : > I have pushed a first raw export, need some work ;) > > 2017-05-30 9:55 GMT+02:00 Christoph Nenning : >>> >>> I think we can go "live" wit

upgrade to struts 2.5.12 + commons-lang3

2017-07-13 Thread Stefaan Dutry
We are upgrading our projects at work to the new released struts version 2.5.12. We encountered a problem while upgrading one of our applications. The problem was that the project defined a dependency to commons-lang3. The struts AnnotationValidationInterceptor uses a method that was added to comm

Re: upgrade to struts 2.5.12 + commons-lang3

2017-07-13 Thread Lukasz Lenart
2017-07-13 14:20 GMT+02:00 Stefaan Dutry : > We are upgrading our projects at work to the new released struts version > 2.5.12. > > We encountered a problem while upgrading one of our applications. > The problem was that the project defined a dependency to commons-lang3. > The struts AnnotationVal

Re: Ready for Struts 2.6

2017-07-13 Thread Louis Smith
Any chance of surveying the user community to find out what servers are in use? My clients are all on Weblogic 12c, JBoss 6 or better, TomCat 7, and even wildfly 10. Most have been on Servlet 3 and Java 8 for nearly 2 years now. I hate having to use "adapter" code for struts support to get data

Re: Ready for Struts 2.6

2017-07-13 Thread Lukasz Lenart
Hm... switching to JDK8 shouldn't be a problem for most of the users but probably there is some group that still uses JDK7 or even JDK6, just in this context: https://www.jetbrains.com/research/devecosystem-2017/java/ Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2017-07-13 14:5

Re: upgrade to struts 2.5.12 + commons-lang3

2017-07-13 Thread Stefaan Dutry
Łukasz, You are right, the issue mentioning about the change to commons-lang3 version 3.6 is in the issue list. This is also where we found what needed to be done. This is the list where we looked when something was wrong, unfortunately for us, we spotted a different issue first: * [WW-4748] - Up

Re: upgrade to struts 2.5.12 + commons-lang3

2017-07-13 Thread Lukasz Lenart
2017-07-13 21:28 GMT+02:00 Stefaan Dutry : > Łukasz, > > You are right, the issue mentioning about the change to commons-lang3 > version 3.6 is in the issue list. > This is also where we found what needed to be done. > > This is the list where we looked when something was wrong, > unfortunately for