-
Bug
-
Resolution: Done
-
Major
-
3.1.0.Final, 3.0.20.Final
-
None
I have my own implementation of a ValidatorContextResolver which gets registered and used until version 3.0.19. But since 3.1 it gets registered as a ValidatorContextResolver but the default ValidatorContextResolver provided by resteasy is always prioritized over mine.
I tried to debug it to figure out if I did anything wrong or I could work around it but I didn't find a way that my ValidatorContextResolver is prioritized over the default one.
- relates to
-
RESTEASY-2026 Priority override is not taken into account when registering ContextResolver
- Closed