-
Notifications
You must be signed in to change notification settings - Fork 826
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) - autoclosed #790
Conversation
17dd16c
to
fe4eab8
Compare
build.gradle
Outdated
@@ -20,7 +20,7 @@ buildscript { | |||
protobufGradlePluginVersion = '0.9.1' | |||
|
|||
// https://github.com/spring-projects/spring-boot/releases | |||
springBootVersion = '2.7.6' | |||
springBootVersion = '3.0.0' | |||
// https://github.com/spring-cloud/spring-cloud-release/releases | |||
springCloudVersion = '2021.0.5' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to upgrade this to 2022.0.0-RC3
For more details see https://spring.io/projects/spring-cloud
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the info. ❤️
I'm not going to merge his yet.
I will try to have spring-boot 3 compatibility with v2.7.x first.
6084f14
to
4fb2e8c
Compare
722bb75
to
0808f8e
Compare
c2b04c9
to
0f5f8f2
Compare
636f698
to
c3c47d6
Compare
44710ae
to
8bb4a71
Compare
a992183
to
561cc6a
Compare
561cc6a
to
720e1e2
Compare
252da23
to
2aa59be
Compare
f5c1b0b
to
9244bb0
Compare
7ca18c7
to
186d94a
Compare
186d94a
to
9b7ec3a
Compare
04793fd
to
920ff5a
Compare
920ff5a
to
5cacac8
Compare
7b8904a
to
2ff88f3
Compare
88fca66
to
d80834f
Compare
d80834f
to
3d3f96e
Compare
This PR contains the following updates:
2.7.16
->3.1.4
2.7.16
->3.1.4
Release Notes
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)
v3.1.4
Compare Source
⭐ New Features
🐞 Bug Fixes
sign-request
whenmetadata-url
is used #37482@ConfigurationProperties-annotated
record has multiple constructors #37336📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Eng-Fouad, @dependabot[bot], @izeye, @markxnelson, @mdeinum, and @quaff
v3.1.3
Compare Source
🐞 Bug Fixes
@ServiceConnection
on a@Bean
method does not work in sliced tests #36037📔 Documentation
@EntityScan
and@Enable?Repositories
can be used to tune scanning #36862@EnableWebMvc
#36797@DataR2dbcTest
support #36756@since
is missing from javadoc of values added to JavaVersion since its introduction #36735🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@MahatmaFatalError, @NersesAM, @OnSuorce, @chicobento, @dependabot[bot], @dreis2211, @eddumelendez, @elevne, @fzyzcjy, @itsAkshayDubey, @izeye, @joesteel2010, @jongwooo, @ls-urs-keller, @michael-simons, @msobeck, @normandra, @omaryaya, @quaff, @rob-valor, @spa-abaudat, and @vpavic
v3.1.2
Compare Source
🐞 Bug Fixes
@Import
ing a@ConfigurationProperties
class that is eligible for constructor binding #36359:
) or at-sign (@
) #36261📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Pengfei-Lu, @ThomazPassarelli, @bbulgarelli, @bedla, @dependabot[bot], @dkswnkk, @dreis2211, @eddumelendez, @eydunn, @garyrussell, @izeye, @johnnywiller, @jonatan-ivanov, @jstansel, @lasselindqvist, @lmartelli, and @quaff
v3.1.1
Compare Source
🐞 Bug Fixes
@ConstructorBinding
#35913@EndpointCloudFoundryExtension
logs a warnings as it does not use@AliasFor
on its override of the endpoint attribute #35766@ConfigurationProperties
to a lateinit property fails with kotlin.UninitializedPropertyAccessException #35654@Bean
method, BindableRuntimeHintsRegistrar may incorrectly register hints for constructor binding #35647📔 Documentation
@EnableBatchProcessing
mentions in reference documentation for sliced tests and user configuration #36004@DynamicPropertySource
to documented list of property source ordering #35909build-image
andbuild-image-no-fork
Maven plugin goals is inconsistent #35618name
Documentation #35594@Testcontainers
before@SpringBootTest
in documentation examples to ensure that Testcontainers is started before the application tries to use its containers #35572🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@KitBolourchi, @ThomasKasene, @bbulgarelli, @bikash30851, @dreis2211, @eddumelendez, @fcappi, @izeye, @quaff, @rafaelrc7, @sdeleuze, @sjohnr, @sungchanjo, and @twobiers
v3.1.0
Compare Source
⭐ New Features
🐞 Bug Fixes
FactoryBean.getObject
for non-singleton executed when resetting mocks #35330📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Ckram, @JunJaBoy, @TheHound, @bclozel, @be-hase, @davin111, @dreis2211, @izeye, @quaff, @scordio, @sdeleuze, and @sjohnr
v3.0.11
Compare Source
⭐ New Features
🐞 Bug Fixes
sign-request
whenmetadata-url
is used #37481@ConfigurationProperties-annotated
record has multiple constructors #37283📔 Documentation
🔨 Dependency Upgrades
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 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 has been generated by Mend Renovate. View repository job log here.