forked from helidon-io/helidon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[4.x] Modifies Helidon Connector to use WebClient and also support HT…
…TP/2 (helidon-io#7582) * Modifies Helidon connector to use WebClient and thus support HTTP/1.1 and HTTP/2. Fixes problem in http2 module-info.java. Updates tests to verify HTTP/2 using ALPN and prior knowledge. * - New test for protocol upgrade without TLS - Fixes problem in connector when accessing request properties - Renames test classes for clarity * Cleans up support for Tls and SSLContext. * Fixes import after merge. Signed-off-by: Santiago Pericasgeertsen <[email protected]> * Fixes problems with timeouts. Signed-off-by: Santiago Pericasgeertsen <[email protected]> * Fixes checkstyle problems. Signed-off-by: Santiago Pericasgeertsen <[email protected]> * Enables headers test. Signed-off-by: Santiago Pericasgeertsen <[email protected]> * Turns off connection cache but allows enabling this with newly defined property. Minor cleanup in pom file. * Adds a create() method to HelidonConnectorProvider. Updates Javadocs. * Close WebClient's response when Jersey's response is closed. Signed-off-by: Santiago Pericasgeertsen <[email protected]> --------- Signed-off-by: Santiago Pericasgeertsen <[email protected]>
- Loading branch information
Showing
14 changed files
with
431 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.