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
Describe the bug
After introspection I ran my Unit Test to see if the deserialization is working. Unfortunately I came over the a jackson-databind exception. Downgrading the jackson databind library to 2.11.1 is not helping.
As was mentioned in #895 and #850 it is an issue with Jackson 2.11.2. You can either downgrade to 2.11.1 or upgrade to 2.11.3.
I am unsure what would be causing your wiremock configuration issue - based on the error it says that your stubbed endpoint requires auth header but your request does not specify it. Check whether extractAuthorizationFromRequest is populating the header.
Sorry maybe you are right and I screwed up something with WireMock. It just worked beforehand before I started to migrate to GraphQL Kotlin. Sorry for the impatience
Library Version
4.0.0-alpha.6
Describe the bug
After introspection I ran my Unit Test to see if the deserialization is working. Unfortunately I came over the a jackson-databind exception. Downgrading the jackson databind library to 2.11.1 is not helping.
To Reproduce
Expected behavior
I'd like it to work :)
Additional Information
The dependencies I use
Exception:
I tried to solve this with the mentioned downgrade from: #895
However this resulted in no mapping happening at all anymore (see my WireMock request stub):
PS: If there is a better way to unit test the graphql endpoints please let me know!
I am kind of lost in what to do now?
Some extra details to my project:
The logic using the client:
The text was updated successfully, but these errors were encountered: