We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TransportURIResolver.resolve()
TransportURIResolver.resolve() swallows exceptions around here:
https://github.com/apache/cxf/blob/cxf-4.0.5/core/src/main/java/org/apache/cxf/transport/TransportURIResolver.java#L100-L159
That makes it hard for us to fail if there is some blocking I/O (e.g. related to WSDL loading) on Vert.x event loop.
We should ask CXF folks what is the motivation for the swallowing and how could we best get around that at least when loading WSDLs.
The text was updated successfully, but these errors were encountered:
Temporary workaround for
4d3336f
quarkiverse#1608
1b1ce02
#1608
No branches or pull requests
TransportURIResolver.resolve()
swallows exceptions around here:https://github.com/apache/cxf/blob/cxf-4.0.5/core/src/main/java/org/apache/cxf/transport/TransportURIResolver.java#L100-L159
That makes it hard for us to fail if there is some blocking I/O (e.g. related to WSDL loading) on Vert.x event loop.
We should ask CXF folks what is the motivation for the swallowing and how could we best get around that at least when loading WSDLs.
The text was updated successfully, but these errors were encountered: