Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
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: openapi-json-schema-tools/openapi-json-schema-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.3
Choose a base ref
...
head repository: openapi-json-schema-tools/openapi-json-schema-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.2.0
Choose a head ref
  • 4 commits
  • 3,544 files changed
  • 1 contributor

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    39f30f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Java, adds tag apis (#419)

    * Adds operation interfaces that have operationId methods
    
    * Adjusts operationId camelCase value
    
    * Adds tag api files
    
    * Fixes java tag api class names and file names
    
    * Java operation docs regen
    
    * Adds and uses CodegenKey method in operation to shorten java class names
    
    * Deprecates schema pascal case method
    
    * Uses getPascalCase for 2 more use cases
    
    * Deprecates specific pascalCase methods
    
    * Adds prefix to java request body classes
    
    * Fixes typos in operation template
    
    * Java responses classes renamed
    
    * Updates operation XParameters schema class names for java
    
    * Adds prefix to responses
    
    * Adds path api docs
    
    * Fixes path api code samples
    
    * Adds tag apis docs
    
    * Petstore regen
    
    * Fixes more links
    
    * Fixes python java test error
    
    * Samples regen
    spacether authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9593967 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Java, documentation improvements (#421)

    * Fixes api doc path info and link
    
    * Java petstore regen
    
    * Sample regen with defaultHeaders and additionalProperties data acessible to templates
    
    * Java removes request body headers
    
    * Updates server schema names
    
    * Fixes server variables filenames
    
    * Fixes schema names for xparams and for server variables
    
    * Samples updated
    
    * Fixes schema variable names
    
    * Fixes server schema names in java + default user agent in java
    
    * Samples regen, additionalProperties added in missing location
    
    * Sample regen to remove unused java fiiles
    spacether authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8ee7043 View commit details
    Browse the repository at this point in the history
  2. Java generator changed to stable status, version updated to 4.2.0 (#422)

    * Java generator changed to stable status, version rev rolled
    
    * Adjusts coercion language
    spacether authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8d450fb View commit details
    Browse the repository at this point in the history
Loading