Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps org.springframework.boot:spring-boot-dependencies from 3.5.0-M2 to 3.5.0-RC1.

Release notes

Sourced from org.springframework.boot:spring-boot-dependencies'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
  • bc738a8 Release v3.5.0-RC1
  • 1d2fbb2 Increase the maximum heap size that's available to test tasks
  • ef11a08 Fix accidentally introduced Docker credential issues
  • 79f7529 Align credential helper logic with Docker CLI
  • 54086bb Merge branch '3.4.x'
  • 679d1f3 Merge branch '3.3.x' into 3.4.x
  • 7d11cf4 Update copyright year of changed files
  • 1d67e52 Merge pull request #45268 from nosan
  • 848494d Polish 'Introduce 'spring.test.print-condition-evaluation-report' property'
  • 4ea54da Introduce 'spring.test.print-condition-evaluation-report' property
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.5.0-M2 to 3.5.0-RC1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0-M2...v3.5.0-RC1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 3.5.0-RC1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 28, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 25, 2025

Superseded by #666.

@dependabot dependabot bot closed this Jul 25, 2025
@dependabot dependabot bot deleted the dependabot/maven/dependencies/org.springframework.boot-spring-boot-dependencies-3.5.0-RC1 branch July 25, 2025 02:56
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