-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read spring header annotation (#787)
* feat(core): add HeaderClassExtractor Co-authored-by: Carlos Tasada <[email protected]> * feat(core): integrate HeaderClassExtractor * feat(kafka): add Kafka key to example * refactor(core): use SchemasService in HeaderClassExtractor * refactor(core): rename SchemaService to SwaggerSchemaService * refactor(core): cleanup * refactor(core): rename to ExtractedSchemas * fix(gradle): declare variables globally, so that tasks can use them updateAsyncApiJson used the gradle plugins instead of the variable * refactor(core): isolate swagger into SwaggerSchemaService DefaultComponentsService does not use swagger schemas anymore As a convenient side-effect, the schema title (re-)appeared. --------- Co-authored-by: Carlos Tasada <[email protected]>
- Loading branch information
Showing
56 changed files
with
999 additions
and
416 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
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.