Re: [TEST] Apache Struts 6.7.0 test build is ready

2025-01-06 Thread Lukasz Lenart
Done pon., 6 sty 2025 o 11:38 Sebastian Peters napisał(a): > > Hello Lukasz, > > Could you remove the "Pre-release" label from the release page? > https://github.com/apache/struts/releases/tag/STRUTS_6_7_0 > > Thank you! > Sebastian > >

Re: [TEST] Apache Struts 6.7.0 test build is ready

2025-01-06 Thread Sebastian Peters
Hello Lukasz, Could you remove the "Pre-release" label from the release page? https://github.com/apache/struts/releases/tag/STRUTS_6_7_0 Thank you! Sebastian - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additi

Re: [TEST] Apache Struts 6.7.0 test build is ready

2024-11-25 Thread Lukasz Lenart
Great! So we are good to go with call for vote then :) (mobile) W dniu pon., 25.11.2024 o 18:35 Luis Limas napisał(a): > Thank you for noticing it! it turned out that the issue was caused by > the JRebel Plugin, I turned it off and the issue is gone. Once the > struts release is out, I'll foll

Re: [TEST] Apache Struts 6.7.0 test build is ready

2024-11-25 Thread Luis Limas
Thank you for noticing it! it turned out that the issue was caused by the JRebel Plugin, I turned it off and the issue is gone. Once the struts release is out, I'll follow up the issue with them. https://www.jrebel.com/products/jrebel/release-notes/202441-5th-november-2024 On 2024-11-25 10:59 a.

Re: [TEST] Apache Struts 6.7.0 test build is ready

2024-11-25 Thread Lukasz Lenart
sob., 23 lis 2024 o 02:23 Luis Limas napisał(a): > Caused by: java.lang.IllegalAccessError: class > com.opensymphony.xwork2.config.ConfigurationManager tried to access protected > method 'void org.apache.struts2.ActionContext.(java.util.Map)' > (com.opensymphony.xwork2.config.ConfigurationManag

RE: [TEST] Apache Struts 6.7.0 test build is ready

2024-11-25 Thread Luis Limas
@struts.apache.org Asunto: Re: [TEST] Apache Struts 6.7.0 test build is ready Hello Łukasz, thank you so much for your reply, I've cleaned the `temp` folder, an the issue was fixed. btw, I'm using OpenJDK Runtime Environment Temurin-17.0.8+7 (build 17.0.8+7). On 2024-11-23 07:18 a. m., Łukasz Le

Re: [TEST] Apache Struts 6.7.0 test build is ready

2024-11-25 Thread Luis Limas
Hello Łukasz, thank you so much for your reply, I've cleaned the `temp` folder, an the issue was fixed. btw, I'm using OpenJDK Runtime Environment Temurin-17.0.8+7 (build 17.0.8+7). On 2024-11-23 07:18 a. m., Łukasz Lenart wrote: > [No suele recibir correo electrónico de lukasz.len...@gmail.com. D

Re: [TEST] Apache Struts 6.7.0 test build is ready

2024-11-23 Thread Łukasz Lenart
What Java version do you use? Did you clean up the /tmp folder as this looks like a jar duplication issue? sob., 23 lis 2024 o 02:23 Luis Limas napisał(a): > > I had an issue with this release, I'm not sure what is causing it nor how to > replicate it, but this is the stacktrace: > > The error i

RE: [TEST] Apache Struts 6.7.0 test build is ready

2024-11-22 Thread Luis Limas
I had an issue with this release, I'm not sure what is causing it nor how to replicate it, but this is the stacktrace: The error is thrown every time I visit that path WITHOUT a valid session when I login the error stops happening. My use-case is that I save the application logo at DB and show

Re: [TEST] Apache Struts 6.7.0 test build is ready

2024-11-18 Thread Sebastian Peters
Hello Lukasz, it works for me in a larger web application. I migrated the following packages: import org.apache.struts2.ActionContext; import org.apache.struts2.ActionSupport; import org.apache.struts2.ModelDriven; import org.apache.struts2.Preparable; import org.apache.struts2.action.Action; ---

Re: [TEST] Apache Struts 6.7.0 test build is ready

2024-11-17 Thread Kusal Kithul-Godage
No issues here! On Mon, Nov 18, 2024 at 3:06 AM Lukasz Lenart wrote: > > Hello, > > This is a minor release of Struts 6.x series mostly because of > depreciating a lot of classes. > Please take the time and test the bits - any help is appreciated. > Please report any problems you will spot. > > H