-
Notifications
You must be signed in to change notification settings - Fork 181
Comparing changes
Open a pull request
base repository: OpenAPITools/openapi-diff
base: 2.1.3
head repository: OpenAPITools/openapi-diff
compare: 2.1.4
- 13 commits
- 22 files changed
- 5 contributors
Commits on Sep 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a674aa1 - Browse repository at this point
Copy the full SHA a674aa1View commit details
Commits on Sep 25, 2025
-
* changed different line separators in AsciiDocRender.java to make it consistent * changed \n in AsciiRender to System.lineSeparator() in all places and fixed tests with isEqualToNormalizingNewlines
Configuration menu - View commit details
-
Copy full SHA for 3d2280e - Browse repository at this point
Copy the full SHA 3d2280eView commit details
Commits on Sep 26, 2025
-
build(deps): bump org.assertj:assertj-core from 3.27.4 to 3.27.6 (#833)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.4 to 3.27.6. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.4...assertj-build-3.27.6) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 34121d5 - Browse repository at this point
Copy the full SHA 34121d5View commit details -
build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#832)
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.3 to 3.12.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.3...maven-javadoc-plugin-3.12.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 684fd74 - Browse repository at this point
Copy the full SHA 684fd74View commit details -
build(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#830)
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.3 to 3.5.4. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a16d300 - Browse repository at this point
Copy the full SHA a16d300View commit details -
build(deps): bump org.apache.maven.plugins:maven-shade-plugin (#829)
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8ccc28b - Browse repository at this point
Copy the full SHA 8ccc28bView commit details -
* changed equal validation for changed example to properly validate arrays of primitive types changed equal validation for changed example to properly validate arrays of primitive types * removed unnecessary import from test class * proposed new solution with deepEquals on Objects, fix also added to ChangedExamples.java, Fixed suggestion from copilot, grammatical error * formatting fix formatting fix * moved test from ConsoleRenderTest to SchemaDiffTest class as suggested in review * Moved test resource to proper location
Configuration menu - View commit details
-
Copy full SHA for 7d62852 - Browse repository at this point
Copy the full SHA 7d62852View commit details
Commits on Oct 2, 2025
-
build(deps): bump org.apache.maven.plugins:maven-compiler-plugin (#840)
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1e65e50 - Browse repository at this point
Copy the full SHA 1e65e50View commit details -
build(deps): bump org.apache.commons:commons-lang3 from 3.18.0 to 3.1…
…9.0 (#842) Bumps org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a888c9 - Browse repository at this point
Copy the full SHA 5a888c9View commit details -
build(deps): bump org.sonatype.central:central-publishing-maven-plugin (
#841) Bumps [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) from 0.8.0 to 0.9.0. - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 52f325e - Browse repository at this point
Copy the full SHA 52f325eView commit details
Commits on Oct 13, 2025
-
Fix typos and linguistic errors in documentation (#846)
Signed-off-by: Sebastien Dionne <survivant00@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 78393d0 - Browse repository at this point
Copy the full SHA 78393d0View commit details
Commits on Oct 14, 2025
-
* fix(#845): Proposed solution to disable BC on pattern change
Configuration menu - View commit details
-
Copy full SHA for 6265628 - Browse repository at this point
Copy the full SHA 6265628View commit details -
Configuration menu - View commit details
-
Copy full SHA for f87793d - Browse repository at this point
Copy the full SHA f87793dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.1.3...2.1.4