You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to better support concurrent requests and unclosed or pending
byte streams, the ClientRequestFactory has been removed.
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
Copy file name to clipboardExpand all lines: openstack-client-connectors/resteasy-connector/src/main/java/com/woorea/openstack/connector/RESTEasyConnector.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
importjava.util.Map;
5
5
importjava.util.Map.Entry;
6
6
7
+
importjavax.ws.rs.core.UriBuilder;
7
8
importjavax.ws.rs.ext.ContextResolver;
8
9
9
10
importorg.apache.commons.httpclient.HttpStatus;
@@ -30,7 +31,7 @@ public class RESTEasyConnector implements OpenStackClientConnector {
0 commit comments