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

Add Maven Enforcer Plugin to ensure build with JDK8 #6

Closed dchenbec closed 4 years ago

dchenbec commented 4 years ago

This configures the enforcer plugin as part of the build to ensure that only Java 8 is used to build the plugin. This ensures that we do not accidentally compile with Java 9 or later, which has breaking API changes to the ByteBuffer class.

fixes #5

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