JWTClaimsSet.getJSONObjectClaim yields NoSuchMethodError

Issue #405 invalid
Mathias Sand Jahren created an issue

Attempting to call getJSONObjectClaim on a JWTClaimsSet yields the following exception:

java.lang.NoSuchMethodError: 'java.util.Map com.nimbusds.jwt.JWTClaimsSet.getJSONObjectClaim(java.lang.String)'

Comments (5)

  1. Vladimir Dzhuvinov

    Could you tell us what version of the library produced this? In particular if it’s 8.x or 9.x.

  2. Mathias Sand Jahren reporter

    Sorry, it looks like the version was being overridden by another dependency in a dependent subproject. Fixing the build script solved the issue.

  3. Log in to comment