Re: [DISCUSS] CXF 3.5.x and beyond

2021-08-16 Thread Jim Ma
On Wed, Aug 11, 2021 at 8:26 PM Andriy Redko wrote: > Hey Jim, Romain, > > Thank you guys, I think Romain's suggestion to move 3.5.x to JDK-11 > baseline is good idea, we would > still be maintaining 3.4.x for a while, covering JDK-8 based deployments. > Regarding Jakarta, yes, I > certainly reme

Re: [DISCUSS] CXF 3.5.x and beyond

2021-08-16 Thread Andriy Redko
Hi Jim, I will try to answer your questions, other guys will definitely share more thoughts, please see mine inlined. >> What's the task for JDK-17 LTS preparation ? Do we need to support build >> 3.5.0 with JDK-17 ? Build + All tests are green. Apache Karaf 4.3.3 will support JDK17 so our OS

Re: External WSDLS and connection/read timeouts

2021-08-16 Thread Andriy Redko
Hi Manuel, AFAIK CXF does not use org.springframework.core.io.AbstractFileResolvingResource (at least, directly). Could you please trace where the last resource fetching attempt is coming from? Thank you. Best Regards, Andriy Redko SM> Hi everyone, SM> we are using Camel CXF and found the

Re: [DISCUSS] CXF 3.5.x and beyond

2021-08-16 Thread Romain Manni-Bucau
I'm not sure I see why you need spring to start this work. The expected is there already so spring module can still rely on javax, be made jakarta friendly using shade plugin or alike and that's it until a spring native integration is there. Worse case cxf-spring will not be usable with jakarta - w