-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency io.springfox:springfox-swagger2 to v3 #277
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-springfox-monorepo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
8 times, most recently
from
December 23, 2021 14:18
18c82d4
to
b4740db
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
3 times, most recently
from
December 30, 2021 15:13
8fea387
to
4f6f503
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
from
January 12, 2022 10:20
4f6f503
to
cbd2382
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
from
January 19, 2022 16:13
cbd2382
to
b78acb2
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
2 times, most recently
from
January 29, 2022 02:29
e0f6ccc
to
43f126a
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
5 times, most recently
from
February 8, 2022 17:16
01bad39
to
8a09a67
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
from
February 16, 2022 03:09
8a09a67
to
7ed69b8
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
3 times, most recently
from
March 10, 2022 11:13
ad4967d
to
5b7f45c
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
4 times, most recently
from
April 4, 2022 17:53
6e86562
to
5df3bcf
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
2 times, most recently
from
April 24, 2023 15:23
755461c
to
0a7d46e
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
6 times, most recently
from
May 17, 2023 19:26
7fa99ea
to
e65b6f1
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
from
May 23, 2023 12:05
e65b6f1
to
71056ba
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
4 times, most recently
from
June 2, 2023 12:51
24518ad
to
8a08ea0
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
2 times, most recently
from
June 14, 2023 01:40
19bcbe8
to
66954ee
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
3 times, most recently
from
June 30, 2023 21:12
f8be0ff
to
703e7ad
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
from
July 8, 2023 16:28
703e7ad
to
6b4b518
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
from
August 17, 2023 13:45
6b4b518
to
4964ba1
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
8 times, most recently
from
October 19, 2023 11:58
792bfb1
to
3043dec
Compare
renovate
bot
force-pushed
the
renovate/major-springfox-monorepo
branch
from
November 3, 2024 15:44
3043dec
to
c9cf250
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.9.2
->3.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
springfox/springfox (io.springfox:springfox-swagger2)
v3.0.0
Compare Source
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
springfox-boot-starter
dependency (Zero Config, Autoconfiguration support)Compatibility Notes
Contributions
Significant contributions that come to mind (and please remind me of others in this list cos' my memory is weak)
Pull Requests
Bug Fixes
ModelAndView
parameter, an error log appears. (#3380) by @wangxinImplementation-Version
to MANIFEST.MF (#3341) by @seregamorphMaintenance
Features
v2.10.5
Compare Source
v2.10.4
Compare Source
v2.10.3
Compare Source
v2.10.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.