Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenAPITools/openapi-diff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.3
Choose a base ref
...
head repository: OpenAPITools/openapi-diff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.4
Choose a head ref
  • 13 commits
  • 22 files changed
  • 5 contributors

Commits on Sep 3, 2025

  1. Bump to 2.1.4-SNAPSHOT

    DrSatyr committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    a674aa1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. fix for issue 834 (#835)

    * 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
    wexom authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    3d2280e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. 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>
    dependabot[bot] authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    34121d5 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    684fd74 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    a16d300 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    8ccc28b View commit details
    Browse the repository at this point in the history
  5. fix for issue 814 (#836)

    * 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
    wexom authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    7d62852 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. 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>
    dependabot[bot] authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    1e65e50 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    5a888c9 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    52f325e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Fix typos and linguistic errors in documentation (#846)

    Signed-off-by: Sebastien Dionne <survivant00@gmail.com>
    survivant authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    78393d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Merge pull request #848

    * fix(#845): Proposed solution to disable BC on pattern change
    jdesrochers-atpco authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    6265628 View commit details
    Browse the repository at this point in the history
  2. Prepare 2.1.4 release

    DrSatyr committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    f87793d View commit details
    Browse the repository at this point in the history
Loading