aws / aws-sigv4-auth-cassandra-java-driver-plugin

A SigV4 authentication plugin for the open-source DataStax Java Driver for Apache Cassandra. Allows use of AWS IAM users and roles for direct authentication.
Apache License 2.0
13 stars 14 forks source link

Updated AWS SDK dependency from 1.x to SDK 2.15 #19

Closed bhouse99 closed 3 years ago

bhouse99 commented 3 years ago

Updated to support AWS SDK 2 to better support later systems.

Created tag marking AWS SDK 1 dependency in case this causes a down stream issue.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

DieterVDW commented 2 years ago

Retro-active remark: switching a core library (AWS SDK) from V1 to V2 is not a minor version change. This has pretty drastic effects on the dependency management of projects using this library, and that is not expected when updating a minor version of a library. Caused a bit of trouble over here, however thank your for your efforts in any case!