Sometimes one might want to use a feature/JSON property in stub-mapping files that they don't realize is not supported by the currently used version of WireMock.
Tasks
Create an inspection that would report JSON properties that are not supported by the currently used WireMock version.
It should also let users know in which version of WireMock the properties were introduced.
Examples
request.urlPathTemplate and request.pathParameters in WireMock 3.0.0.
Summary
Sometimes one might want to use a feature/JSON property in stub-mapping files that they don't realize is not supported by the currently used version of WireMock.
Tasks
Examples
request.urlPathTemplate
andrequest.pathParameters
in WireMock 3.0.0.