Auto-discovery of MessageBodyWriter broken? #240
Answered
by
xvik
vasukisesh
asked this question in
Q&A
-
Trying to enable auto-discovery of a MessageBodyWriter implementation as described in the docs. However, if I add an
I'm using Dropwizard 2.1.1 and Guicey 5.6.1. Has anyone else see this? |
Beta Was this translation helpful? Give feedback.
Answered by
xvik
Aug 1, 2022
Replies: 1 comment 2 replies
-
If you add the following dependency it should work (as a workaround):
It is a transitive dependency for |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vasukisesh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you add the following dependency it should work (as a workaround):
It is a transitive dependency for
dropwizard-testing
and I missed that: it was impossible to detect in tests (using dropwizard-testing). I'll investigate this further.