-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored dependencies and imports for snowflake-jdbc-thin
- Replaced shaded Apache HTTP Client with standard packages - Replaced shaded Google Guava with standard packages - Replaced shaded Apache commons-io with standard packages - Replaced shaded Jackson JSON with standard packages - Replaced shaded Gson with Jackson ObjectMapper in OAuthClient class - Replaced shaded HttpStatusCodes with HttpURLConnection status codes - Added UnmodifiableMap class to remove commons-collections dependency from Hadoop - Added Google HTTP Client 1.43.3 - Added JCL over SLF4J to replace Commons Logging - Removed unused direct dependency on Jettison - Removed usage of netty-common PlatformDependent memory value from Netty property - Removed unused direct dependency on Commons Configuration 2 - Removed unused direct dependency on Commons Compress - Excluded unused dependencies from Hadoop Common - Excluded several libraries from Dependency Convergence checking - Updated allowed license formats - Updated Apache Avro from 1.11.3 to 1.11.4 - Updated Apache Commons Codec from 1.15 to 1.17.1 - Updated Apache Commons Compress from 1.26.0 to 1.27.1 - Updated Apache Commons Lang3 from 3.14.0 to 3.17.0 - Updated Guava from 32.0.1 to 32.1.1 - Updated Snowflake JDBC from 3.18.0 to 3.19.0 - Updated ThreeTenBP from 1.6.8 to 1.6.9 - Updated Netty from 4.1.113 to 4.1.115 - Updated Nimbus from 9.37.1 to 9.47
- Loading branch information
1 parent
5d11892
commit 0d1aaed
Showing
38 changed files
with
423 additions
and
216 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
Oops, something went wrong.