springfox-grails-integration
springfox-grails-integration copied to clipboard
Bump springfox from 2.9.2 to 3.0.0
Bumps springfox from 2.9.2 to 3.0.0.
Updates springfox-spi from 2.9.2 to 3.0.0
Release notes
Sourced from springfox-spi's releases.
3.0.0
Release Notes
Picture Credit National Geographic
First and foremost a big thank you to the community for keeping me motivated to work on this project. There have been some really amazing contributions in this release in terms of code, comments, bug reports and it is humbling to see people jumping in to solve problems on the issue forum. It sure motivated me to get over the "hump" and start working on in earnest. What better way to lose the COVID blues!
Thank you! 🥳 🍾
Also please welcome the newest maintainer to the springfox team @MaksimOrlov. A lot of the great work you see in the model generation support is due to his efforts, collaborating tirelessly on weekends and not giving up while ensuring the model generation engine is performant 👏
NOTE: This is a breaking change release, I've tried to maintain backwards compatibility with earlier versions of springfox as much as possible. Deprecated APIs prior to 2.9 have been aggressively removed and new APIs that will go away in the near future have been marked. So please look out for those and do report anything that has been missed.
Highlights of this release include
- Spring 5, Webflux support (only request mapping support, functional endpoints aren't supported yet)
- Spring Integration support (feedback is much appreciated)
- Spring Boot support
springfox-boot-starterdependency (Zero Config, Autoconfiguration support)- Documented Configuration Properties with autocomplete
- Better specification compatibility with 2.0
- Support for OpenApi 3.0.3
- Zero Dependency (almost, the only libraries needed are spring-plugin, pswagger-core](https://github.com/swagger-api/swagger-core)
- Existing swagger2 annotations will continue to work and enrich open api 3.0 specification
Contributions
Significant contributions that come to mind (and please remind me of others in this list cos' my memory is weak)
- @MaksimOrlov for his work on better model generation (json view, validation groups, request/response models)
- @dschulten for introducing spring integration support
- @deblockt and @ligasgr for their work on webflux support
- @ile for spring 5 support
- @neil1hart for removing the guava dependencies
- and @cbornet for the occasional nudges to working on this release :)
Pull Requests
- 3348 - Fixed model generation bugs (#3350) by @dilipkrish
- Returning cache to life. (#3307) by @MaksimOrlov
- Check to prevent NPE. #3303 (#3304) by @MaksimOrlov
- Enhancement of merging algorithm. maintenance (#3298) by @MaksimOrlov
- Issue 3255 (#3259) by @shouldnotappearcalm
- Model enhancement bugfix (#3247) by @MaksimOrlov
- Update swagger ui to version without css security issue (#3226) by @msbg
- Jackson 2.10.1 (#3217) by @sullis
- Issue 2932 (#3210) by @alienisty
- #3189 - handle defaults in Spring placeholders (#3190) by @beliakou
- fix for issue #3178 (#3179) by @ogerardin
- Create a FormParameter model object instead of BodyParameter (#3176) by @kremers
- Fixed typo (#3161) (#3162) by @wormuth
- Fix #2932 - Spring Boot 2.2.2 (#3159) by @JoGir
- Set the basePath using the request context path if present (#3158) by @jgcollings
Commits
bc9d0caUpdated the documentationd92928fSorted the model properties by position and name4f4aa54Added anchors for section links.9ffb648Merge branch 'bug/3030-fix-base-path-with-plugins'af99ca6Added documentation about the avilability of the pluginsfb979a8Added webmvc/webflux varaints of transformation filter pluginsdd47e4fAdded two plugins to help customize the host/basePatha9cf914Added auto-startup property to the propertiesa66b9a0Fixed issue rendering file input as model attribute6b34f42Merge branch 'bug/3353-form-variables-are-not-visible'- Additional commits viewable in compare view
Updates springfox-core from 2.9.2 to 3.0.0
Release notes
Sourced from springfox-core's releases.
3.0.0
Release Notes
Picture Credit National Geographic
First and foremost a big thank you to the community for keeping me motivated to work on this project. There have been some really amazing contributions in this release in terms of code, comments, bug reports and it is humbling to see people jumping in to solve problems on the issue forum. It sure motivated me to get over the "hump" and start working on in earnest. What better way to lose the COVID blues!
Thank you! 🥳 🍾
Also please welcome the newest maintainer to the springfox team @MaksimOrlov. A lot of the great work you see in the model generation support is due to his efforts, collaborating tirelessly on weekends and not giving up while ensuring the model generation engine is performant 👏
NOTE: This is a breaking change release, I've tried to maintain backwards compatibility with earlier versions of springfox as much as possible. Deprecated APIs prior to 2.9 have been aggressively removed and new APIs that will go away in the near future have been marked. So please look out for those and do report anything that has been missed.
Highlights of this release include
- Spring 5, Webflux support (only request mapping support, functional endpoints aren't supported yet)
- Spring Integration support (feedback is much appreciated)
- Spring Boot support
springfox-boot-starterdependency (Zero Config, Autoconfiguration support)- Documented Configuration Properties with autocomplete
- Better specification compatibility with 2.0
- Support for OpenApi 3.0.3
- Zero Dependency (almost, the only libraries needed are spring-plugin, pswagger-core](https://github.com/swagger-api/swagger-core)
- Existing swagger2 annotations will continue to work and enrich open api 3.0 specification
Contributions
Significant contributions that come to mind (and please remind me of others in this list cos' my memory is weak)
- @MaksimOrlov for his work on better model generation (json view, validation groups, request/response models)
- @dschulten for introducing spring integration support
- @deblockt and @ligasgr for their work on webflux support
- @ile for spring 5 support
- @neil1hart for removing the guava dependencies
- and @cbornet for the occasional nudges to working on this release :)
Pull Requests
- 3348 - Fixed model generation bugs (#3350) by @dilipkrish
- Returning cache to life. (#3307) by @MaksimOrlov
- Check to prevent NPE. #3303 (#3304) by @MaksimOrlov
- Enhancement of merging algorithm. maintenance (#3298) by @MaksimOrlov
- Issue 3255 (#3259) by @shouldnotappearcalm
- Model enhancement bugfix (#3247) by @MaksimOrlov
- Update swagger ui to version without css security issue (#3226) by @msbg
- Jackson 2.10.1 (#3217) by @sullis
- Issue 2932 (#3210) by @alienisty
- #3189 - handle defaults in Spring placeholders (#3190) by @beliakou
- fix for issue #3178 (#3179) by @ogerardin
- Create a FormParameter model object instead of BodyParameter (#3176) by @kremers
- Fixed typo (#3161) (#3162) by @wormuth
- Fix #2932 - Spring Boot 2.2.2 (#3159) by @JoGir
- Set the basePath using the request context path if present (#3158) by @jgcollings
Commits
bc9d0caUpdated the documentationd92928fSorted the model properties by position and name4f4aa54Added anchors for section links.9ffb648Merge branch 'bug/3030-fix-base-path-with-plugins'af99ca6Added documentation about the avilability of the pluginsfb979a8Added webmvc/webflux varaints of transformation filter pluginsdd47e4fAdded two plugins to help customize the host/basePatha9cf914Added auto-startup property to the propertiesa66b9a0Fixed issue rendering file input as model attribute6b34f42Merge branch 'bug/3353-form-variables-are-not-visible'- Additional commits viewable in compare view
Updates springfox-swagger2 from 2.9.2 to 3.0.0
Release notes
Sourced from springfox-swagger2's releases.
3.0.0
Release Notes
Picture Credit National Geographic
First and foremost a big thank you to the community for keeping me motivated to work on this project. There have been some really amazing contributions in this release in terms of code, comments, bug reports and it is humbling to see people jumping in to solve problems on the issue forum. It sure motivated me to get over the "hump" and start working on in earnest. What better way to lose the COVID blues!
Thank you! 🥳 🍾
Also please welcome the newest maintainer to the springfox team @MaksimOrlov. A lot of the great work you see in the model generation support is due to his efforts, collaborating tirelessly on weekends and not giving up while ensuring the model generation engine is performant 👏
NOTE: This is a breaking change release, I've tried to maintain backwards compatibility with earlier versions of springfox as much as possible. Deprecated APIs prior to 2.9 have been aggressively removed and new APIs that will go away in the near future have been marked. So please look out for those and do report anything that has been missed.
Highlights of this release include
- Spring 5, Webflux support (only request mapping support, functional endpoints aren't supported yet)
- Spring Integration support (feedback is much appreciated)
- Spring Boot support
springfox-boot-starterdependency (Zero Config, Autoconfiguration support)- Documented Configuration Properties with autocomplete
- Better specification compatibility with 2.0
- Support for OpenApi 3.0.3
- Zero Dependency (almost, the only libraries needed are spring-plugin, pswagger-core](https://github.com/swagger-api/swagger-core)
- Existing swagger2 annotations will continue to work and enrich open api 3.0 specification
Contributions
Significant contributions that come to mind (and please remind me of others in this list cos' my memory is weak)
- @MaksimOrlov for his work on better model generation (json view, validation groups, request/response models)
- @dschulten for introducing spring integration support
- @deblockt and @ligasgr for their work on webflux support
- @ile for spring 5 support
- @neil1hart for removing the guava dependencies
- and @cbornet for the occasional nudges to working on this release :)
Pull Requests
- 3348 - Fixed model generation bugs (#3350) by @dilipkrish
- Returning cache to life. (#3307) by @MaksimOrlov
- Check to prevent NPE. #3303 (#3304) by @MaksimOrlov
- Enhancement of merging algorithm. maintenance (#3298) by @MaksimOrlov
- Issue 3255 (#3259) by @shouldnotappearcalm
- Model enhancement bugfix (#3247) by @MaksimOrlov
- Update swagger ui to version without css security issue (#3226) by @msbg
- Jackson 2.10.1 (#3217) by @sullis
- Issue 2932 (#3210) by @alienisty
- #3189 - handle defaults in Spring placeholders (#3190) by @beliakou
- fix for issue #3178 (#3179) by @ogerardin
- Create a FormParameter model object instead of BodyParameter (#3176) by @kremers
- Fixed typo (#3161) (#3162) by @wormuth
- Fix #2932 - Spring Boot 2.2.2 (#3159) by @JoGir
- Set the basePath using the request context path if present (#3158) by @jgcollings
Commits
bc9d0caUpdated the documentationd92928fSorted the model properties by position and name4f4aa54Added anchors for section links.9ffb648Merge branch 'bug/3030-fix-base-path-with-plugins'af99ca6Added documentation about the avilability of the pluginsfb979a8Added webmvc/webflux varaints of transformation filter pluginsdd47e4fAdded two plugins to help customize the host/basePatha9cf914Added auto-startup property to the propertiesa66b9a0Fixed issue rendering file input as model attribute6b34f42Merge branch 'bug/3353-form-variables-are-not-visible'- Additional commits viewable in compare view
Updates springfox-swagger-ui from 2.9.2 to 3.0.0
Release notes
Sourced from springfox-swagger-ui's releases.
3.0.0
Release Notes
Picture Credit National Geographic
First and foremost a big thank you to the community for keeping me motivated to work on this project. There have been some really amazing contributions in this release in terms of code, comments, bug reports and it is humbling to see people jumping in to solve problems on the issue forum. It sure motivated me to get over the "hump" and start working on in earnest. What better way to lose the COVID blues!
Thank you! 🥳 🍾
Also please welcome the newest maintainer to the springfox team @MaksimOrlov. A lot of the great work you see in the model generation support is due to his efforts, collaborating tirelessly on weekends and not giving up while ensuring the model generation engine is performant 👏
NOTE: This is a breaking change release, I've tried to maintain backwards compatibility with earlier versions of springfox as much as possible. Deprecated APIs prior to 2.9 have been aggressively removed and new APIs that will go away in the near future have been marked. So please look out for those and do report anything that has been missed.
Highlights of this release include
- Spring 5, Webflux support (only request mapping support, functional endpoints aren't supported yet)
- Spring Integration support (feedback is much appreciated)
- Spring Boot support
springfox-boot-starterdependency (Zero Config, Autoconfiguration support)- Documented Configuration Properties with autocomplete
- Better specification compatibility with 2.0
- Support for OpenApi 3.0.3
- Zero Dependency (almost, the only libraries needed are spring-plugin, pswagger-core](https://github.com/swagger-api/swagger-core)
- Existing swagger2 annotations will continue to work and enrich open api 3.0 specification
Contributions
Significant contributions that come to mind (and please remind me of others in this list cos' my memory is weak)
- @MaksimOrlov for his work on better model generation (json view, validation groups, request/response models)
- @dschulten for introducing spring integration support
- @deblockt and @ligasgr for their work on webflux support
- @ile for spring 5 support
- @neil1hart for removing the guava dependencies
- and @cbornet for the occasional nudges to working on this release :)
Pull Requests
- 3348 - Fixed model generation bugs (#3350) by @dilipkrish
- Returning cache to life. (#3307) by @MaksimOrlov
- Check to prevent NPE. #3303 (#3304) by @MaksimOrlov
- Enhancement of merging algorithm. maintenance (#3298) by @MaksimOrlov
- Issue 3255 (#3259) by @shouldnotappearcalm
- Model enhancement bugfix (#3247) by @MaksimOrlov
- Update swagger ui to version without css security issue (#3226) by @msbg
- Jackson 2.10.1 (#3217) by @sullis
- Issue 2932 (#3210) by @alienisty
- #3189 - handle defaults in Spring placeholders (#3190) by @beliakou
- fix for issue #3178 (#3179) by @ogerardin
- Create a FormParameter model object instead of BodyParameter (#3176) by @kremers
- Fixed typo (#3161) (#3162) by @wormuth
- Fix #2932 - Spring Boot 2.2.2 (#3159) by @JoGir
- Set the basePath using the request context path if present (#3158) by @jgcollings
Commits
bc9d0caUpdated the documentationd92928fSorted the model properties by position and name4f4aa54Added anchors for section links.9ffb648Merge branch 'bug/3030-fix-base-path-with-plugins'af99ca6Added documentation about the avilability of the pluginsfb979a8Added webmvc/webflux varaints of transformation filter pluginsdd47e4fAdded two plugins to help customize the host/basePatha9cf914Added auto-startup property to the propertiesa66b9a0Fixed issue rendering file input as model attribute6b34f42Merge branch 'bug/3353-form-variables-are-not-visible'- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Picture Credit