Replies: 1 comment
-
Try here
|
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.
-
Hello,
I would like to use HAL in my application,
I follow this doc: https://quarkus.io/guides/resteasy.
But when I just use quarkus-hal extension I do not have access to @LinkResource annotation.
I need to manually add quarkus-resteasy-links extension.
Should the doc be updated ?
Or am I missing something ?
When i look at the reactive equivalent, annotation are different: LinkResource vs RestLink, is possible to keep one annotation ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions