You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When using the last version of io.jsonwebtoken:jjwt-api (0.12.3) the following error is received:
java.lang.NoSuchMethodError: io.jsonwebtoken.lang.Assert.notNull(java.lang.Object, java.lang.String)
Describe the solution you'd like
Hints for the latest version of the artifacts(0.12.3) should be added. Currently I found that they exist for version 0.11.5 (See #115)
The artifacts needed are io.jsonwebtoken:jjwt-api, io.jsonwebtoken:jjwt-impl and io.jsonwebtoken:jjwt-jackson
Describe alternatives you've considered
Using the older version for native
Additional context
The text was updated successfully, but these errors were encountered:
Hey @eugeniace, thanks a lot for reporting this issue. Unfortunately, we don't have bandwidth at the moment to work on it. Can you please open a pull request that adds missing metadata. Here is our guide how to contribute to Reachability metadata repository. It should be pretty easy:
Is your feature request related to a problem? Please describe.
When using the last version of io.jsonwebtoken:jjwt-api (0.12.3) the following error is received:
java.lang.NoSuchMethodError: io.jsonwebtoken.lang.Assert.notNull(java.lang.Object, java.lang.String)
Describe the solution you'd like
Hints for the latest version of the artifacts(0.12.3) should be added. Currently I found that they exist for version 0.11.5 (See #115)
The artifacts needed are io.jsonwebtoken:jjwt-api, io.jsonwebtoken:jjwt-impl and io.jsonwebtoken:jjwt-jackson
Describe alternatives you've considered
Using the older version for native
Additional context
The text was updated successfully, but these errors were encountered: