-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: rename SchemasService to ComponentsService * refactor: use AsyncApiSerializerService (wip) � Conflicts: � springwolf-core/src/main/java/io/github/stavshamir/springwolf/asyncapi/DefaultAsyncApiSerializerService.java * feat(asyncapi): use BigDecimal as minimum, maximum * refactor(core)!: remove AsyncAPI and Components (wip) replaced with AsyncAPI 3 classes * feat(json-generator): update JsonSchemaGenerator * test(json-generator): re-activate JsonSchemaGeneratorTest test cases * feat(json-generator): add missing schema types * feat(core): add schema type exclusiveMinimum and maximum * test(core): resolve TODO * test(core): add SwaggerSchemaUtilTest * test(core): not resolvable easily * test: update asyncapi.json files * chore(core): update dependencies * feat(ui): fix exclusiveMaximum handling * chore: move schemaMapping inside DefaultComponentsService * chore(core): create SwaggerSchemaUtil as component * feat(core): remove SwaggerSchemaPostProcessor (replaced by SwaggerSchemaUtil) * chore(ui): fix after rebase
- Loading branch information
Showing
89 changed files
with
1,556 additions
and
1,064 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.