-
Notifications
You must be signed in to change notification settings - Fork 0
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 spring boot to v3 (major) #63
Merged
Merged
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-spring-boot
branch
from
April 20, 2023 15:16
329d1cb
to
42cfe09
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
2 times, most recently
from
May 19, 2023 01:13
1c8d871
to
6fdd6e4
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
June 22, 2023 15:49
6fdd6e4
to
5493f35
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
July 20, 2023 13:01
5493f35
to
984cbfb
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
August 24, 2023 12:58
984cbfb
to
9855413
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
September 21, 2023 12:15
9855413
to
712461f
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
October 19, 2023 20:47
712461f
to
21ce297
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
November 16, 2023 11:24
21ce297
to
6085e6b
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
2 times, most recently
from
November 23, 2023 15:56
f63b92f
to
67892a4
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
December 21, 2023 13:48
67892a4
to
3ab9651
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
January 19, 2024 21:46
3ab9651
to
ae95469
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
February 22, 2024 21:48
ae95469
to
659451e
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
March 21, 2024 13:34
659451e
to
1bbd614
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
April 18, 2024 18:49
1bbd614
to
0515038
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
May 23, 2024 16:01
0515038
to
8bc892d
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
June 20, 2024 14:35
8bc892d
to
706e4b7
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
July 18, 2024 19:48
706e4b7
to
d8b134b
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
August 22, 2024 19:22
d8b134b
to
7f701d6
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
September 19, 2024 13:08
7f701d6
to
7369566
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
October 24, 2024 15:35
7369566
to
38125ec
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
November 17, 2024 18:30
38125ec
to
bfb73aa
Compare
renovate
bot
force-pushed
the
renovate/major-spring-boot
branch
from
November 17, 2024 18:33
bfb73aa
to
e6c6b3b
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.7.18
->3.3.5
2.7.18
->3.3.5
Release Notes
spring-projects/spring-boot (org.springframework.boot:spring-boot-maven-plugin)
v3.3.5
Compare Source
🐞 Bug Fixes
@ControllerEndpoint
and@RestControllerEndpoint
infrastructure remains undeprecated #42498📔 Documentation
@Primary
is recommended when defining your own ObjectMapper that replaces JacksonAutoConfiguration's #42787@ConditionalOn
(Missing)Bean will infer the type to match #42505🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@IMWoo94, @arefbehboudi, @izeye, @jeonghyeon00, @ngocnhan-tran1996, @nosan, and @quaff
v3.3.4
Compare Source
🐞 Bug Fixes
@RestartScope
can cause 'Recursive update' exceptions when used with container beans #42107📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Alchemik, @arefbehboudi, @einarpehrson, @izeye, @martinfrancois, @mushroom528, @nosan, and @quaff
v3.3.3
Compare Source
⭐ New Features
🐞 Bug Fixes
@ControllerEndpoint
and@RestControllerEndpoint
infrastructure remains undeprecated #41596📔 Documentation
@Name
to customize a property name #41585🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@PiyalAhmed, @Rajin9601, @cms04, @dreis2211, @eddumelendez, @hyunmin0317, @ivamly, @jmewes, @jxblum, @lamtrinhdev, @ngocnhan-tran1996, @quaff, and @ritzykey
v3.3.2
Compare Source
🐞 Bug Fixes
@DataLdapTest
#41325@NestedConfigurationProperty
doesn't work on records #41251<init>
when using spring-boot-starter-activemq in a native image #41214📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@acouvreur, @anbusampath, @eddumelendez, @izeye, @jxblum, @mateusscheper, @opcooc, and @sdeleuze
v3.3.1
Compare Source
🐞 Bug Fixes
📔 Documentation
@Testcontainers
#40943🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Eng-Fouad, @PiyalAhmed, @Seungpang, @asashour, @cmabdullah, @dependabot[bot], @donghoony, @erie0210, @izeye, @mateusscheper, @onobc, @quaff, @sdeleuze, and @vsanna
v3.3.0
Compare Source
⭐ New Features
🐞 Bug Fixes
@SpyBean
is not able to initialise MongoRepository bean of the generic type #40855<springProperty>
and<springProfile>
do not work in<include>
after Logback upgrade #40491📔 Documentation
@ConfigurationProperties
binding with single constructor #40844Configuration
📅 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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.