You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2020/02/20 19:19:37 UTC

[GitHub] [cxf] dkulp commented on issue #597: CXF-8149 Reduce synchronization in AbstractJXBProvider

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:
users@infra.apache.org


With regards,
Apache Git Services