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
When migrating from vanilla Spring REST Doc to this plugin, we encountered a problem with PayloadSubsectionExtractor.
It is not used at all.
Here is our exemple:
The PayloadDocumentation.beneathPath("[]") is not used at all, which result in multiple errors with fields not found.
We have seen in the documentation that it would be possible to use subsectionWithPath or fieldWithPath but since MockMvcRestDocumentationWrapper is described to be a drop-in replacement, we do not want to go this route.
The text was updated successfully, but these errors were encountered:
Hello,
When migrating from vanilla Spring REST Doc to this plugin, we encountered a problem with PayloadSubsectionExtractor.
It is not used at all.
Here is our exemple:
The
PayloadDocumentation.beneathPath("[]")
is not used at all, which result in multiple errors with fields not found.We have seen in the documentation that it would be possible to use
subsectionWithPath
orfieldWithPath
but sinceMockMvcRestDocumentationWrapper
is described to be a drop-in replacement, we do not want to go this route.The text was updated successfully, but these errors were encountered: