-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade google-http-client to eliminate deprecated usage (#1882)
* Upgrade google-http-client * Handle SSLHandshakeException * SSLException for all * Migrate deprecated usage * Upgrade Guava and Google HTTP Client * Migrate * No need to set proxy credentials on our side * Wrap up * Update comment * Upgrade to newer verisons * wip * Apply fix from google-http-client PR * Unset default SSLSocketFactory to create new one * Add test for proxy credential properties * Update comment * Add proxy properties test * No need to create readers repeatedly * Simplify * Remove blank lines * Use Apache v2 client * Migrate to 1.31
- Loading branch information
1 parent
33536d1
commit 61ff620
Showing
7 changed files
with
34 additions
and
225 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
167 changes: 0 additions & 167 deletions
167
...ore/src/test/java/com/google/cloud/tools/jib/http/ConnectionWithProxyCredentialsTest.java
This file was deleted.
Oops, something went wrong.
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