Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should not detect a breaking change when corresponding basePath & operationChange lead to same Endpoints. #28

Open
wants to merge 219 commits into
base: master
Choose a base branch
from

Conversation

LasseGosch
Copy link

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.

goschla and others added 30 commits December 6, 2019 13:52
…ave changed.

A changed basePath with a corresponding change of the operationPaths 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.
Bumps swagger-compat-spec-parser from 1.0.31 to 1.0.50.

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps swagger-models from 1.5.15 to 1.6.0.

Signed-off-by: dependabot-preview[bot] <[email protected]>
…wagger-models-1.6.0

Bump swagger-models from 1.5.15 to 1.6.0
Before a parameter that has been changed was not removed from the list of new parameters.
Bumps swagger-models from 1.6.0 to 1.6.2.

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps commons-lang3 from 3.2.1 to 3.12.0.

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps swagger-compat-spec-parser from 1.0.50 to 1.0.55.

Signed-off-by: dependabot-preview[bot] <[email protected]>
…yi-master

# Conflicts:
#	pom.xml
#	src/main/java/com/deepoove/swagger/diff/compare/ListDiff.java
lars-sh and others added 30 commits October 18, 2022 00:27
…swagger-parser-1.0.63

Bump swagger-parser from 1.0.62 to 1.0.63
…swagger-models-1.6.8

Bump swagger-models from 1.6.7 to 1.6.8
Bumps [fastjson](https://github.com/alibaba/fastjson2) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.15...2.0.16)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…-fastjson-2.0.16

Bump fastjson from 2.0.15 to 2.0.16
Bumps [fastjson](https://github.com/alibaba/fastjson2) from 2.0.16 to 2.0.17.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.16...2.0.17)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [fastjson](https://github.com/alibaba/fastjson2) from 2.0.17 to 2.0.18.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.17...2.0.18)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4.2 to 2.14.0.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [fastjson](https://github.com/alibaba/fastjson2) from 2.0.18 to 2.0.19.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.18...2.0.19)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps swagger-models from 1.6.8 to 1.6.9.

---
updated-dependencies:
- dependency-name: io.swagger:swagger-models
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps swagger-compat-spec-parser from 1.0.63 to 1.0.64.

---
updated-dependencies:
- dependency-name: io.swagger:swagger-compat-spec-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [swagger-parser](https://github.com/swagger-api/swagger-parser) from 1.0.63 to 1.0.64.
- [Release notes](https://github.com/swagger-api/swagger-parser/releases)
- [Commits](swagger-api/swagger-parser@v1.0.63...v1.0.64)

---
updated-dependencies:
- dependency-name: io.swagger:swagger-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_2.0.3...v_2.0.4)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.14.0 to 2.14.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_2.0.4...v_2.0.5)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [fastjson](https://github.com/alibaba/fastjson2) from 2.0.19 to 2.0.20.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.19...2.0.20)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [fastjson](https://github.com/alibaba/fastjson2) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.20...2.0.21)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_2.0.5...v_2.0.6)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…lf4j-api-2.0.6

Bump slf4j-api from 2.0.5 to 2.0.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants