[GitHub] [cxf] reta commented on a change in pull request #904: [CXF-8655] Incorrect XSD resolution when the file name is the same in different folders

2022-03-03 Thread GitBox
reta commented on a change in pull request #904: URL: https://github.com/apache/cxf/pull/904#discussion_r819175354 ## File path: rt/frontend/simple/src/main/java/org/apache/cxf/frontend/WSDLGetUtils.java ## @@ -566,9 +566,6 @@ private void processSchemaReference(SchemaReferenc

Re: [Proposal] CXF OSGI Jakarta EE 9.x support

2022-03-03 Thread Andriy Redko
Hey guys, Also +1 to @Jim's suggestion, it would also unblock us on supporting latest JDKs promptly. Going with something like cxf-karaf integration in separate repository + release cycle makes sense to me. @Jim, I know you have started to look at Spring specifically, but tackling Karaf/OSGi wo

Re: [Proposal] CXF OSGI Jakarta EE 9.x support

2022-03-03 Thread Romain Manni-Bucau
Hi, Think it makes sense to split a bit CXF in a strong "core" leveraging minimal dependency (thinking strongly to servlet there which enables most of the runtimes from standalone to EE without forgetting microprofile and OSGi) and extract outside the core project all integrations which have diffe

Re: [Proposal] CXF OSGI Jakarta EE 9.x support

2022-03-03 Thread Freeman Fang
Hi Jim, +1 to comment out OSGi bit for now so this won't block the whole Jakarta namespace migration work on CXF 4.x. And we can move fast without waiting for the OSGi spec to be JakartaEE9+ compatible. Going forward, I think we can extract the CXF OSGi/Karaf to a subproject of CXF, maybe with