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 commons-lang3 version 3.6 (Methodutils.getAnnotation) This was easily fixed by updating our own commons-lang3 version to 3.6. I was wondering if there's a possibility to add to the version notes for 2.5.12 that it requires a minimum version of commons-lang3 of 3.6. This just to prevent others having to search for the same problem. Regards, Stefaan Dutry (sdutry) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org