Skip to content
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

Bump spring.boot.version from 2.3.9.RELEASE to 2.3.10.RELEASE #93

Merged
merged 1 commit into from
Apr 16, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2021

Bumps spring.boot.version from 2.3.9.RELEASE to 2.3.10.RELEASE.
Updates spring-boot-configuration-processor from 2.3.9.RELEASE to 2.3.10.RELEASE

Release notes

Sourced from spring-boot-configuration-processor's releases.

v2.3.10.RELEASE

🪲 Bug Fixes

  • Gradle bootBuildImage does not preserve file permissions for resources #25915
  • Keystore.load calls do not close InputStream #25884
  • Unlike Micrometer's PushMeterRegistry, PrometheusPushGatewayManager stops publishing when an UnknownHostException is caught #25804
  • When running with a context hierarchy, PrimaryDefaultValidatorPostProcessor causes a NoSuchBeanDefinitionException when a Validator is in an ancestor context #25800
  • java.util.concurrent.RejectedExecutionException is logged when shutting down Spring Boot app with Cassandra #25796
  • DefaultErrorWebExceptionHandler does not remove MetaType.ALL when a quality values is present #25778
  • Unpacked jars are not deleted when the JVM exits #25773
  • TldPatterns are not aligned with Tomcat #25764
  • URI tag of http.client.requests metric ignores REST template's root URI #25744
  • Actuator's rest template metrics customization prevents RootUriRequestExpectationManager.forRestTemplate from identifying that the template has had a root URI configured #25741
  • spring-boot:build-image hangs when classifier is specified in configuration #25736
  • An EnvironmentAware FailureAnalyzer may be configured with the wrong Environment #25691
  • AbstractWebMvcEndpointHandlerMapping does not chain InvalidEndpointRequestExceptions #25642
  • When multiple schema or data script locations are configured and no resources can be found at a location, you can't tell which location is faulty #25620
  • spring-boot:build-image hangs if finalName is specified in Spring Boot plugin configuration #25590
  • EmbeddedDatabaseConnection#h2 should not specify a host name #25560
  • RSocket's EmbeddedServerAutoConfiguration does not back off if spring-web is absent #25551
  • Incorrect ConfigurationMetadataRepository when loaded from json files containing properties of the same group #25507
  • Layertools may extract entries outside of the destination path #25505
  • Default fork value for spring-boot:stop is not consistent #25472
  • CloudPlatform.isActive can return true when spring.main.cloud-platform is set to NONE #25455
  • @ConfigurationProperties class's default values are not visible in the Errors instance passed to Validator.validate(Object target, Errors errors) #25356
  • Application fails to start when using Actuator and Jersey configured as a Filter #25262
  • javax.persistence.schema-generation.database.action is ignored when checking if default DDL auto setting should be applied #25129
  • Elasticsearch auto-configuration does not configure default converters #25087

📔 Documentation

  • Javadoc link for non-public autoconfiguration classes does not exist #25948
  • Use main as the branch name in info endpoint example #25865
  • Document more prominently that DataJpaTest sets spring.jpa.show-sql=true by default #25843
  • Update deprecation warnings with for removal targets #25808
  • Description of management.metrics.export.influx.db is wrong #25723
  • Document how to configure Maven's Failsafe plugin when not using spring-boot-starter-parent #25621
  • Fix typos in README #25597
  • Highlight link to Actuator API docs in the reference docs #25486
  • Correct javadoc for ON_PARAM to accurately describe its behavior #25480
  • Fix wording error in build-info goal description #25382
  • Improve documentation of Mockito test execution listeners #25375
  • Polish HTTP client metrics documentation wording #25353
  • Document limitations of using deferred JPA bootstrap and early access to JPA #24027
  • Document how to provide runtime JVM arguments when building an image #21478

🔨 Dependency Upgrades

  • Upgrade to AppEngine SDK 1.9.88 #25953
  • Upgrade to Byte Buddy 1.10.22 #25954

... (truncated)

Commits
  • 32e846d Release v2.3.10.RELEASE
  • 01fb599 Revert "Attempt to overcome Docker rate limiting on CI"
  • bfe8e5a Revert changes to make staging run Docker
  • 6073cf7 Marking staging tasks as privileged so they can start Docker
  • f741230 Start Docker before running a staging build
  • e8eb68a Upgrade to Spring Session Dragonfruit-SR3
  • 930c637 Merge pull request #25455 from nguyensach
  • 61ff3c9 Polish 'Don't detect CloudPlatform when property is set'
  • 70f44d3 Don't detect CloudPlatform when property is set
  • fcb2210 Include optional shade plugin in published pom
  • Additional commits viewable in compare view

Updates spring-boot-starter from 2.3.9.RELEASE to 2.3.10.RELEASE

Release notes

Sourced from spring-boot-starter's releases.

v2.3.10.RELEASE

🪲 Bug Fixes

  • Gradle bootBuildImage does not preserve file permissions for resources #25915
  • Keystore.load calls do not close InputStream #25884
  • Unlike Micrometer's PushMeterRegistry, PrometheusPushGatewayManager stops publishing when an UnknownHostException is caught #25804
  • When running with a context hierarchy, PrimaryDefaultValidatorPostProcessor causes a NoSuchBeanDefinitionException when a Validator is in an ancestor context #25800
  • java.util.concurrent.RejectedExecutionException is logged when shutting down Spring Boot app with Cassandra #25796
  • DefaultErrorWebExceptionHandler does not remove MetaType.ALL when a quality values is present #25778
  • Unpacked jars are not deleted when the JVM exits #25773
  • TldPatterns are not aligned with Tomcat #25764
  • URI tag of http.client.requests metric ignores REST template's root URI #25744
  • Actuator's rest template metrics customization prevents RootUriRequestExpectationManager.forRestTemplate from identifying that the template has had a root URI configured #25741
  • spring-boot:build-image hangs when classifier is specified in configuration #25736
  • An EnvironmentAware FailureAnalyzer may be configured with the wrong Environment #25691
  • AbstractWebMvcEndpointHandlerMapping does not chain InvalidEndpointRequestExceptions #25642
  • When multiple schema or data script locations are configured and no resources can be found at a location, you can't tell which location is faulty #25620
  • spring-boot:build-image hangs if finalName is specified in Spring Boot plugin configuration #25590
  • EmbeddedDatabaseConnection#h2 should not specify a host name #25560
  • RSocket's EmbeddedServerAutoConfiguration does not back off if spring-web is absent #25551
  • Incorrect ConfigurationMetadataRepository when loaded from json files containing properties of the same group #25507
  • Layertools may extract entries outside of the destination path #25505
  • Default fork value for spring-boot:stop is not consistent #25472
  • CloudPlatform.isActive can return true when spring.main.cloud-platform is set to NONE #25455
  • @ConfigurationProperties class's default values are not visible in the Errors instance passed to Validator.validate(Object target, Errors errors) #25356
  • Application fails to start when using Actuator and Jersey configured as a Filter #25262
  • javax.persistence.schema-generation.database.action is ignored when checking if default DDL auto setting should be applied #25129
  • Elasticsearch auto-configuration does not configure default converters #25087

📔 Documentation

  • Javadoc link for non-public autoconfiguration classes does not exist #25948
  • Use main as the branch name in info endpoint example #25865
  • Document more prominently that DataJpaTest sets spring.jpa.show-sql=true by default #25843
  • Update deprecation warnings with for removal targets #25808
  • Description of management.metrics.export.influx.db is wrong #25723
  • Document how to configure Maven's Failsafe plugin when not using spring-boot-starter-parent #25621
  • Fix typos in README #25597
  • Highlight link to Actuator API docs in the reference docs #25486
  • Correct javadoc for ON_PARAM to accurately describe its behavior #25480
  • Fix wording error in build-info goal description #25382
  • Improve documentation of Mockito test execution listeners #25375
  • Polish HTTP client metrics documentation wording #25353
  • Document limitations of using deferred JPA bootstrap and early access to JPA #24027
  • Document how to provide runtime JVM arguments when building an image #21478

🔨 Dependency Upgrades

  • Upgrade to AppEngine SDK 1.9.88 #25953
  • Upgrade to Byte Buddy 1.10.22 #25954

... (truncated)

Commits
  • 32e846d Release v2.3.10.RELEASE
  • 01fb599 Revert "Attempt to overcome Docker rate limiting on CI"
  • bfe8e5a Revert changes to make staging run Docker
  • 6073cf7 Marking staging tasks as privileged so they can start Docker
  • f741230 Start Docker before running a staging build
  • e8eb68a Upgrade to Spring Session Dragonfruit-SR3
  • 930c637 Merge pull request #25455 from nguyensach
  • 61ff3c9 Polish 'Don't detect CloudPlatform when property is set'
  • 70f44d3 Don't detect CloudPlatform when property is set
  • fcb2210 Include optional shade plugin in published pom
  • Additional commits viewable in compare view

Updates spring-boot-starter-test from 2.3.9.RELEASE to 2.3.10.RELEASE

Release notes

Sourced from spring-boot-starter-test's releases.

v2.3.10.RELEASE

🪲 Bug Fixes

  • Gradle bootBuildImage does not preserve file permissions for resources #25915
  • Keystore.load calls do not close InputStream #25884
  • Unlike Micrometer's PushMeterRegistry, PrometheusPushGatewayManager stops publishing when an UnknownHostException is caught #25804
  • When running with a context hierarchy, PrimaryDefaultValidatorPostProcessor causes a NoSuchBeanDefinitionException when a Validator is in an ancestor context #25800
  • java.util.concurrent.RejectedExecutionException is logged when shutting down Spring Boot app with Cassandra #25796
  • DefaultErrorWebExceptionHandler does not remove MetaType.ALL when a quality values is present #25778
  • Unpacked jars are not deleted when the JVM exits #25773
  • TldPatterns are not aligned with Tomcat #25764
  • URI tag of http.client.requests metric ignores REST template's root URI #25744
  • Actuator's rest template metrics customization prevents RootUriRequestExpectationManager.forRestTemplate from identifying that the template has had a root URI configured #25741
  • spring-boot:build-image hangs when classifier is specified in configuration #25736
  • An EnvironmentAware FailureAnalyzer may be configured with the wrong Environment #25691
  • AbstractWebMvcEndpointHandlerMapping does not chain InvalidEndpointRequestExceptions #25642
  • When multiple schema or data script locations are configured and no resources can be found at a location, you can't tell which location is faulty #25620
  • spring-boot:build-image hangs if finalName is specified in Spring Boot plugin configuration #25590
  • EmbeddedDatabaseConnection#h2 should not specify a host name #25560
  • RSocket's EmbeddedServerAutoConfiguration does not back off if spring-web is absent #25551
  • Incorrect ConfigurationMetadataRepository when loaded from json files containing properties of the same group #25507
  • Layertools may extract entries outside of the destination path #25505
  • Default fork value for spring-boot:stop is not consistent #25472
  • CloudPlatform.isActive can return true when spring.main.cloud-platform is set to NONE #25455
  • @ConfigurationProperties class's default values are not visible in the Errors instance passed to Validator.validate(Object target, Errors errors) #25356
  • Application fails to start when using Actuator and Jersey configured as a Filter #25262
  • javax.persistence.schema-generation.database.action is ignored when checking if default DDL auto setting should be applied #25129
  • Elasticsearch auto-configuration does not configure default converters #25087

📔 Documentation

  • Javadoc link for non-public autoconfiguration classes does not exist #25948
  • Use main as the branch name in info endpoint example #25865
  • Document more prominently that DataJpaTest sets spring.jpa.show-sql=true by default #25843
  • Update deprecation warnings with for removal targets #25808
  • Description of management.metrics.export.influx.db is wrong #25723
  • Document how to configure Maven's Failsafe plugin when not using spring-boot-starter-parent #25621
  • Fix typos in README #25597
  • Highlight link to Actuator API docs in the reference docs #25486
  • Correct javadoc for ON_PARAM to accurately describe its behavior #25480
  • Fix wording error in build-info goal description #25382
  • Improve documentation of Mockito test execution listeners #25375
  • Polish HTTP client metrics documentation wording #25353
  • Document limitations of using deferred JPA bootstrap and early access to JPA #24027
  • Document how to provide runtime JVM arguments when building an image #21478

🔨 Dependency Upgrades

  • Upgrade to AppEngine SDK 1.9.88 #25953
  • Upgrade to Byte Buddy 1.10.22 #25954

... (truncated)

Commits
  • 32e846d Release v2.3.10.RELEASE
  • 01fb599 Revert "Attempt to overcome Docker rate limiting on CI"
  • bfe8e5a Revert changes to make staging run Docker
  • 6073cf7 Marking staging tasks as privileged so they can start Docker
  • f741230 Start Docker before running a staging build
  • e8eb68a Upgrade to Spring Session Dragonfruit-SR3
  • 930c637 Merge pull request #25455 from nguyensach
  • 61ff3c9 Polish 'Don't detect CloudPlatform when property is set'
  • 70f44d3 Don't detect CloudPlatform when property is set
  • fcb2210 Include optional shade plugin in published pom
  • Additional commits viewable in compare view

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)

Bumps `spring.boot.version` from 2.3.9.RELEASE to 2.3.10.RELEASE.

Updates `spring-boot-configuration-processor` from 2.3.9.RELEASE to 2.3.10.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.3.9.RELEASE...v2.3.10.RELEASE)

Updates `spring-boot-starter` from 2.3.9.RELEASE to 2.3.10.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.3.9.RELEASE...v2.3.10.RELEASE)

Updates `spring-boot-starter-test` from 2.3.9.RELEASE to 2.3.10.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.3.9.RELEASE...v2.3.10.RELEASE)

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@sonarcloud
Copy link

sonarcloud bot commented Apr 16, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@smcvb smcvb merged commit 53872c5 into master Apr 16, 2021
@dependabot dependabot bot deleted the dependabot/maven/spring.boot.version-2.3.10.RELEASE branch April 16, 2021 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant