Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 0fa5ac422bf358cf36ea0ded87e50d9d1ecd5c2c
https://github.com/resteasy/Resteasy/commit/0fa5ac422bf358cf36ea0ded87e50...
Author: Georgios Andrianakis <geoand(a)gmail.com>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/RestClientBuilderImpl.java
Log Message:
-----------
Ensure that multiple impls of UriBuilder don't cause a CCE
This is needed because the client should be usable
regardless of the server implementation of JAX-RS
that might be in use