-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
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
Webclient redesign #7255
Webclient redesign #7255
Conversation
.../test/java/io/helidon/security/examples/webserver/digest/WebClientAuthenticationService.java
Show resolved
Hide resolved
jersey/connector/src/main/java/io/helidon/jersey/connector/HelidonConnector.java
Show resolved
Hide resolved
Co-authored-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com> Co-authored-by: Tomas Langer <tomas.langer@oracle.com>
…bigger than buffer used to read it.
7ed0999
to
33933c7
Compare
...vault/auths/common/src/main/java/io/helidon/integrations/vault/auths/common/NoVaultAuth.java
Show resolved
Hide resolved
...ions/vault/auths/k8s/src/main/java/io/helidon/integrations/vault/auths/k8s/K8sVaultAuth.java
Show resolved
Hide resolved
jersey/connector/src/main/java/io/helidon/jersey/connector/HelidonConnector.java
Show resolved
Hide resolved
...narayana-client/src/main/java/io/helidon/lra/coordinator/client/narayana/NarayanaClient.java
Show resolved
Hide resolved
nima/common/tls/src/main/java/io/helidon/nima/common/tls/Tls.java
Outdated
Show resolved
Hide resolved
Http2ClientProtocolConfig protocolConfig, | ||
Http2ClientRequestImpl clientRequest, | ||
CompletableFuture<WebClientServiceResponse> whenComplete, | ||
Function<Http1ClientRequest, Http1ClientResponse> http1EntityHandler) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: consistent CRLF's
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand your comment.
nima/http2/webclient/src/main/java/io/helidon/nima/http2/webclient/Http2ClientRequestImpl.java
Outdated
Show resolved
Hide resolved
...n/http2/client/src/test/java/io/helidon/nima/tests/integration/http2/client/HeadersTest.java
Show resolved
Hide resolved
...ebclient/webclient/src/test/java/io/helidon/nima/tests/integration/webclient/CookieTest.java
Show resolved
Hide resolved
nima/webclient/api/src/main/java/io/helidon/nima/webclient/api/ClientResponseTyped.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great improvement over previous API!
nima/webclient/api/src/main/java/io/helidon/nima/webclient/api/HttpClientConfigBlueprint.java
Show resolved
Hide resolved
nima/webclient/api/src/main/java/io/helidon/nima/webclient/api/HttpClientConfigSupport.java
Show resolved
Hide resolved
nima/webclient/api/src/main/java/io/helidon/nima/webclient/api/HttpClientConfigSupport.java
Show resolved
Hide resolved
Updated #7269 with unresolved comments from this PR (except for the inconsistent CR/LF as I cannot find what is wrong) |
WebClient redesign
Resolves:
Follow up issue: #7269
Notable changes: