Re: Problem with running integration tests

2024-11-02 Thread Lukasz Lenart
sob., 2 lis 2024 o 12:58 Kusal Kithul-Godage napisaƂ(a): > Bizarre - looks like a clash between the org.apache.struts2.Result > class and the org.apache.struts2.result package. How about we just > sidestep the issue by moving the Result class into the result package? > Would make it consistent wit

Re: Problem with running integration tests

2024-11-02 Thread Kusal Kithul-Godage
Bizarre - looks like a clash between the org.apache.struts2.Result class and the org.apache.struts2.result package. How about we just sidestep the issue by moving the Result class into the result package? Would make it consistent with org.apache.struts2.interceptor.Interceptor too. On Sat, Nov 2,

Problem with running integration tests

2024-11-02 Thread Lukasz Lenart
Hi, After recent changes I'm not able to build (and perform release) of Struts 7, below is what I get. If I run "mvn integration-test" all is fine, if I run "mvn verify" inside "apps/showcase" all is fine. It fails only if I try to perform "mvn install" or "mvn verify" from the root - any hint? [