java-wallet
java-wallet copied to clipboard
Bump io.springfox:springfox-swagger2 from 2.6.1 to 3.0.0
Bumps io.springfox:springfox-swagger2 from 2.6.1 to 3.0.0.
Release notes
Sourced from io.springfox: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
Compatibility Notes
- Requires Java 8
- Requires Spring 5.x (not tested with earlier versions
- Requires SpringBoot 2.2+ (not tested with earlier versions)
Contributions
Significant contributions that come to mind (and please remind me of others in this list cos' my memory is weak)
@MaksimOrlovfor his work on better model generation (json view, validation groups, request/response models)@dschultenfor introducing spring integration support@deblocktand@ligasgrfor their work on webflux support@ilefor spring 5 support@neil1hartfor removing the guava dependencies- and
@cbornetfor 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
... (truncated)
Changelog
Sourced from io.springfox:springfox-swagger2's changelog.
2.9.2 Release Notes
This is mostly a service release. Predominantly to publish the repository to maven along with minor improvements
Pull requests and contributions
- (#2492) Added missing backtick
@TwinProduction- (#2465) X-Forwarded-Prefix should replace basePath in newer spring versions
@rainoko- (#2464) Remove replaceAll with trim
@ctruzzi- (#2434) Add csrf token support
@olOwOlo- (#2429) Remove output related to fixed issue (#1244) #2428
@haelduksf- (#2404) Using media type to determine correct param type when expanding param…
@andyRokitBugs
- (#2502) OperationContext only finds SecurityContext's by path ignoring methods
@robinsonmark- (#2481) ConditionalOnWebApplication not found after upgrading to 2.9.0
duplicate@gionn- (#2461) 2.8.0 /swagger-resource/configuration/ui does not set Accept header properly
@OverDrone- (#2446) ApiParam allowableValues string with spaces is not supported
@uriparush- (#2438) Upgrade to SpringFox 2.9.0 causes failures in Spring Boot 2.0.2.RELEASE
@james- (#2428) description = "
@Size: Min - Max (until #1244 gets fixed)" when param annotated with@Minand/or@Maxbut #1244 is already fixed@haelduksf- (#2423) Query Parameter extracted from Object doesn't recognize public field without getter
@kintomiko- (#2415) JSR-303: Size annotation on Path Param generates maximum/minimum, but on Model generates maxLength/minLength
@retinaburn- (#2401) Present multipart object attributes as "formData"
duplicate@andyRokit- (#2376) Model attribute expansion should respect form/query parameter type
@dilipkrish- (#2498) Path Parameter generated having unsupported properties
duplicate@FossilBlade- (#2481) ConditionalOnWebApplication not found after upgrading to 2.9.0
duplicate@gionn- (#2466) There is no jar in maven repo.Why?
duplicate@litttlefisher- (#2441) Upgrading from 2.8.0 to 2.9.0 causes SpringBootTest to stop working
duplicate@maraswrona- (#2401) Present multipart object attributes as "formData"
duplicate@andyRokit- (#755) o.s.data.domain.Pageable - automatically add
@ApiImplicitParams? can-use-for-docsduplicate@steveFeature
Maintenance
- (#2503) Upgrade libraries and patch versions
@dilipkrish- (#2448) X-Forwarded-prefix not work as expected since spring version 4.3.15
@rainoko2.9.0 Release Notes
This is the last release supporting jdk 6 and spring 4.x. The next planned release is 3.0 which will have jdk 8 as a pre-requisite. There was a large effort to ensure a stable release before moving to the next major release. A big thank you again for the numerous feature/bug requests for making this product better and supporting this library.
A special thank you to
@kasecato,@MaksimOrlov,@neumaennl,@rgoersand@Fyro-Ingfor working on some much requested features.NOTE: All deprecations will be removed when we move to 3.0
Pull Requests
- (#2356) Add tag vendor extensions
@nhtzr- (#2323) fix for spring data rest 3.0.5.RELEASE while maintaining backward com…
@deodeveloper
... (truncated)
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.
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Picture Credit