Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps org.springframework.boot from 2.1.5.RELEASE to 2.4.6.

Release notes

Sourced from org.springframework.boot's releases.

v2.4.6

🪲 Bug Fixes

  • Actuator doesn't use the CORS Configuration with default security configuration and Spring MVC #26611
  • An active request delays Jetty's shutdown by 30 seconds #26607
  • SmartInitializingSingleton beans are not working with lazy initialization #26605
  • MVC and WebFlux metrics filters adversely affect the response when metrics recording fails #26595
  • Mandatory locations with pattern fail with exception #26577
  • Non-optional locations with wildcards fail if no files are contributed #26468
  • ConfigurationProperties is retrieved via classpath scanning but does not indicate it should be indexed #26462
  • The error message when a wildcard directory location does not match any files is misleading #26415
  • StandardConfigDataLoader can import profile specific files in incorrect order #26400
  • Resolvability and consumability of productionRuntimeClasspath are not aligned with runtimeClasspath #26364
  • Empty value in spring.config.import causes NullPointerException #26342
  • @DataRedisTest does not consider RedisReactiveAutoConfiguration #26327
  • When a single bean causes a dependency cycle the failure analysis does not clearly illustrate the cycle #26322
  • SpringBootConfiguration is retrieved via classpath scanning but does not indicate it should be indexed #26317
  • Maven spring-boot:build-image ignores ZIP layout #26312
  • bootBuildImage does not pick up targetCompatibility when it's configured after task is customised #26300
  • Configuration item metadata ordering is not consistent #26275
  • @EnableAutoConfiguration and @ImportAutoConfiguration use different class loaders to find candidate configurations #26236
  • 'spring.web.resources.cache.use-last-modified=false' doesn't work with Spring MVC #26212
  • Use of spring.profiles.include in a profile-specific document is not detected when it's configured as a YAML list #26205
  • SpringApplication additional profiles and active profiles ordering changed with Spring Boot 2.4 #26189
  • Profiles programmatically set on the Envionment are no longer merged with active profile properties #26151
  • When classes in spring-core and spring-boot are loaded by different ClassLoaders, spring-boot cannot find its own config data location resolvers #26149
  • Config data location does not exist error can be thrown if a profile-specific properties file is directly imported #26147
  • Profile cannot easily be deduced from StandardConfigDataResource #25940
  • ConfigDataResolvers cannot signal that they should be skipped #25894
  • Remote devtools endpoint cannot be accessed if actuator and spring security are on the classpath #25868
  • Additional profiles are processed too late when legacy processing is used #25817
  • BufferingApplicationStartup fails with NoSuchElementException #25792
  • @Scheduled method not triggered when spring.main.lazy-initialization=true #25315
  • Actuator doesn't use the CORS Configuration with default security configuration and Spring Webflux #24541

📔 Documentation

  • Update Gradle docs to use module replacement rather than dependency substitution #26525
  • Improve documentation of TestRestTemplate's fault tolerance #26521
  • Document that the heap dump endpoint requires a HotSpot JVM #26473
  • Fix wrong reference to Cassandra in DockerImageNames#couchbase #26405
  • Move Working with the Code from CONTRIBUTING.adoc to the wiki #26333
  • Fix typo in NamedContributors Javadoc #26324
  • Document property names to enable reactive health indicators #26298
  • Documentation has wrong key for DataSourceHealthIndicator #26282
  • Align documentation with main default branch name #26256
  • Align Maven version in system requirements with what is actually tested #26210
  • Document that MeterFilters are only applied to the Spring-managed MeterRegistry #26185
  • Use new update site for Spring Java Format's Eclipse plugin #26171
  • spring.profiles.include has outdated sourceType in configuration metadata #26163

... (truncated)

Commits
  • 512f673 Release v2.4.6
  • 27fee5f Configure filter to process preflight requests for webflux actuator endpoints
  • 29d1e22 Fix rawtypes
  • 743ac4c Merge branch '2.3.x' into 2.4.x
  • b26e842 Configure CORS in default security configuration for MVC
  • 80610fa Restore order of additional and active profiles
  • 64e76ba Merge branch '2.3.x' into 2.4.x
  • b6e860b Prevent Jetty from delaying shutdown beyond grace period
  • 6874c42 Merge branch '2.3.x' into 2.4.x
  • 2a89b11 Exclude SmartInitializingSingletones from lazy initialization
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.1.5.RELEASE to 2.4.6.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.1.5.RELEASE...v2.4.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 20, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #86.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/org.springframework.boot-2.4.6 branch May 21, 2021 20:36
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants