-
Notifications
You must be signed in to change notification settings - Fork 170
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
SNOW-1042432: Remove dependency on com.amazonaws.Protocol from HttpClientSettingsKey #1627
SNOW-1042432: Remove dependency on com.amazonaws.Protocol from HttpClientSettingsKey #1627
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
86e5934
to
55a94fb
Compare
I have read the CLA Document and I hereby sign the CLA |
src/main/java/net/snowflake/client/core/HttpClientSettingsKey.java
Outdated
Show resolved
Hide resolved
55a94fb
to
7ca3a88
Compare
src/main/java/net/snowflake/client/core/HttpClientSettingsKey.java
Outdated
Show resolved
Hide resolved
src/main/java/net/snowflake/client/core/HttpClientSettingsKey.java
Outdated
Show resolved
Hide resolved
…tocol().getScheme() instead
setSessionlessProxyForS3 was also moved because the methods are related
…s not use com.amazonaws.Protocol
src/main/java/net/snowflake/client/core/SnowflakeMutableProxyRoutePlanner.java
Outdated
Show resolved
Hide resolved
src/main/java/net/snowflake/client/core/SnowflakeMutableProxyRoutePlanner.java
Outdated
Show resolved
Hide resolved
src/main/java/net/snowflake/client/core/SnowflakeMutableProxyRoutePlanner.java
Outdated
Show resolved
Hide resolved
src/main/java/net/snowflake/client/core/HttpClientSettingsKey.java
Outdated
Show resolved
Hide resolved
… but does not use com.amazonaws.Protocol" This reverts commit aaa5ca3.
Because of security reasons we cannot run build on your PR directly. There is a copy of your code in #1633 - note that it means that when you change anything in your branch we will need to manually update the draft PR to have actual jobs results You can check that there is one small formatting problem - please fix it with There is also one one comment left unsolved Please also remember to rebase to current master |
Thank you @jtjeferreira for the contribution, the change will be included in the next release of snowflake-jdbc |
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-1042432: Do not use com.amazonaws classes in core SF classes #1626
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Removes dependency on
com.amazonaws.Protocol
fromHttpClientSettingsKey
.There are still a few other references to
com.amazonaws
classes, so I am not sure this completely fixes #1626. I also do not know what would be the best way to tests this or prevent dependencies like this to be added in the future...Pre-review checklist