Added taking basePath into consideration when checking if endpoints have changed.
A changed basePath with a corresponding change of the operation paths could lead to unchanged endpoints and should not be detected as a breaking change.
Added a test (in SwaggerDiffTest) and resources (.yamls) for that case.
Removed unused SWAGGER_V2_HTTP from SwaggerDiffTest.
Added taking basePath into consideration when checking if endpoints have changed.
A changed basePath with a corresponding change of the operation paths could lead to unchanged endpoints and should not be detected as a breaking change.
Added a test (in SwaggerDiffTest) and resources (.yamls) for that case.
Removed unused SWAGGER_V2_HTTP from SwaggerDiffTest.