Commit 653ae1e
authored
Add security schemes filter normalizer option (#23174)
* Implement `normalizer` for security schemes
* Continue development
* Implement new filter logic
Add test for it
Optimize old filter logic
* Add unit test on joint logic with `SET_BEARER_AUTH_FOR_NAME`
* Add docs
* Remove security schemes without marking them `x-internal`
* Clean up deleted security schemes references
* Discard unnecessary changes
* Fix typo
* Fix test
* Fix code review remarks
* Fix code review remark
* Fix code review remark
* Clean up callbacks and web hooks
* - Revert cleaning trailing white spaces from markdown file
- Make the changes backward compatible with custom filters
- Iterate over nested callbacks in path items1 parent a091fce commit 653ae1e
4 files changed
Lines changed: 1129 additions & 88 deletions
File tree
- docs
- modules/openapi-generator/src
- main/java/org/openapitools/codegen
- test
- java/org/openapitools/codegen
- resources/3_1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
754 | 754 | | |
755 | 755 | | |
756 | 756 | | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
757 | 779 | | |
758 | 780 | | |
759 | 781 | | |
| |||
0 commit comments