We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jackson Converter has the same priority than default smallrye converter, which creates an ambiguity depending on the service loading order
Besides that, it would be nice to be able to define proper custom deserializer following same approach that is used for serializers.
The text was updated successfully, but these errors were encountered:
[Fix quarkiverse#281] Preparing infrastructure
5ace968
[Fix quarkiverse#281] Adding integration test
57e2c2b
[Fix quarkiverse#281] Fixing converter priority
f1976e4
87014f2
Merge pull request #284 from fjtirado/Fix_#281
39e7392
[Fix #281] Adding deserializer support
fjtirado
Successfully merging a pull request may close this issue.
Jackson Converter has the same priority than default smallrye converter, which creates an ambiguity depending on the service loading order
Besides that, it would be nice to be able to define proper custom deserializer following same approach that is used for serializers.
The text was updated successfully, but these errors were encountered: