Global Custom ExceptionMapper its not called when running in native code (Linux or Windows) #30372
-
Hi folks! First time here! I have the following problem: My custom ExceptionMapper class is working fine when run with quarkus dev, but when i run native, Linux or Windows, the custom ExceptionMapper dont be called! My code
Works like a charm running em development mode, but don't work in native mode. Thanks for any help! |
Beta Was this translation helpful? Give feedback.
Answered by
stephan-strate
Jan 14, 2023
Replies: 1 comment 1 reply
-
Did you add |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hablocher
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you add
@RegisterReflection
to the ErrorMessage class?