Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps spring-boot-autoconfigure from 2.4.2 to 2.5.2.

Release notes

Sourced from spring-boot-autoconfigure's releases.

v2.5.1

馃 Bug Fixes

  • SqlInitializationAutoConfiguration fails when there is a DataSource bean and no spring-jdbc or a ConnectionFactory bean and no spring-r2dbc #26850
  • MetricsRestTemplateCustomizer and LocalHostUriTemplateHandler cannot be used together when building a RestTemplate with RestTemplateBuilder #26827
  • CompositeHealth.getDetails() does not serialize if MapperFeature.CAN_OVERRIDE_ACCESS_MODIFIERS is disabled #26823
  • ConnectionFactoryBuilder.derivefrom should be named derivedFrom to align with DataSourceBuilder #26810
  • Profile-specific property files are incorrectly ordered when both '.' and './config' folders are used in the same application #26782
  • A spring.config.import declared in an application-.properties file calls ConfigDataLocationResolver.resolveProfileSpecific #26755
  • A spring.config.import declared in an application.properties file also attempts to import profile-specific files #26754
  • Jar startup fails on JDK 11 with a SecurityManager enabled #26744
  • Possible divide by zero bugs when using RandomValuePropertySource #26739
  • Resolving properties with a target type can cause ConversionFailedException #26732
  • Upgrading to Spring Boot 2.5.0 leads to a startup warning from Jackson about Kotlin #26727
  • LoggingSystem should not return LogbackLoggingSystem if logback-classic is not available #26725
  • bootBuildImage runs forever when a custom image name is used and the version contains an illegal character #26703
  • Non-static nested @Configuration in JerseySameManagementContextConfiguration #26697
  • Restore run order of data.sql/schema.sql against high-level database migration tools #26692
  • Gradle plugin does not provided public constant for the productionRuntimeClasspath configuration #26687
  • Non-embedded databases have schema/data.sql scripts applied by default #26682
  • Custom username/password properties are not picked up by DataSourceInitializationConfiguration #26676
  • No subdirectories found for mandatory directory location 'file:./config/*/' is thrown when config dir exists #26672
  • LoggingSystem not available on shutdown to log DisposableBean#destroy invocations #26660
  • Image Building with custom buildpacks fails with permission denied on Arch Linux #26658
  • SingleSignOnService Binding from SAML IdP metadata gets overridden by default #26649
  • UnsupportedDataSourcePropertyException is thrown when attempting to set URL for SQL Server #26647
  • Flyway and Liquibase custom datasource without an url leads to java.lang.ClassCastException #26644
  • Empty value for spring.datasource.password can cause NullPointerException #26633
  • UnsupportedDataSourcePropertyException is thrown when attempting to set driverClassName for H2 #26631
  • Some metrics are lost when Spring Data is on the classpath #26630
  • ApplicationAvailabilityBean should log at debug level #26624

馃摂 Documentation

  • Update optaplanner spring boot starter url #26816
  • Fix typo in 'Reacting to the Maven plugin' title #26751
  • Link to Spring Data JPA points to Spring Data JDBC #26741
  • Clarify when a connection pool is created for Redis #26735
  • Polish description of server.servlet.session.cookie.domain #26717
  • Document Kubernetes terminationGracePeriodSeconds #26701
  • Correct Kotlin version requirements in documentation #26655
  • Document spring.profiles.default property #26654
  • Add link to Maven Git Commit Id Plugin #26635
  • Rework build-image-customization table in docs #25739

馃敤 Dependency Upgrades

  • Upgrade to AppEngine SDK 1.9.89 #26798
  • Upgrade to Couchbase Client 3.1.6 #26799
  • Upgrade to Dropwizard Metrics 4.1.22 #26800

... (truncated)

Commits
  • cbe4cff Release v2.5.2
  • dfbd82b Fix Kotlin 1.5.20 classpath issues
  • d442071 Suppress Kotlin 1.5.20 deprecation warning
  • 8f9652c Upgrade to Kotlin 1.5.20
  • b4346f0 Merge branch '2.4.x' into 2.5.x
  • fb008a4 Merge branch '2.3.x' into 2.4.x
  • 82963a3 Fix typo
  • c150a91 Merge branch '2.4.x' into 2.5.x
  • 2ea8367 Merge branch '2.3.x' into 2.4.x
  • 7617f0d Do not publish to Sonatype when already published
  • 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 2.4.2 to 2.5.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.2...v2.5.2)

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 Jun 25, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #143.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.springframework.boot-spring-boot-autoconfigure-2.5.2 branch July 23, 2021 02:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants