You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ExceptionMapperRegistryBuilder always adds KatharsisExceptionMapper as a default exception mapper for katharsis client.
So, even when I try to add an exception mapper by overriding getExceptionMapperRegistry(), always the default one is selected and my custom mapper is ignored.
All the related classes are sealed ExceptionMapperType, ExceptionMapperRegistry for extension.
Is there any workaround?
The text was updated successfully, but these errors were encountered:
ckarthik17
pushed a commit
to ckarthik17/katharsis-framework
that referenced
this issue
Aug 7, 2017
Currently, ExceptionMapperRegistryBuilder always adds KatharsisExceptionMapper as a default exception mapper for katharsis client.
So, even when I try to add an exception mapper by overriding getExceptionMapperRegistry(), always the default one is selected and my custom mapper is ignored.
All the related classes are sealed ExceptionMapperType, ExceptionMapperRegistry for extension.
Is there any workaround?
The text was updated successfully, but these errors were encountered: