Replies: 1 comment
-
/cc @quarkusio/devtools |
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.
-
Hi there, I'm not sure if this is supported, but I'm trying to have the following setup:
where common contains utilities, but also domain models with Jackson bindings which are shared between each of the individual Quarkus apps.
Is this possible? I've tried, but the quarkus-app-X find the models in common but don't find the Jackson annotations and so serialisation fails.
If it helps, I literally:
It builds, deploys, but just can't find the Jackson module.
If this is supported, what dependencies should I include in the parent.pom? I need to include things like the Jackson support and the NotNull annotations - should I just include the quarkus-resteasy-jackson lib there? At the moment I've added a dependency in common to the Jackson lib with a 'provided' scope but this is unsafe as versions can get out of sync.
I hope that all makes sense ;-)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions