Re: [External] : Re: Struts 7 upgrade - looking for the javax.servlet.Filter instead of jakarta.*
Lukasz Lenart <[email protected]> Thu, 10 Jul 2025 12:04:28 +0200
| Newsgroups | gmane.comp.jakarta.struts.user |
|---|---|
| Message-ID | <CAMopvkNP5awnHp_rQFZtQVNrOm18b0ELuhpC6fS1QnWoYuO6Bw@mail.gmail.com> |
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 <[email protected]> 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 <[email protected]> > Sent: Wednesday, July 9, 2025 10:31 AM > To: Struts Users Mailing List <[email protected]> > 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 <[email protected]> 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] >