-
-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: openapi-json-schema-tools/openapi-json-schema-generator
base: 4.0.0
head repository: openapi-json-schema-tools/openapi-json-schema-generator
compare: 4.1.0
- 20 commits
- 1,196 files changed
- 2 contributors
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d94aee - Browse repository at this point
Copy the full SHA 3d94aeeView commit details
Commits on Jan 10, 2024
-
Java generator, adds schema default + Servers (#355)
* Stores default in schemas * Adds schema defaults, writes server base classes * Root variables fixed * Fixes server class names for path servers * Fixes path verb servers * 303 java sample updated * Fixes datetime default values * Fixes the type of defaultValue in docs * Adds DefaultValueMethod interface * Fiexs type error when accessing defaultValue by adding DefaultValueMethod interface * Petstore regen with schema docs * Adds servers feature in java docs * Samples regen
Configuration menu - View commit details
-
Copy full SHA for 3048be6 - Browse repository at this point
Copy the full SHA 3048be6View commit details -
Java adds openapi v3.1.0 client + const (#357)
* Adds 310 spec for java * Updates templates to include const * Regen 310 * Removes paths from java 310 spec and client * Adds missing imports * Adds more missing imports, adds toString as reserved word * Removes prefixItems cases form java spec * Checker framework version updated * Adds back in explicit type for all SimpleEntries to fix type errors * Adjusts usage of list builder in schema tests * Excludes some schemas from the java 310 client * Removes if/then/else tests from 310 java client * Actually remove if/then/else cases * Removes more broken tests gotm java 310, updates java features * Docs regen * Fixes java docs when type is integer and it is stored as a format * Samples regen
Configuration menu - View commit details
-
Copy full SHA for c5dd507 - Browse repository at this point
Copy the full SHA c5dd507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87329f9 - Browse repository at this point
Copy the full SHA 87329f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12ebcd6 - Browse repository at this point
Copy the full SHA 12ebcd6View commit details
Commits on Jan 12, 2024
-
Java, adds schema contains (#360)
* Adds initial ContainsValidator * Adds ContainsValidator, adds needed containsPathToSchemas input to the validate method * Fixes 303 java unit tests * Regenerates other java samples * Docs updated, java 310 tests updated * Fixes java test with list of only null * Samples regen * Deletes lingering FakeValidator.java
Configuration menu - View commit details
-
Copy full SHA for e8bd86a - Browse repository at this point
Copy the full SHA e8bd86aView commit details -
Java, adds min/maxContains (#361)
* Adds min/maxContains handling in templates * Regen 310sample * Updates docs * Makes containsPathToSchemas nullable, fixes java tests * Samples regen
Configuration menu - View commit details
-
Copy full SHA for 48c6e68 - Browse repository at this point
Copy the full SHA 48c6e68View commit details
Commits on Jan 16, 2024
-
Java adds propertyNames (#362)
* ENables propertynames test in java 310 client * 310 java regen * Generates schema and test in java client * Turns on PropertyNames feature for java generator * Samples regen * Updates java data type features to include number
Configuration menu - View commit details
-
Copy full SHA for b1901fc - Browse repository at this point
Copy the full SHA b1901fcView commit details -
Java, adds dependentRequired (#363)
* 310 regen with partial dependentRequired * Fixes java 310 tests * Samples regen
Configuration menu - View commit details
-
Copy full SHA for 7316f89 - Browse repository at this point
Copy the full SHA 7316f89View commit details
Commits on Jan 17, 2024
-
Bump actions/cache from 3 to 4 (#364)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... 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 8a24aad - Browse repository at this point
Copy the full SHA 8a24aadView commit details -
Java, adds dependentSchemas (#365)
* dependentSchemas tests turned on in java 310 test spec * Samples regen
Configuration menu - View commit details
-
Copy full SHA for fed7bf9 - Browse repository at this point
Copy the full SHA fed7bf9View commit details
Commits on Jan 18, 2024
-
Java, adds pattern properties (#366)
* Updates the java 310 spec to include patternProperties test cases * New schemas generated * Samples regen * Adds patternPropertiesPathToSchemas input to validate method * Adds missing patternProperties imports * Fixes java tests * Samples and docs regen
Configuration menu - View commit details
-
Copy full SHA for f4a509e - Browse repository at this point
Copy the full SHA f4a509eView commit details
Commits on Jan 19, 2024
-
* Turns on prefixItems test cases * java 310 sample gen * Adds PrefixItemsValidator validate functionality * Adds listItemSchema * Fixes most java tests * FIxes java tests, sample+docs regen * Python array types updated * Adjusts python Unpack usage in tuples
Configuration menu - View commit details
-
Copy full SHA for 8d47fb2 - Browse repository at this point
Copy the full SHA 8d47fb2View commit details -
Java, adds if json schema keyword feature (#369)
* Adds IfValidator and passes in ifPathToSchemas to keyword validator * Fixes java tests * java 310 sample regen * Sample and doc regen
Configuration menu - View commit details
-
Copy full SHA for 2f3ff01 - Browse repository at this point
Copy the full SHA 2f3ff01View commit details
Commits on Jan 20, 2024
-
Java, refactoring to simplify schema validate (#370)
* Updates many validators to accept a single input * Updates remaining keywordValidators * Fixes enum validator * Adds vars to fix nullness checks * Fixes TypeValidatorTest * Fixes AdditionalPropertiesValidatorTest * Fixes PropertiesValidatorTest * Updates ItemsValidatorTest * Updates FormatValidatorTest * Extracts getContainsPathToSchemas * Extracts getPatternPropertiesPathToSchemas * Extracts getIfPathToSchemas * Updates 5 validators * Fixes AdditionalPropertiesValidatorTest * Updates ItemsValidatorTest * Updates RequiredValidatorTest * Updates TypeValidatorTest * Updates PropertiesValidatorTest * Adds final modifers to schema data * Adds functionalinterface annotation * Samples regen
Configuration menu - View commit details
-
Copy full SHA for 73aa768 - Browse repository at this point
Copy the full SHA 73aa768View commit details -
Java, adds then + else keyword functionality (#371)
* Adds then validator, partial else validator * Adds else validator implementation * Updates templates to implement then and else * 310 Sample document updated to include new then + else samples * 310 sample regen * Fixes else validator functionality * Fixes then functionality * Samples and docs updated
Configuration menu - View commit details
-
Copy full SHA for 1092290 - Browse repository at this point
Copy the full SHA 1092290View commit details -
Java, adds mising const info to schema docs (#372)
* Templates updated * Adds constValue info
Configuration menu - View commit details
-
Copy full SHA for 536a837 - Browse repository at this point
Copy the full SHA 536a837View commit details
Commits on Jan 21, 2024
-
Java, adds unevaluatedItems (#373)
* Adds unevaluatedItems handling * Samples regen
Configuration menu - View commit details
-
Copy full SHA for 2b6abab - Browse repository at this point
Copy the full SHA 2b6ababView commit details -
Java, adds unevaluatedProperties (#374)
* Adds unevaluatedProperties inputs and incomplete validator * Samples updated
Configuration menu - View commit details
-
Copy full SHA for c686431 - Browse repository at this point
Copy the full SHA c686431View commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 602765f - Browse repository at this point
Copy the full SHA 602765fView 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 4.0.0...4.1.0