backbase-openapi-tools
backbase-openapi-tools copied to clipboard
Bump org.openapitools.openapidiff:openapi-diff-core from 2.1.0-beta.12 to 2.1.0
Bumps org.openapitools.openapidiff:openapi-diff-core from 2.1.0-beta.12 to 2.1.0.
Release notes
Sourced from org.openapitools.openapidiff:openapi-diff-core's releases.
2.1.0
🚀 Migration Guide: 2.0.x → 2.1.0
⚠️ Known Migration Issues
- đź”§ Issue 1: ChangedOneOfSchema package changed:
org.openapitools.openapidiff.core.model.ChangedOneOfSchema->org.openapitools.openapidiff.core.model.schema.ChangedOneOfSchemaWhat's Changed
- Enable reproducible builds by
@​joschiin OpenAPITools/openapi-diff#300- Skip Git hook repository check to enable build without
.gitby@​joschiin OpenAPITools/openapi-diff#301- Migrate from Log4j 1.2.x to Logback by
@​joschiin OpenAPITools/openapi-diff#307- Exclude null properties when rendering JSON by
@​gloeglmin OpenAPITools/openapi-diff#302- Remove dependency on commons-httpclient by
@​joschiin OpenAPITools/openapi-diff#308- Use SLF4J commons-logging bridge by
@​joschiin OpenAPITools/openapi-diff#311- build(deps): bump maven-site-plugin from 3.9.1 to 3.10.0 by
@​dependabotin OpenAPITools/openapi-diff#313- build(deps): bump assertj-core from 3.21.0 to 3.22.0 by
@​dependabotin OpenAPITools/openapi-diff#315- Update README.md by
@​seguri-doodlein OpenAPITools/openapi-diff#324- build(deps): bump maven-compiler-plugin from 3.8.1 to 3.10.0 by
@​dependabotin OpenAPITools/openapi-diff#333- build(deps): bump slf4j.version from 1.7.32 to 1.7.33 by
@​dependabotin OpenAPITools/openapi-diff#323- build(deps): bump maven-jar-plugin from 3.2.0 to 3.2.2 by
@​dependabotin OpenAPITools/openapi-diff#322- build(deps): bump maven-plugin-plugin from 3.6.2 to 3.6.4 by
@​dependabotin OpenAPITools/openapi-diff#340- build(deps): bump nexus-staging-maven-plugin from 1.6.8 to 1.6.12 by
@​dependabotin OpenAPITools/openapi-diff#339- build(deps): bump maven-javadoc-plugin from 3.3.1 to 3.3.2 by
@​dependabotin OpenAPITools/openapi-diff#341- build(deps): bump maven-site-plugin from 3.10.0 to 3.11.0 by
@​dependabotin OpenAPITools/openapi-diff#342- build(deps): bump slf4j.version from 1.7.33 to 1.7.36 by
@​dependabotin OpenAPITools/openapi-diff#338- Update Docker release action with multi-platform by
@​kaschulain OpenAPITools/openapi-diff#336- build(deps): bump swagger-parser.version from 2.0.28 to 2.0.30 by
@​dependabotin OpenAPITools/openapi-diff#337- fix: mixed up logic around response mediatype addition/removal by
@​slinstaedtin OpenAPITools/openapi-diff#328- #198: Fixing false positive breaking change reported when removing an optional field from a response by
@​orange-buffaloin OpenAPITools/openapi-diff#327- Support allOf schemas referring to oneOf schemas by
@​julienrfin OpenAPITools/openapi-diff#318- build(deps): bump actions/checkout from 2.4.0 to 3 by
@​dependabotin OpenAPITools/openapi-diff#343- upgrade m-release-p: outputTimestamp auto-update by
@​hboutemyin OpenAPITools/openapi-diff#314- Equivalent paths with overloaded parameters are supported by
@​timur27in OpenAPITools/openapi-diff#306- Fix stackoverflow in recursive definitions by
@​mikkelain OpenAPITools/openapi-diff#331- build(deps): bump logback-classic from 1.2.10 to 1.2.11 by
@​dependabotin OpenAPITools/openapi-diff#347- build(deps): bump maven-compiler-plugin from 3.10.0 to 3.10.1 by
@​dependabotin OpenAPITools/openapi-diff#350- build(deps): bump swagger-parser.version from 2.0.30 to 2.0.31 by
@​dependabotin OpenAPITools/openapi-diff#354- build(deps): bump actions/cache from 2.1.7 to 3 by
@​dependabotin OpenAPITools/openapi-diff#356- build(deps): bump maven-shade-plugin from 3.2.4 to 3.3.0 by
@​dependabotin OpenAPITools/openapi-diff#360- build(deps): bump swagger-parser.version from 2.0.31 to 2.0.32 by
@​dependabotin OpenAPITools/openapi-diff#363- build(deps): bump jacoco-maven-plugin from 0.8.7 to 0.8.8 by
@​dependabotin OpenAPITools/openapi-diff#365- build(deps): bump actions/setup-java from 2 to 3 by
@​dependabotin OpenAPITools/openapi-diff#367- build(deps): bump maven-site-plugin from 3.11.0 to 3.12.0 by
@​dependabotin OpenAPITools/openapi-diff#368- build(deps): bump maven-javadoc-plugin from 3.3.2 to 3.4.0 by
@​dependabotin OpenAPITools/openapi-diff#369- build(deps): bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13 by
@​dependabotin OpenAPITools/openapi-diff#370- build(deps): bump docker/login-action from 1 to 2 by
@​dependabotin OpenAPITools/openapi-diff#374- build(deps): bump docker/setup-buildx-action from 1 to 2 by
@​dependabotin OpenAPITools/openapi-diff#373- build(deps): bump docker/build-push-action from 2 to 3 by
@​dependabotin OpenAPITools/openapi-diff#372- build(deps): bump swagger-parser.version from 2.0.32 to 2.0.33 by
@​dependabotin OpenAPITools/openapi-diff#376- build(deps): bump assertj-core from 3.22.0 to 3.23.0 by
@​dependabotin OpenAPITools/openapi-diff#377- build(deps): bump assertj-core from 3.23.0 to 3.23.1 by
@​dependabotin OpenAPITools/openapi-diff#378
... (truncated)
Commits
6d999a3[maven-release-plugin] prepare release 2.1.0c9b4032docs: update descriptions for release and development version inputs in relea...b661454Handle recursive refs in ComposedSchema (allOf/anyOf) (#771)a6df0adFix: Address Sonar Blocker issues (#775)f659026DrSatyr/issue212 (#774)0c3586ebuild(deps): bump org.apache.commons:commons-collections4 (#773)19bdb61test: adjust assertion for pattern handling in SchemaDiffTest593e8a1Doesn't take pattern field into account (#770)b3d2393Dr satyr/issue346 (#769)706faedbuild: update maven-plugin-plugin version to 3.13.1 and configure goal prefix...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)