-
Notifications
You must be signed in to change notification settings - Fork 3
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 Networking (major) #1350
Closed
Closed
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-networking
branch
3 times, most recently
from
November 4, 2022 12:09
f5679b8
to
a4799c7
Compare
EliandroGV1
approved these changes
Nov 7, 2022
EliandroGV1
approved these changes
Nov 7, 2022
amoslv1
approved these changes
Nov 7, 2022
EliandroGV1
force-pushed
the
renovate/major-networking
branch
from
November 16, 2022 10:15
a4799c7
to
70b295c
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
16 times, most recently
from
November 22, 2022 11:34
261f6b0
to
145d526
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
2 times, most recently
from
December 18, 2023 15:37
0b45899
to
a39158b
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
from
January 9, 2024 16:41
a39158b
to
692ab0e
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
2 times, most recently
from
January 25, 2024 10:17
321ea30
to
afe854f
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
3 times, most recently
from
February 13, 2024 17:35
b25e0e9
to
76c662e
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
2 times, most recently
from
February 26, 2024 09:15
86ae373
to
50d4569
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
from
March 1, 2024 10:48
50d4569
to
47e28cd
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
2 times, most recently
from
March 18, 2024 12:22
e31be2b
to
3c9f038
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
2 times, most recently
from
March 25, 2024 23:20
dd9df91
to
d393087
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
from
April 2, 2024 10:01
d393087
to
38c1a18
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
from
April 23, 2024 22:37
38c1a18
to
880e4b7
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
2 times, most recently
from
May 13, 2024 21:04
2c4d9c3
to
b379581
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
from
May 21, 2024 13:02
b379581
to
4547277
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
from
May 29, 2024 14:05
4547277
to
97c2b48
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
from
June 10, 2024 11:12
97c2b48
to
1cfdd23
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
2 times, most recently
from
June 20, 2024 18:42
3605942
to
9aab403
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
3 times, most recently
from
July 5, 2024 14:29
a24d0b3
to
54459dd
Compare
renovate
bot
force-pushed
the
renovate/major-networking
branch
from
July 12, 2024 16:12
54459dd
to
0161be2
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:
9.0.86
->10.1.26
9.0.86
->10.1.26
9.0.86
->10.1.26
2.9.2
->3.0.0
2.9.2
->3.0.0
11.0
->13.3
4.3.3
->5.5.0
4.3.3
->5.5.0
4.3.3
->5.5.0
Release Notes
springfox/springfox (io.springfox:springfox-swagger-ui)
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
openfeign/feign (io.github.openfeign:feign-jackson)
v13.3
: OpenFeign 13.3Compare Source
What's Changed
List of PRs that updated libraries versions
2024020
to2024030
by @dependabot in https://github.com/OpenFeign/feign/pull/2338Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.