Skip to content

Update spring boot to v3 (major)#116

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-3-spring-boot
Open

Update spring boot to v3 (major)#116
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-3-spring-boot

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
org.springframework.boot:spring-boot-starter-parent (source) 2.3.3.RELEASE3.5.12 age confidence
org.springframework.boot:spring-boot-starter-test (source) 2.3.2.RELEASE3.5.12 age confidence
org.springframework.boot:spring-boot-starter-web (source) 2.5.123.5.12 age confidence
org.springframework.boot:spring-boot-starter-parent (source) 2.3.2.RELEASE3.5.12 age confidence
org.springframework.boot:spring-boot-starter-actuator (source) 2.3.2.RELEASE3.5.12 age confidence
org.springframework.boot:spring-boot-starter-web (source) 2.7.143.5.12 age confidence
org.springframework.boot:spring-boot-starter-actuator (source) 2.7.143.5.12 age confidence
org.springframework.boot:spring-boot-maven-plugin (source) 2.3.3.RELEASE3.5.12 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)

v3.5.12

Compare Source

v3.5.11

Compare Source

🐞 Bug Fixes

  • Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc #​49039
  • server.jetty.threads.max is ignored when using virtual threads #​48982
  • Docker credential helpers with file extensions cannot be executed on Windows #​48965

📔 Documentation

  • Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose #​49211
  • Document that use of non idiomatic format for '@Value' still apply for environment variables #​49054
  • Document naming convention for custom test-scoped starters #​49014
  • LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases #​48996
  • ApplicationContextAssert documents a non-existent assertion in getFailure() #​48973
  • Highlight the importance of the preStop hook when configuring Kubernetes probes #​48936

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dsyer, @​linkian209, @​nosan, @​quaff, @​scordio, and @​srt

v3.5.10

Compare Source

🐞 Bug Fixes

  • Evaluation of bean conditions unnecessarily queries the bean factory for types that are not present #​48836
  • When a bean condition references a type that is not present, it appears as ? in the condition evaluation report #​48835
  • Actuator /info endpoint fails in Java 25 Native Image (VirtualThreadSchedulerMXBean support) #​48810
  • DataSourceBuilder cannot create oracle.ucp.jdbc.PoolDataSourceImpl in a native image #​48702
  • Application JAR created by extract command is not reproductible #​48664
  • AOT processing of tests should not be disabled when 'skipTests' is set #​48661
  • Fix zero-length byte buffer in InspectedContent #​48649

📔 Documentation

  • Update documentation for Buildpack's AOT Cache support #​48768
  • Document support for configuring arguments passed to Docker Compose #​48657
  • Clarify javadoc to make it clear that HazelcastConfigCustomizer beans are only applied if Hazelcast is configured via a config file #​48634
  • Fix grammar and typos in the reference guide #​48596

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​GaoSSR, @​izeye, and @​ngocnhan-tran1996

v3.5.9

Compare Source

🐞 Bug Fixes

  • RabbitHealthIndicator reports an error when version is missing from the connection's server properties #​48486
  • Profiles retained during AOT processing are not configured in a native image #​48475
  • NullPointerException in UndertowWebServer.destroy() when using @DirtiesContext and Citrus Spring Boot Simulator #​48450
  • Redis health check reports an error when redis_version is missing from the INFO response #​48326
  • Parent's MeterRegistry beans are closed when child context closes #​48324
  • SpringBootTest.UseMainMethod.WHEN_AVAILABLE and ALWAYS are incompatible with package-private or parameter-less main method #​48271

📔 Documentation

  • Documentation has an outdated reference to the Jackson Kotlin Module #​48533
  • Caching documentation should clarify how to use a no-op implementation to run a test suite #​48531
  • Document that the default rolling policy for Log4j2 requires logging.file.path to be set #​48526
  • License header in build samples is displayed in the reference documentation #​48477
  • Configuring Two DataSources How-To code sample is inconsistent #​48448
  • Improve javadoc for when to use class names rather than class references #​48395
  • Document that org.aspectj.weaver.Advice must be on the classpath to enable support for Micrometer's annotations #​48359
  • Polish TestRestTemplate examples in the reference guide #​48335
  • Fix links to javadoc in the reference documentation #​48299
  • Clarify that @EnableBatchProcessing turns off all batch auto-configuration, including schema initialization #​48265
  • Kotlin auto-configuration examples are not annotated with @AutoConfiguration #​48227
  • Infinispan Cache Documentation is outdated #​48217
  • Revise "Use Liquibase for test-only migrations" section in reference manual #​48169

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​banseok1216, @​berry120, @​dmitrysulman, @​geopark021, @​noojung, @​scottfrederick, @​vpavic, and @​youngledo

v3.5.8

Compare Source

⚠️ Noteworthy changes

🐞 Bug Fixes

  • Gradle war task does not exclude starter POMs from lib-provided #​48196
  • Testcontainers integration fails on Docker 29.0.0 #​48192
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #​48180
  • Properties bound in the child management context ignore the parent's environment prefix #​48176
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #​48153
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #​48129
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #​48127
  • NullPointerException when using @ConditionalOnSingleCandidate with multiple manually registered singletons #​48123
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #​48102
  • Image building may fail when specifying a platform if an image has already been built with a different platform #​48098
  • Undertow's ServletContext is destroy too early, making it unusable in @PreDestroy methods #​48061
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #​48058
  • Auto-configured JCacheMetrics cannot be customized #​48056
  • WebSecurityCustomizer beans are excluded by WebMvcTest #​48054
  • Devtools Restarter does not work with a parameterless main method #​47987
  • Setting 'max-uri-tags' does not prevent unlimited meter growth on any AutoConfiguredCompositeMeterRegistry #​47923
  • Docker response 407 is not handled correctly resulting in no error message #​47900
  • spring-boot-maven-plugin process-aot goal does not find package-private main method #​47780

📔 Documentation

  • Revise AWS section of "Deploying to the Cloud" in reference manual #​48156
  • Fix typo in PortInUseException Javadoc #​48133
  • Correct section about required setters in "Type-safe Configuration Properties" #​48130
  • Document EndpointObjectMapper and management.endpoints.jackson.isolated-object-mapper #​48114
  • Document support for configuring servlet context init parameters using properties #​48111
  • Clarify how warnings about soon-to-expire SSL certificates are reported #​48062
  • Document how to use ContextPropagatingTaskDecorator for propagating trace context over thread boundaries #​48052
  • Use since attribute in configuration properties deprecation consistently #​47980
  • BootstrapContext#getOrElseThrow has incorrect reference to IllegalStateException #​47905
  • Clarify when BootstrapContext get methods may return null rather than throwing an exception or calling the fallback supplier #​47898
  • Document that Actuator endpoint may have at most one extension of each type #​47873
  • Limit Kotlin API documentation to Kotlin-specific APIs #​47859
  • Adapt AOTCache documentation to JEP 514 #​47274

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​K-jun98, @​TerryTaoYY, @​hojooo, @​linw-bai, @​mipo256, @​namest504, @​ngocnhan-tran1996, @​nosan, @​scottfrederick, @​siva-sai-udaygiri, @​tschut, and @​vpavic

v3.5.7

Compare Source

⭐ New Features

  • Add TWENTY_FIVE to JavaVersion enum #​47609

🐞 Bug Fixes

  • Signed jar verification fails when nested in an uber war running on an Oracle JVM #​47771
  • In an uber war, value of the Sbom-Location manifest attribute does not match the SBOM's actual location #​47737
  • Homebrew formula for the CLI should use libexec #​47722
  • When virtual threads are enabled, embedded Jetty does not use recommended virtual thread configuration #​47717
  • ClientHttpRequestFactoryRuntimeHints is missing timeout methods with Duration overloads #​47678
  • OnBeanCondition no longer correctly finds annotations on scoped target proxy beans #​47635
  • JavaVersion doesn't work reliably in native-image #​47620
  • LiquibaseEndpoint always uses defaultSchema instead of liquibaseSchema #​47346
  • Launcher fails to find main method when it is parameterless #​47311
  • Package private Main class using Java 25 is not found by build plugins #​47309
  • Bitnami legacy images are not automatically detected #​47275
  • Maven plugin does not provide an easy way to exclude optional dependencies from uber jar #​25403

📔 Documentation

  • Some spring.test.* properties are not documented #​47775
  • Dependency management for Maven AntRun Plugin is missing changelog link #​47744
  • Developing Your First Spring Boot Application has outdated tools #​47700
  • Include deprecated configuration properties in the reference documentation #​47669
  • Aggregated Javadoc should link to the proper version of JakartaEE #​47593
  • Update javadoc of TestRestTemplate following change to redirect behavior #​47474
  • Use non-deprecated syntax to configure sourceCompatibility #​47343
  • Fix link to Framework's @Bean annotation #​47330
  • Update managed dependency version override examples in documentation #​47306

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​DKARAGODIN, @​JinhyeokFang, @​Lublanski, @​Pankraz76, @​fhiyo, @​ngocnhan-tran1996, @​nosan, @​scottfrederick, and @​xyraclius

v3.5.6

Compare Source

🐞 Bug Fixes

  • Quoted -D arguments break system property resolution on Linux with Spring AOT #​47166
  • Groovy Templates fails with an NPE when rendering an auto new line #​47139
  • available() does not behave correctly when reading stored entries from a NestedJarFile #​47057
  • spring-boot-docker-compose doesn't create service connections when image has registry host but not project #​47019
  • Flyway Ignore Migration Patterns setting can't be set to an empty string #​47013

📔 Documentation

  • Default value of server.tomcat.resource.cache-ttl is not documented #​47253
  • Document Java 25 support #​47245
  • Fix links to Flyway reference documentation #​46988
  • Clarify Javadoc of Customizer interfaces about overriding behavior #​46942

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Chanwon-Seo, @​doljae, @​izeye, and @​quaff

v3.5.5

Compare Source

🐞 Bug Fixes

  • Hazelcast health indicator reports the wrong status when Hazelcast has shut down due to an out-of-memory error #​46909
  • Performance critical tracing code has high overhead due to the use of the Stream API #​46844
  • SpringLiquibaseCustomizer is exposed outside its defined visibility scope #​46758
  • Race condition in OutputCapture can result in stale data #​46721
  • Auto-configured WebClient no longer uses context's ReactorResourceFactory #​46673
  • Default value not detected for a field annoted with @Name #​46666
  • Missing metadata when using @Name with a constructor-bound property #​46663
  • Missing property for Spring Authorization Server's PAR endpoint #​46641
  • Property name is incorrect when reporting a mis-configured OAuth 2 Resource Server JWT public key location #​46636
  • Memory not freed on context restart in JpaMetamodel#CACHE with spring.main.lazy-initialization=true #​46634
  • Auto-configured MockMvc ignores @FilterRegistration annotation #​46605
  • Failure to discover default value for a primitive should not lead to document its default value #​46561

📔 Documentation

  • Kotlin samples for configuration metadata are in the wrong package #​46857
  • Observability examples in the reference guide are missing the Kotlin version #​46798
  • Align method descriptions for SslOptions getCiphers and getEnabledProtocols with @returns #​46769
  • Tracing samples in the reference guide are missing the Kotlin version #​46767
  • Improve Virtual Threads section to mention the changes in Java 24 #​46610
  • spring.test.webtestclient.timeout is not documented #​46588
  • spring-boot-test-autoconfigure should use the configuration properties annotation processor like other modules #​46585
  • Adapt deprecation level for management.health.influxdb.enabled #​46580
  • spring.test.mockmvc properties are not documented #​46578

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Kguswo, @​deejay1, @​ganjisriver, @​izeye, @​jetflo, @​ngocnhan-tran1996, @​nicolasgarea, @​nosan, @​prishedko, @​quaff, @​schmidti159, @​scordio, @​shakuzen, @​tommyk-gears, @​zahra7, and @​zakaria-shahen

v3.5.4

Compare Source

🐞 Bug Fixes

  • LambdaSafe.withFilter is not public #​46474
  • Executable JAR application class encounters performance issues when used with Palo Alto Network Cortex XDR agent #​46402
  • Runtime dependencies are missing from aotCompileClasspath and aotTestCompileClasspath when using Kotlin #​46398
  • Additional fields for structured JSON logging incompatible with nested ecs logging in 3.5.x #​46351
  • Change in DefaultErrorAttributes alters the shape of API validation error responses #​46260
  • jdbc.connections.active and jdbc.connections.idle metrics are not available when using Hikari in a native image #​46225
  • developmentOnly and testAndDevelopmentOnly dependencies

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 038915a to 35a68db Compare December 7, 2022 19:55
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 35a68db to eddca80 Compare December 22, 2022 22:24
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch 3 times, most recently from 6d120c0 to 87a5d1d Compare January 20, 2023 04:00
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 87a5d1d to c4204ef Compare March 12, 2023 09:13
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from c4204ef to 91baaf4 Compare March 23, 2023 12:38
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 91baaf4 to d565962 Compare May 28, 2023 09:19
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from d565962 to 81ddd2e Compare June 22, 2023 15:16
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 81ddd2e to 076e579 Compare July 20, 2023 13:25
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch 4 times, most recently from cbd8b0c to 6c23659 Compare August 25, 2023 12:43
@renovate renovate bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3 Update spring boot to v3 (major) Aug 25, 2023
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch 2 times, most recently from 8602538 to 1291e89 Compare August 25, 2023 13:50
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 1291e89 to f5ddf31 Compare September 21, 2023 13:09
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch 4 times, most recently from 9e00795 to 0aee6b8 Compare October 19, 2023 19:04
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 0aee6b8 to 00fdc52 Compare October 22, 2023 13:25
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 00fdc52 to 1dae1bf Compare November 9, 2023 04:43
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch 2 times, most recently from bcea12d to 1b2570e Compare November 23, 2023 15:59
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 1b2570e to 3d85c54 Compare December 21, 2023 13:45
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 3d85c54 to 225e403 Compare January 19, 2024 21:58
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 225e403 to 77322c5 Compare February 22, 2024 23:20
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 77322c5 to e26b23f Compare March 21, 2024 11:16
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 70c0a87 to dc2f0c6 Compare September 19, 2024 13:07
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from dc2f0c6 to 3f1dc85 Compare October 24, 2024 15:52
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch 3 times, most recently from 281e8ec to 2721254 Compare November 22, 2024 18:08
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 2721254 to 8dc0061 Compare December 19, 2024 14:28
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 8dc0061 to d4b8875 Compare January 23, 2025 14:07
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from d4b8875 to 2ee38c6 Compare February 20, 2025 18:31
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 2ee38c6 to 4dccf53 Compare March 21, 2025 07:16
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 4dccf53 to cf67104 Compare April 8, 2025 14:29
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from cf67104 to 190015d Compare April 24, 2025 17:19
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch 5 times, most recently from 0a3294a to 23913e0 Compare May 25, 2025 17:32
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 23913e0 to cea9968 Compare June 9, 2025 07:41
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch 3 times, most recently from d92c0b4 to 29c519e Compare June 20, 2025 16:48
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 29c519e to cff73f4 Compare July 24, 2025 13:41
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from cff73f4 to 4142849 Compare August 21, 2025 18:30
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 4142849 to f3b4909 Compare September 18, 2025 16:52
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from f3b4909 to 302b755 Compare October 23, 2025 13:33
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 302b755 to afaae74 Compare November 20, 2025 16:35
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from afaae74 to 488830a Compare December 18, 2025 13:59
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 488830a to 4aa965c Compare January 22, 2026 12:41
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 4aa965c to 73fc826 Compare February 19, 2026 14:40
@renovate renovate bot force-pushed the renovate/major-3-spring-boot branch from 73fc826 to 1ee8958 Compare March 19, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants