You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a core application, that I want to extend with some REST endpoints. Looking through the repo and documentation, I can only find examples for registering endpoints via RouteBuildItem or using some BuildProducer. Is there a way to have @Path annotated JAX-RS resources in my runtime module and easily register these classes in a processor in my deployment module?
I want to use resteasy-reactive-jackson for this. Would have to utilize the processor below?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I have a core application, that I want to extend with some REST endpoints. Looking through the repo and documentation, I can only find examples for registering endpoints via
RouteBuildItem
or using someBuildProducer
. Is there a way to have@Path
annotated JAX-RS resources in my runtime module and easily register these classes in a processor in my deployment module?I want to use
resteasy-reactive-jackson
for this. Would have to utilize the processor below?https://github.com/quarkusio/quarkus/blob/main/extensions/resteasy-reactive/quarkus-resteasy-reactive-jackson/deployment/src/main/java/io/quarkus/resteasy/reactive/jackson/deployment/processor/ResteasyReactiveJacksonProcessor.java
Thanks for you work!
Beta Was this translation helpful? Give feedback.
All reactions