Replies: 1 comment 3 replies
-
You could just implement this logic in the endpoint directly. |
Beta Was this translation helpful? Give feedback.
3 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.
-
We would like to enable
@Path
annotated endpoints conditionally. For e.g. a configQUARKUS_AUTH_ENABLED
is set, then this would enable the Endpoint/authentication
otherwise a404 Not Found
should be returned.Is there way to UNLOAD these classes from the
ClassLoader
? How would you approach a potential solution?Beta Was this translation helpful? Give feedback.
All reactions