Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 3.4.5 to 3.5.0 #79

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2025

Bumps org.springframework.boot:spring-boot-starter-parent from 3.4.5 to 3.5.0.

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.0-RC1

⭐ New Features

  • Add support for Docker's credential stores and helpers #45269
  • Introduce 'spring.test.print-condition-evaluation-report' property to control whether the condition evaluation report should be printed when the ApplicationContext fails to start #45268
  • Fail fast when both management 'base path' and 'endpoint mapping' are set to '/' #45251
  • Allow structured logging with relocated or disabled context elements #45218
  • Auto-configure OtlpMetricsSender if available #45204
  • Support per-meter configuration for OtlpMetricsProperties #45203
  • Migrate from AntPathRequestMatcher to PathPatternRequestMatcher #45163
  • Add support for configuring SimpleAsyncTaskExecutor#rejectTasksWhenLimitReached #45155
  • Align FilterRegistrationBean empty dispatcher type logic with FilterRegistration annotation #45130
  • Add missing attributes to ServletRegistration annotation #45007
  • Add missing attributes to FilterRegistration annotation #45005
  • Add ClientHttpRequestFactoryBuilderCustomizer support #44987
  • Remove RECORD_COMPONENT target from @DefaultValue #44984
  • AutoConfiguredRestClientSsl should build upon, rather than overwrite, the configuration from HttpClientProperties #44979
  • Rename spring.codec properties to spring.http.codecs #44971
  • Rename 'spring.http.client' properties to 'spring.http.client.settings' #44958
  • Enable RestClientAutoConfiguration in reactive web applications when virtual threads are enabled #44952
  • Rename spring.mvc.converters.preferred-json-mapper to spring.http.converters.preferred-json-mapper #44925
  • Make it easier to create an integration test for an OAuth2 resource server #44906
  • Add spring.kafka.consumer.max-poll-interval configuration property #44901
  • Add OtlpGrpcSpanExporterBuilderCustomizer and OtlpHttpSpanExporterBuilderCustomizer customizers #44900
  • Improve performance of MapBinder by calculating reused fields only once #44868
  • Improve performance of IndexedElementsBinder.assertNoUnboundChildren by not checking all elements #44867
  • Add containsDescendantOfCache for system property source #44863
  • Bypass SystemEnvironmentPropertySource.resolvePropertyName calls for configuration properties #44862
  • Introduce a cache for expensive JavaBeanBinder and ValueObjectBinder #44861
  • Allow ConfigurationPropertyCaching overriding for the duration of a bind operation #44860
  • Improve SystemEnvironmentPropertyMapper performance by caching results #44858
  • Improve ConfigurationPropertyName equals/hashCode performance #44857
  • ApplicationInfoPropertySource should be marked as immutable #44856
  • Add support for LdapContextSource#referral property #44850
  • Auto-configure Otel's MeterProvider where appropriate #44833
  • Make it possible to opt in to TaskExecutor auto-configuration when an Executor has already been defined #44659
  • Support optional: prefix with logging.log4j2.config.override #44488
  • Align TestRestTemplate default redirect settings to be the same as RestTemplate #43431
  • Refactor TestRestTemplate to remove need for CustomHttpComponentsClientHttpRequestFactory #43422
  • Add ClientHttpConnector builders for WebClient with a similar design to ClientHttpRequestFactoryBuilder #43079
  • Use paketobuildpacks/builder-noble-java-tiny as the default image builder #42711
  • Broaden OAuth2 client auto-configuration to include non servlet web applications #40997
  • Auto-configure a bootstrapExecutor bean to be used by Framework's background bean initialization #39791
  • Add a dedicated annotation to register filters and servlets #16500

🐞 Bug Fixes

  • In a reactive web app, SslBundle can no longer open store file locations without using a 'file:' prefix #45263
  • JsonValueWriter can throw StackOverflowError on deeply nested items #45262
  • Spring Boot with native image container image build fails on podman due to directory permissions #45257

... (truncated)

Commits
  • 8c2d645 Release v3.5.0
  • 0b49e78 Merge branch '3.4.x'
  • c684fa4 Switch make-default for publish-to-sdkman to 3.5.x
  • 5695192 Ensure descendants are always recalculated on cache refresh
  • 31f549e Merge branch '3.4.x'
  • 68df6f5 Next development version (v3.4.7-SNAPSHOT)
  • 9f46877 Merge branch '3.4.x'
  • 404a0df Merge branch '3.3.x' into 3.4.x
  • e331846 Next development version (v3.3.13-SNAPSHOT)
  • b142798 Merge branch '3.4.x'
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.4.5 to 3.5.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.5...v3.5.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 22, 2025
Copy link

🔴 I'm not able to complete the request because you reached your monthly usage limit for this feature. Register your Amazon Q Developer app installation with your AWS account to increase your usage limit. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants