-
Bug
-
Resolution: Done
-
Major
-
4.0.0.Final, 3.7.0.Final
-
None
I am writing some tests for DynamicFeature.
There is this sentence in JAX-RS 2.1 specification:
'JAX-RS implementations SHOULD resolve dynamic features for filters and interceptors once for each resource method.'
However, I think it's happening twice:
https://github.com/tterem/Resteasy/commit/944dc5037e5584d654d9a30eeb1c476555ce04fd
I believe I should see this log message only once:
https://github.com/tterem/Resteasy/commit/944dc5037e5584d654d9a30eeb1c476555ce04fd#diff-8368d6a2a2563585ad2aaa810a20d1c5R19
but I see it twice.
- is related to
-
RESTEASY-2251 Test for DynamicFeature
- Resolved