Skip to content

issues Search Results · repo:OpenAPITools/openapi-diff language:Java

Filter by

177 results
 (66 ms)

177 results

inOpenAPITools/openapi-diff (press backspace or delete to remove)

Since openapi-diff version 2.1.0, there s an issue related to minItems/maxItems. Whenever maxItems property is set in a requestBody - the diff plugin flags it as change. Resulting in: ========================================================================== ...
  • s-jepsen
  • 2
  • Opened 
    2 days ago
  • #787

In https://github.com/OpenAPITools/openapi-diff/pull/780, the fix for matching maxItems and minItems was changed to check if oldValue == newValue . But those are both Integer and so the equality is doing ...
  • rq-trichins
  • 1
  • Opened 
    9 days ago
  • #784

openapi-diff v2.1.0 uses swagger-parser v2.1.26, which has the following known issue: https://github.com/swagger-api/swagger-parser/pull/2166 A new version of swagger-parser has been released, which fixed ...
  • VictorPascualV
  • 2
  • Opened 
    11 days ago
  • #782

Given this simple schema, with a body containing a property with type array and minItems: 2 { openapi : 3.1.0 , info : { version : 1.0.0 , title : Example }, paths : { /assets/merge ...
  • danilofuchs
  • Opened 
    15 days ago
  • #779

Current Behavior: The diffing mechanism currently handles allOf/anyOf and oneOf differently within composed schemas: 1. allOf/anyOf: These schemas are recursively resolved and their properties are merged ...
enhancement
  • DrSatyr
  • Opened 
    on Apr 22
  • #772

From testing the tools and looking at the example Markdown output in the project README, it seems like this output doesn t specify whether a change is backward compatible or not, unlike HTML or the default ...
Breaking/Non-Breaking classification
Render capabilities
  • tuananhlai
  • 1
  • Opened 
    on Apr 5
  • #766

Fix README.md Render difference code example. The Render type is wrong. String htmlRender = new HtmlRender( Changelog , http://deepoove.com/swagger-diff/stylesheets/demo.css ); FileOutputStream outputStream ...
  • bebeside77
  • Opened 
    on Mar 25
  • #759

When running a comparison between OpenAPI 3.0.1 and 3.1.0 via Docker, it looks like everything is reported as different. Suppressing the details gives this: $ docker run --rm -t -v .:/specs:ro openapitools/openapi-diff ...
OpenAP 3.1.0 Support
  • codesimplicity
  • 5
  • Opened 
    on Mar 14
  • #755

While migration to OpenAPI 3.1.0 all Schema objects becomes JsonSchema. 3.1.0 deserializes schema type to array field types . At least this part of SchemaDiff works incorrectly: SchemaDiff.java#L349-L352. ...
OpenAP 3.1.0 Support
  • DrSatyr
  • Opened 
    on Feb 10
  • #745

I don t use Java, but I wanted to test out this tool. I didn t really want to use docker. I eventually found out I can install via brew. It would be nice to have this documented in the Readme, even if ...
question
  • Relequestual
  • 1
  • Opened 
    on Feb 7
  • #744
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub