Re: [CLOSED] [VOTE] Apache Struts 6.7.0

2024-11-28 Thread Lukasz Lenart
Vote passed with result: GA +1 x4 (binding) Thanks a lot Lukasz pt., 29 lis 2024 o 07:26 Lukasz Lenart napisał(a): > > wt., 26 lis 2024 o 07:06 Lukasz Lenart napisał(a): > > [ ] Leave at test build > > [ ] Alpha > > [ ] Beta > > [X] General Availability (GA) > > +1 binding > > > Cheers > Lukas

Re: [VOTE] Apache Struts 6.7.0

2024-11-28 Thread Lukasz Lenart
wt., 26 lis 2024 o 07:06 Lukasz Lenart napisał(a): > [ ] Leave at test build > [ ] Alpha > [ ] Beta > [X] General Availability (GA) +1 binding Cheers Lukasz - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For addit

Build failed in Jenkins: Struts » Struts-examples-JDK8-dependency-check #71

2024-11-28 Thread Apache Jenkins Server
See Changes: [Lukasz Lenart] Adds simple example with Sitemesh3 integration [github] Bump jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0 [github] Bump shiro.version fro

Re: 6.7.0 com.opensymphony.xwork2.ActionInvocation /ActionProxy package change

2024-11-28 Thread Kusal Kithul-Godage
If you're extending a class in the com.opensymphony.xwork2 package you may not be able to migrate across deprecated imports. In this case you're extending com.opensymphony.xwork2.validator.ValidationInterceptor and so you will need to retain the deprecated imports. It's not that something was misse

6.7.0 com.opensymphony.xwork2.ActionInvocation /ActionProxy package change

2024-11-28 Thread Greg Huber
When updating one of my interceptors to org.apache.struts2. package, the class won't compile now: The method doBeforeInvocation(com.opensymphony.xwork2.ActionInvocation) in the type ValidationInterceptor is not applicable for the arguments (org.apache.struts2.ActionInvocation) The method doI