Replies: 1 comment 3 replies
-
Hey, |
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
-
Hello everybody
I created a custom HTTP filter with the
@Filter
annotation following the Micronaut documention. I added the corresponding JAR file to the classpath in AKHQ but on start AKHQ/Micronaut does not recognize it. In my unit tests Micronaut creates the filter (bean) successfully as the log reports.Have I forgotten something? It is said that it should be sufficient to annotate the filter with
@Filter
and put it into the classpath. Or would it be necessary to include the filter class into theakhq.jar
file?Thanks very much in advance.
Best regards,
Adi
Beta Was this translation helpful? Give feedback.
All reactions