here-aaa-java-sdk icon indicating copy to clipboard operation
here-aaa-java-sdk copied to clipboard

HERE Authentication, Authorization, and Accounting Java Client library.

Results 23 here-aaa-java-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [async-http-client](https://github.com/AsyncHttpClient/async-http-client) from 1.8.17 to 1.9.0. Commits 63a708f [maven-release-plugin] prepare release async-http-client-1.9.0 a6e2fec Change web socket package into ws f2f5c8d [maven-release-plugin] prepare for next development iteration a064764 [maven-release-plugin] prepare release...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.13.3&new-version=2.13.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

When we add your library from Maven (0.4.23) to our SDK it pulls in both Apache httpclient and httpcore. This results in a duplicate META-INF/DEPENDENCIES resource: Caused by: com.android.builder.merge.DuplicateRelativeFileException: 2...

The README.md is always one version ahead of the actual published version of the here-aaa-java-sdk. The readme states to use: ` com.here.account here-oauth-client 0.4.23 ` But so far only version...

Hi I was using AAA SDK to get the access token but I still can't get it. I get a crash saying the following error java.lang.NoSuchFieldError: No static field INSTANCE...

Currently, the Client.Builder() class allows you to construct an instance without specifying, for example, a Serializer. The result is you get what appears to be a valid Client, but later...

enhancement

Hi, I have observed a pattern regarding success or failure of the authorization request depending on whether the nonce was URL encoded while containing special characters. Removing the urlEncode() call...