-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add java.net.http.HttpClientHttpSigV4Signer #21
Comments
Any updates ? :) |
Looking for this as well. |
In support of #21 which is requesting a bump to the Jena version. Bumps to Java 11 as a minimum.
i spent a bit of time on this today thinking it would be relatively easy to do, but it didn't turn out the way. the progress went like this:
anyway, i need to step away from this for a bit and the change probably needs soem feedback, but it's a step in the direction to getting the Jena dependency upgraded. here's the branch that i've simplified to just use java 11: https://github.com/aws/amazon-neptune-sigv4-signer/compare/stepmall-java-http |
Hello,
Ever since Apache Jena SPARQL version
4.2.0
, the default HttpClient in use has beenjava.net.http.HttpClient
. However, there is currently no implementation of a Signer available for this specific HTTP client. Are there any plans on your end to provide support for it?Thank you in advance.
See https://jena.apache.org/documentation/sparql-apis/
The text was updated successfully, but these errors were encountered: