Replies: 1 comment
-
You could get away without http and maybe without context. http is only used for some property name special handling and could be removed, and I don't think context is needed by the You will not get away without |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking into reflection-less Jackson, and discovered that Micronaut already has a great solution. But I'm not sure how friendly it is towards usage independent of Micronaut itself.
Is it doable at all? Is there perhaps a test or something like that I can look at to get an idea?
Edit: I see that it depends on micronaut-context and micronaut-http which are pretty heavy dependencies... Which is a bummer 😓
Beta Was this translation helpful? Give feedback.
All reactions