Christopher Eldridge
Results
2
issues of
Christopher Eldridge
I'm trying to add a Custom ExceptionMapper using Katharsis-cdi. The mapper is unable to be found using CDIServiceDiscovery. After debugging, I found that the issue is matching on an interface...
Feign provides an interface called `ResponseMapper` which allows you to do processing on a response before it is decoding. This is a useful extension for pre-processing things such as response...
enhancement