swagger-diff
swagger-diff copied to clipboard
:ski: Compare two swagger API specifications(1.x or v2.0)
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...
This merge request handles all the CVE security issues detected by static analysis tools (dependabot, depshield, etc. ...) No breaking change has been detected. I added a few GitHub actions...
I could say the complexity for implementation of support for V.3 ? https://swagger.io/specification/
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.31 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...
I run into the problem that when swagger model is renamed, generated html file shows all endpoint response properties as removed. The pr fixed this issue.
The following line of code results in `NoSuchMethodError`:- `com.deepoove.swagger.diff.compare.ParameterDiff` ``` private Property mapToProperty(Parameter rightPara) { Property prop = new StringProperty(); prop.setAccess(rightPara.getAccess()); prop.setAllowEmptyValue(rightPara.getAllowEmptyValue()); prop.setDescription(rightPara.getDescription()); prop.setName(rightPara.getName()); prop.setReadOnly(rightPara.isReadOnly()); prop.setRequired(rightPara.getRequired()); return prop; } ```...
used mvn package to build the jar. Once build the jar, trying to run the following command java -jar swagger-diff-1.2.2.jar --help But getting error - no main manifest attribute, in...
For example, if in petstore_v2_1.json and petstore_v2_2.json you change lines ~723 and ~722 respectively from ` "schema": { "$ref": "#/definitions/User" } ` to ` "schema": { "type" : "array", "items"...
Hi, I noticed that it was showing as Changed even though there was no change, so I fixed that. Thanks.
Bumps [junit](https://github.com/junit-team/junit4) from 4.8.2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...