dkulp commented on issue #597: CXF-8149 Reduce synchronization in AbstractJXBProvider URL: https://github.com/apache/cxf/pull/597#issuecomment-589262288 My main concern is using the javax.xml.ws.Holder object. That would introduce a direct dependency from the JAX-RS frontend onto the JAX-WS API. With Java8, that's not a huge deal as its in the JDK, but with Java11+, it is a problem. My simple suggestion would be to create a private inner "holder" class of some sort just for that.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
