-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
Arc - Method used by Yasson not implemented #1656
Comments
@mkouba any chance we could implement that method? |
We don't plan to fully support |
@mkouba Well, they do use the CDI SPI for that. Not sure they will want to include a separate one. What's the plan for this, then? The use case is fairly common IMHO. |
Well, it doesn't have to be a separate one but a more general one so that it would be possible to use any DI framework.
We don't have a plan yet. So far our strategy was not to support all "traditional" APIs (for example portable extensions) but provide an alternative way to do the same stuff. |
For the record - I've created eclipse-ee4j/yasson#260. |
FYI: Yasson 1.0.4 is available in Maven central containing the fix for eclipse-ee4j/yasson#260. |
- upgrade Yasson to 1.0.4 - resolves quarkusio#1656
- upgrade Yasson to 1.0.4 - resolves quarkusio#1656
- upgrade Yasson to 1.0.4 - resolves quarkusio#1656
- upgrade Yasson to 1.0.4 - resolves quarkusio#1656
Adding a @JsonbTypeSerializer or other annotations that lookup for a Bean, this Exception is thrown:
Is documented that createAnnotatedType is not supported but JSONB RI uses it as well (I think is older than Quarkus itself).
The text was updated successfully, but these errors were encountered: