peter-janssen
peter-janssen
Will you release this feature when it is ready or only as part of PowerMock 2.0?
The 2.0 release looks quite big so I guess the earlier estimate of end of june (you did mean 2017, right?) will be pushed back quite a bit?
Thanks for the effort! Hopefully there is somebody who'd like to become a maintainer... Do you know of any themes that have the same philosophy as paper-theme?
@jansupol Care to take a look?
I guess this issue could be closed except for the P.S. The [specification](https://jakarta.ee/specifications/restful-ws/3.1/jakarta-restful-ws-spec-3.1.html#exceptionmapper) states the following: > A JAX-RS implementation MUST include a default exception mapping provider that implements ExceptionMapper...
Just encountered this same issue. Is this expected behaviour of Spring Data Rest?
Took me a while but I understand now. Spring Data REST uses its own RepositoryRestDispatcherServlet. Which only knows about the RepositoryRestHandlerMapping. Which, like every HandlerMapping, picks up MappedInterceptors. That's why...
I like to weigh in here as well. For me the swagger example fields are particularly interesting. [Enunciate](https://github.com/stoicflame/enunciate/wiki/Enunciate-Specific-Annotations) has already implemented this in a way. I already looked at the...