fix: swagger ui regression from dependency bump

This commit is contained in:
Jevgeni Goloborodko
2022-04-01 16:21:50 +03:00
committed by GitHub
parent 7a1e57f50c
commit 26c481e1a4
9 changed files with 153 additions and 15 deletions

View File

@ -3,8 +3,10 @@
## Unreleased
### Added
- Added tests for Swagger UI module that verify that plugin generates correct responses for Swagger UI WEB resources (tests should detect future incompatible changes in new versions of `org.webjars.swagger-ui`)
### Changed
- Fixed broken Swagger UI plugin (`org.webjars.swagger-ui` WEB resources structure changed in version 4.9.X). Issue: https://github.com/bkbnio/kompendium/issues/236
### Remove