[Axis2]Security Vulnerability - Action Required: XXE vulnerability in the newest version of org.apache.axis2:axis2

2023-08-17 Thread James Watt
Hi there, I think the method org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.getNamespaceAwareDocumentBuilder() may have an XXE vulnerability which is vulnerable in the newest version of org.apache.axis2:axis2. It shares similarities to a recent CVE disclosure *CVE-2021-4295* in the *"

[Axis2] java 17

2023-08-17 Thread Vignesh Ragavan
Hi I am using Axis2-transport-http maven dependency in my project. I am updating project to java 17. Is axis2 support java 17? Thanks Vignesh

Re: [Axis2] java 17

2023-08-17 Thread robertlazarski
At my day job, all of our projects use JDK 17 and I expect that you will have no issues. On Thu, Aug 17, 2023, 18:39 Vignesh Ragavan wrote: > Hi > > I am using Axis2-transport-http maven dependency in my project. I am > updating project to java 17. Is axis2 support java 17? > > Thanks > Vignesh

Re: [Axis2] java 17

2023-08-17 Thread Vignesh Ragavan
Axis2-transport-http uses javax.servlet and java 17 support jakarta. How to resolve this issue? On Thu, 17 Aug, 2023, 5:30 pm robertlazarski, wrote: > At my day job, all of our projects use JDK 17 and I expect that you will > have no issues. > > On Thu, Aug 17, 2023, 18:39 Vignesh Ragavan > wro

Re: [Axis2] java 17

2023-08-17 Thread Vignesh Ragavan
Hi Axis2-transport-http uses javax.servlet and java 17 support jakarta. We are using axisservlet class which is not jakarta type. How to resolve this issue? Regards Vignesh On Thu, 17 Aug, 2023, 5:41 pm Vignesh Ragavan, wrote: > Axis2-transport-http uses javax.servlet and java 17 support jakar

[jira] [Created] (AXIS2-6060) [Axis2]Security Vulnerability - Action Required: XXE vulnerability in the newest version of org.apache.axis2:axis2

2023-08-17 Thread Yiheng Cao (Jira)
Yiheng Cao created AXIS2-6060: - Summary: [Axis2]Security Vulnerability - Action Required: XXE vulnerability in the newest version of org.apache.axis2:axis2 Key: AXIS2-6060 URL: https://issues.apache.org/jira/browse/AX

Re: [Axis2] java 17

2023-08-17 Thread robertlazarski
The javax vs jakarta issue is with open source libs and not the JDK. All those libs - in general - were moved out of the JDK. There is a lot of discussion about this in our Jira issues and the next Axis2 release along with the next Axiom release will have progress on that question, On Thu, Aug 17

Re: [Axis2] java 17

2023-08-17 Thread Vignesh Ragavan
Thanks for the update. Can't we use axis2 with java 17 and spring 6 version for now? On Thu, 17 Aug, 2023, 6:35 pm robertlazarski, wrote: > The javax vs jakarta issue is with open source libs and not the JDK. All > those libs - in general - were moved out of the JDK. > > There is a lot of disc

Re: [Axis2] java 17

2023-08-17 Thread robertlazarski
I use JDK and Spring 5 so I see no reason why not. Spring 6 is pretty new and I haven't got to that yet. This is open source, so if you have concerns how about cloning the Axis2 git repo with a compile and letting us know? Asking questions will only get you so far. Helping us out here is the quic