Re: [External] : Re: Struts 7 upgrade - looking for the javax.servlet.Filter instead of jakarta.*
I updated the Getting Started guide to Struts 7 https://github.com/apache/struts-site/pull/272 Cheers Łukasz - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [External] : Re: Struts 7 upgrade - looking for the javax.servlet.Filter instead of jakarta.*
pt., 11 lip 2025 o 07:58 IGRA TRANSFORMING KNOWLEDGE napisał(a): > > can anyone share the code of crud operation using strut7. > > however, still struts official displaying 2.5 version > https://struts.apache.org/getting-started/how-to-create-a-struts2-web-application That shouldn't be a problem, just use proper dependencies related to Struts 7. You can also take a look on these examples https://github.com/apache/struts-examples/tree/main/crud https://github.com/apache/struts/tree/main/apps/showcase/ (skill & person examples) Cheers Łukasz - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [External] : Re: Struts 7 upgrade - looking for the javax.servlet.Filter instead of jakarta.*
can anyone share the code of crud operation using strut7. however, still struts official displaying 2.5 version https://struts.apache.org/getting-started/how-to-create-a-struts2-web-application Thanks in advance. On Thu, Jul 10, 2025 at 3:32 PM Krishnaraj Viswanathan wrote: > Lukasz, > Following up on this, does this mean, we will have to migrate to > Struts 7 when taking up WLS 15 which supports jakartax.*? > > ~K > > > -Original Message- > From: Lukasz Lenart > Sent: Wednesday, July 9, 2025 10:31 AM > To: Struts Users Mailing List > Subject: [External] : Re: Struts 7 upgrade - looking for the > javax.servlet.Filter instead of jakarta.* > > After asking Perplexity I got such an answer: > WebLogic 14c is compatible with Jakarta EE 8 only. It does not support > Jakarta EE 9 or later versions, which introduce the new `jakarta.*` > namespace > > Cheers > Lukasz > > pon., 7 lip 2025 o 20:43 Arsen Milutsa napisał(a): > > > > Hello, > > > > Getting the compliance error from the WL's appc. The dependencies were > > changed to WebLogic version 14c, so was the web-app spec - 5.0. > > Jakarta's bom was incorporated as well, we took all the references in > > the code from > > javax.* to jakarta.* > > Still getting this error: > > [ERROR] weblogic.servlet.internal.dd.compliance.ComplianceException: > > The element filter-class, > > "org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter" > > must be a subclass of "javax.servlet.Filter". > > [ERROR] at > > weblogic.servlet.internal.dd.compliance.BaseComplianceChecker.addDescr > > iptorError(BaseComplianceChecker.java:55) > > > > Please share insights. > > > > -- > > Got Gmail? > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
Re: [External] : Re: Struts 7 upgrade - looking for the javax.servlet.Filter instead of jakarta.*
Probably yes, there could be also a case where WLS15 will support javax.* as well (I'm not an Oracle expert in this matter) czw., 10 lip 2025 o 12:02 Krishnaraj Viswanathan napisał(a): > > Lukasz, > Following up on this, does this mean, we will have to migrate to > Struts 7 when taking up WLS 15 which supports jakartax.*? > > ~K > > > -Original Message- > From: Lukasz Lenart > Sent: Wednesday, July 9, 2025 10:31 AM > To: Struts Users Mailing List > Subject: [External] : Re: Struts 7 upgrade - looking for the > javax.servlet.Filter instead of jakarta.* > > After asking Perplexity I got such an answer: > WebLogic 14c is compatible with Jakarta EE 8 only. It does not support > Jakarta EE 9 or later versions, which introduce the new `jakarta.*` namespace > > Cheers > Lukasz > > pon., 7 lip 2025 o 20:43 Arsen Milutsa napisał(a): > > > > Hello, > > > > Getting the compliance error from the WL's appc. The dependencies were > > changed to WebLogic version 14c, so was the web-app spec - 5.0. > > Jakarta's bom was incorporated as well, we took all the references in > > the code from > > javax.* to jakarta.* > > Still getting this error: > > [ERROR] weblogic.servlet.internal.dd.compliance.ComplianceException: > > The element filter-class, > > "org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter" > > must be a subclass of "javax.servlet.Filter". > > [ERROR] at > > weblogic.servlet.internal.dd.compliance.BaseComplianceChecker.addDescr > > iptorError(BaseComplianceChecker.java:55) > > > > Please share insights. > > > > -- > > Got Gmail? > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
RE: [External] : Re: Struts 7 upgrade - looking for the javax.servlet.Filter instead of jakarta.*
Lukasz, Following up on this, does this mean, we will have to migrate to Struts 7 when taking up WLS 15 which supports jakartax.*? ~K -Original Message- From: Lukasz Lenart Sent: Wednesday, July 9, 2025 10:31 AM To: Struts Users Mailing List Subject: [External] : Re: Struts 7 upgrade - looking for the javax.servlet.Filter instead of jakarta.* After asking Perplexity I got such an answer: WebLogic 14c is compatible with Jakarta EE 8 only. It does not support Jakarta EE 9 or later versions, which introduce the new `jakarta.*` namespace Cheers Lukasz pon., 7 lip 2025 o 20:43 Arsen Milutsa napisał(a): > > Hello, > > Getting the compliance error from the WL's appc. The dependencies were > changed to WebLogic version 14c, so was the web-app spec - 5.0. > Jakarta's bom was incorporated as well, we took all the references in > the code from > javax.* to jakarta.* > Still getting this error: > [ERROR] weblogic.servlet.internal.dd.compliance.ComplianceException: > The element filter-class, > "org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter" > must be a subclass of "javax.servlet.Filter". > [ERROR] at > weblogic.servlet.internal.dd.compliance.BaseComplianceChecker.addDescr > iptorError(BaseComplianceChecker.java:55) > > Please share insights. > > -- > Got Gmail? - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

