amazon-neptune-sigv4-signer icon indicating copy to clipboard operation
amazon-neptune-sigv4-signer copied to clipboard

A library for Amazon Neptune that enables AWS Signature Version 4 signing for HTTP using Netty.

Results 4 amazon-neptune-sigv4-signer issues
Sort by recently updated
recently updated
newest added

Issue #, if available: #23 Description of changes: - Updated POM file to use Java 17. - Changed AWS Java SDK version from 1.12.241 to 2.25.13 - SignableRequest deprecated in...

The current version of the Amazon Neptune SigV4 Signer library leverages the AWS Java SDK v1.12.241. We need to upgrade to the latest v2 version of the AWS Java SDK.

The removal of com.fasterxml.jackson.databind.PropertyNamingStrategy#PASCAL_CASE_TO_CAMEL_CASE poses challenges within AWS environments. This field is referenced by com.amazonaws.util.EC2MetadataUtils (a transitive reference in com.amazonaws:aws-java-sdk-core:jar:1.11.1009), and it triggers an error during Quarkus native compilation v3.9.5...

Hello, Ever since Apache Jena SPARQL version `4.2.0`, the default HttpClient in use has been `java.net.http.HttpClient`. However, there is currently no implementation of a Signer available for this specific HTTP...