Skip to content

Does quarkus support ContainerRequestFilter in a project dependency? #24133

Answered by glefloch
newk5 asked this question in Q&A
Discussion options

You must be logged in to vote

By default dependencies are not scanned for beans.

You can add an empty META-INF/beans.xml file in your dependency resource directory to make sure it will be scanned. Here is the docs explaining it: https://quarkus.io/guides/cdi-reference#bean_discovery

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@newk5
Comment options

Answer selected by newk5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants