renfei / WinterEE

基于SpringCloud的微服务开发脚手架,包含用户管理、角色管理、组织机构管理、权限管理、CMS内容管理。
https://winteree.renfei.net
Apache License 2.0
4 stars 1 forks source link

build(deps): bump spring-boot.version from 2.2.5.RELEASE to 2.3.3.RELEASE #76

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps spring-boot.version from 2.2.5.RELEASE to 2.3.3.RELEASE. Updates spring-boot-devtools from 2.2.5.RELEASE to 2.3.3.RELEASE

Release notes

Sourced from spring-boot-devtools's releases.

v2.3.3.RELEASE

:star: New Features

  • Jetty with Conscrypt no longer a requirement for easy HTTP/2 #22188

:beetle: Bug Fixes

  • Externalized Configuration ignores null values in SPRING_APPLICATION_JSON #22895
  • Legacy endpoint ids with '-' do not migrate cleanly #22849
  • When Reactor's debug agent fails to initialize, the cause of the failure is discarded #22847
  • OCI image build fails if environment has any empty properties #22703
  • LiquibaseEndpoint does not report change sets from ancestor contexts #22686
  • Requests that should be handled by an additional DispatcherServlet result in a 404 response #22682
  • Async exceptions not handled by error pages in war deployments #22672
  • XADataSourceAutoConfiguration is difficult to use with DB2XADataSource as it does not have a URL property #22641
  • TaskExecutorBuilder only uses second-precision when configuring the await termination period #22611
  • Setting ignoreInvalidFields=true on @ConfigurationProperties causes unknown fields to be ignored as well #22585
  • Spring Boot 2.3.2: new context is created for every IT class if SpyBean is used #22583
  • Background preinitialisation may cause Jackson2ObjectMapperBuilder's Kotlin detection warning to be silently dropped #22580
  • UndertowWebServerFactoryCustomizer does not support Options but only UndertowOptions #22578
  • WebMvcTest and WebFluxTest do not include Jackson Module beans #22576
  • CouchbaseCacheManager can no longer be customized using CacheManagerCustomizer #22573
  • Kubernetes readiness probe endpoint returning 404 #22562
  • CouchbaseCacheConfiguration is not ordered properly #22542
  • MustacheEnvironmentCollector with nullValue compiler option no longer works in version 2.3.1 #22039

:notebook_with_decorative_cover: Documentation

  • PushGateway documentation does not document enabled flag properly #22930
  • Default value of server.jetty.accesslog.format is wrongly associated to server.forward-headers-strategy #22921
  • Use wildcard in BP_JVM_VERSION with image building #22916
  • Kotlin examples for configuring bootBuildImage's environment use wrong map configuration syntax #22913
  • Mention configuration customizers for WebTestClient and RestAssured in AutoConfigureRestDocs' javadoc #22910
  • Document how to discover the HTTP Port at Runtime for both Servlet and Reactive web apps #22899
  • Document that spring-boot-configuration-processor cannot detect default value defined externally #22890
  • Docs say Health's inner details section may contain components #22774
  • Fix wrong reference in ReadinessStateHealthIndicator javadoc #22760
  • Recommend the use of AopTestUtils.getTargetObject() when setting expectations on a spied bean that Spring has proxied #22758
  • Document that schema.sql and data.sql will still be run when using Flyway or Liquibase but discourage their use #22748
  • Fix broken links to Micrometer registry docs #22706
  • Clarify documentation on use of @AutoConfigureRestDocs with WebTestClient #22669
  • Document that constructor binding does not support @DurationUnit and @DataSizeUnit #22665
  • Document properties to enable probe health indicators #22631
  • Update metrics documentation to note the benefits of using a MeterBinder when registering a metric that relies on other beans #22629
  • Include a hint where to find documentation for DevTools in docs overview #22622
  • Fix link to Elasticsearch health indicator #22617
  • Add ElasticsearchReactiveHealthIndicator to docs #22616
  • Link to App Engine Standard sample not working #22608
  • Improve documentation about swapping one technical starter for another #22596
  • Document how to use MongoClientSettingsBuilderCustomizer #22589
Commits
  • 602e629 Release v2.3.3.RELEASE
  • 8c4e6f7 Revert "Merge pull request #21060 from dsyer"
  • 2f5145b Upgrade to Micrometer 1.5.4
  • df78105 Merge branch '2.2.x' into 2.3.x
  • 70f1216 Merge pull request #22919 from smlc
  • f61a632 Polish "Fix conditions that lead to auto-configure PushGateway"
  • c355b95 Fix conditions that lead to auto-configure PushGateway
  • d0662e8 Fix default value of server.jetty.accesslog.format
  • 4c6a722 Fix test for Java version in image building docs
  • 005ed8b Use Java version wildcard in image building docs
  • Additional commits viewable in compare view


Updates spring-boot-starter-test from 2.2.5.RELEASE to 2.3.3.RELEASE

Release notes

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

v2.3.3.RELEASE

:star: New Features

  • Jetty with Conscrypt no longer a requirement for easy HTTP/2 #22188

:beetle: Bug Fixes

  • Externalized Configuration ignores null values in SPRING_APPLICATION_JSON #22895
  • Legacy endpoint ids with '-' do not migrate cleanly #22849
  • When Reactor's debug agent fails to initialize, the cause of the failure is discarded #22847
  • OCI image build fails if environment has any empty properties #22703
  • LiquibaseEndpoint does not report change sets from ancestor contexts #22686
  • Requests that should be handled by an additional DispatcherServlet result in a 404 response #22682
  • Async exceptions not handled by error pages in war deployments #22672
  • XADataSourceAutoConfiguration is difficult to use with DB2XADataSource as it does not have a URL property #22641
  • TaskExecutorBuilder only uses second-precision when configuring the await termination period #22611
  • Setting ignoreInvalidFields=true on @ConfigurationProperties causes unknown fields to be ignored as well #22585
  • Spring Boot 2.3.2: new context is created for every IT class if SpyBean is used #22583
  • Background preinitialisation may cause Jackson2ObjectMapperBuilder's Kotlin detection warning to be silently dropped #22580
  • UndertowWebServerFactoryCustomizer does not support Options but only UndertowOptions #22578
  • WebMvcTest and WebFluxTest do not include Jackson Module beans #22576
  • CouchbaseCacheManager can no longer be customized using CacheManagerCustomizer #22573
  • Kubernetes readiness probe endpoint returning 404 #22562
  • CouchbaseCacheConfiguration is not ordered properly #22542
  • MustacheEnvironmentCollector with nullValue compiler option no longer works in version 2.3.1 #22039

:notebook_with_decorative_cover: Documentation

  • PushGateway documentation does not document enabled flag properly #22930
  • Default value of server.jetty.accesslog.format is wrongly associated to server.forward-headers-strategy #22921
  • Use wildcard in BP_JVM_VERSION with image building #22916
  • Kotlin examples for configuring bootBuildImage's environment use wrong map configuration syntax #22913
  • Mention configuration customizers for WebTestClient and RestAssured in AutoConfigureRestDocs' javadoc #22910
  • Document how to discover the HTTP Port at Runtime for both Servlet and Reactive web apps #22899
  • Document that spring-boot-configuration-processor cannot detect default value defined externally #22890
  • Docs say Health's inner details section may contain components #22774
  • Fix wrong reference in ReadinessStateHealthIndicator javadoc #22760
  • Recommend the use of AopTestUtils.getTargetObject() when setting expectations on a spied bean that Spring has proxied #22758
  • Document that schema.sql and data.sql will still be run when using Flyway or Liquibase but discourage their use #22748
  • Fix broken links to Micrometer registry docs #22706
  • Clarify documentation on use of @AutoConfigureRestDocs with WebTestClient #22669
  • Document that constructor binding does not support @DurationUnit and @DataSizeUnit #22665
  • Document properties to enable probe health indicators #22631
  • Update metrics documentation to note the benefits of using a MeterBinder when registering a metric that relies on other beans #22629
  • Include a hint where to find documentation for DevTools in docs overview #22622
  • Fix link to Elasticsearch health indicator #22617
  • Add ElasticsearchReactiveHealthIndicator to docs #22616
  • Link to App Engine Standard sample not working #22608
  • Improve documentation about swapping one technical starter for another #22596
  • Document how to use MongoClientSettingsBuilderCustomizer #22589
Commits
  • 602e629 Release v2.3.3.RELEASE
  • 8c4e6f7 Revert "Merge pull request #21060 from dsyer"
  • 2f5145b Upgrade to Micrometer 1.5.4
  • df78105 Merge branch '2.2.x' into 2.3.x
  • 70f1216 Merge pull request #22919 from smlc
  • f61a632 Polish "Fix conditions that lead to auto-configure PushGateway"
  • c355b95 Fix conditions that lead to auto-configure PushGateway
  • d0662e8 Fix default value of server.jetty.accesslog.format
  • 4c6a722 Fix test for Java version in image building docs
  • 005ed8b Use Java version wildcard in image building docs
  • Additional commits viewable in compare view


Updates spring-boot-starter-actuator from 2.2.5.RELEASE to 2.3.3.RELEASE

Release notes

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

v2.3.3.RELEASE

:star: New Features

  • Jetty with Conscrypt no longer a requirement for easy HTTP/2 #22188

:beetle: Bug Fixes

  • Externalized Configuration ignores null values in SPRING_APPLICATION_JSON #22895
  • Legacy endpoint ids with '-' do not migrate cleanly #22849
  • When Reactor's debug agent fails to initialize, the cause of the failure is discarded #22847
  • OCI image build fails if environment has any empty properties #22703
  • LiquibaseEndpoint does not report change sets from ancestor contexts #22686
  • Requests that should be handled by an additional DispatcherServlet result in a 404 response #22682
  • Async exceptions not handled by error pages in war deployments #22672
  • XADataSourceAutoConfiguration is difficult to use with DB2XADataSource as it does not have a URL property #22641
  • TaskExecutorBuilder only uses second-precision when configuring the await termination period #22611
  • Setting ignoreInvalidFields=true on @ConfigurationProperties causes unknown fields to be ignored as well #22585
  • Spring Boot 2.3.2: new context is created for every IT class if SpyBean is used #22583
  • Background preinitialisation may cause Jackson2ObjectMapperBuilder's Kotlin detection warning to be silently dropped #22580
  • UndertowWebServerFactoryCustomizer does not support Options but only UndertowOptions #22578
  • WebMvcTest and WebFluxTest do not include Jackson Module beans #22576
  • CouchbaseCacheManager can no longer be customized using CacheManagerCustomizer #22573
  • Kubernetes readiness probe endpoint returning 404 #22562
  • CouchbaseCacheConfiguration is not ordered properly #22542
  • MustacheEnvironmentCollector with nullValue compiler option no longer works in version 2.3.1 #22039

:notebook_with_decorative_cover: Documentation

  • PushGateway documentation does not document enabled flag properly #22930
  • Default value of server.jetty.accesslog.format is wrongly associated to server.forward-headers-strategy #22921
  • Use wildcard in BP_JVM_VERSION with image building #22916
  • Kotlin examples for configuring bootBuildImage's environment use wrong map configuration syntax #22913
  • Mention configuration customizers for WebTestClient and RestAssured in AutoConfigureRestDocs' javadoc #22910
  • Document how to discover the HTTP Port at Runtime for both Servlet and Reactive web apps #22899
  • Document that spring-boot-configuration-processor cannot detect default value defined externally #22890
  • Docs say Health's inner details section may contain components #22774
  • Fix wrong reference in ReadinessStateHealthIndicator javadoc #22760
  • Recommend the use of AopTestUtils.getTargetObject() when setting expectations on a spied bean that Spring has proxied #22758
  • Document that schema.sql and data.sql will still be run when using Flyway or Liquibase but discourage their use #22748
  • Fix broken links to Micrometer registry docs #22706
  • Clarify documentation on use of @AutoConfigureRestDocs with WebTestClient #22669
  • Document that constructor binding does not support @DurationUnit and @DataSizeUnit #22665
  • Document properties to enable probe health indicators #22631
  • Update metrics documentation to note the benefits of using a MeterBinder when registering a metric that relies on other beans #22629
  • Include a hint where to find documentation for DevTools in docs overview #22622
  • Fix link to Elasticsearch health indicator #22617
  • Add ElasticsearchReactiveHealthIndicator to docs #22616
  • Link to App Engine Standard sample not working #22608
  • Improve documentation about swapping one technical starter for another #22596
  • Document how to use MongoClientSettingsBuilderCustomizer #22589
Commits
  • 602e629 Release v2.3.3.RELEASE
  • 8c4e6f7 Revert "Merge pull request #21060 from dsyer"
  • 2f5145b Upgrade to Micrometer 1.5.4
  • df78105 Merge branch '2.2.x' into 2.3.x
  • 70f1216 Merge pull request #22919 from smlc
  • f61a632 Polish "Fix conditions that lead to auto-configure PushGateway"
  • c355b95 Fix conditions that lead to auto-configure PushGateway
  • d0662e8 Fix default value of server.jetty.accesslog.format
  • 4c6a722 Fix test for Java version in image building docs
  • 005ed8b Use Java version wildcard in image building docs
  • Additional commits viewable in compare view


Updates spring-boot-starter-parent from 2.2.5.RELEASE to 2.3.3.RELEASE

Release notes

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

v2.3.3.RELEASE

:star: New Features

  • Jetty with Conscrypt no longer a requirement for easy HTTP/2 #22188

:beetle: Bug Fixes

  • Externalized Configuration ignores null values in SPRING_APPLICATION_JSON #22895
  • Legacy endpoint ids with '-' do not migrate cleanly #22849
  • When Reactor's debug agent fails to initialize, the cause of the failure is discarded #22847
  • OCI image build fails if environment has any empty properties #22703
  • LiquibaseEndpoint does not report change sets from ancestor contexts #22686
  • Requests that should be handled by an additional DispatcherServlet result in a 404 response #22682
  • Async exceptions not handled by error pages in war deployments #22672
  • XADataSourceAutoConfiguration is difficult to use with DB2XADataSource as it does not have a URL property #22641
  • TaskExecutorBuilder only uses second-precision when configuring the await termination period #22611
  • Setting ignoreInvalidFields=true on @ConfigurationProperties causes unknown fields to be ignored as well #22585
  • Spring Boot 2.3.2: new context is created for every IT class if SpyBean is used #22583
  • Background preinitialisation may cause Jackson2ObjectMapperBuilder's Kotlin detection warning to be silently dropped #22580
  • UndertowWebServerFactoryCustomizer does not support Options but only UndertowOptions #22578
  • WebMvcTest and WebFluxTest do not include Jackson Module beans #22576
  • CouchbaseCacheManager can no longer be customized using CacheManagerCustomizer #22573
  • Kubernetes readiness probe endpoint returning 404 #22562
  • CouchbaseCacheConfiguration is not ordered properly #22542
  • MustacheEnvironmentCollector with nullValue compiler option no longer works in version 2.3.1 #22039

:notebook_with_decorative_cover: Documentation

  • PushGateway documentation does not document enabled flag properly #22930
  • Default value of server.jetty.accesslog.format is wrongly associated to server.forward-headers-strategy #22921
  • Use wildcard in BP_JVM_VERSION with image building #22916
  • Kotlin examples for configuring bootBuildImage's environment use wrong map configuration syntax #22913
  • Mention configuration customizers for WebTestClient and RestAssured in AutoConfigureRestDocs' javadoc #22910
  • Document how to discover the HTTP Port at Runtime for both Servlet and Reactive web apps #22899
  • Document that spring-boot-configuration-processor cannot detect default value defined externally #22890
  • Docs say Health's inner details section may contain components #22774
  • Fix wrong reference in ReadinessStateHealthIndicator javadoc #22760
  • Recommend the use of AopTestUtils.getTargetObject() when setting expectations on a spied bean that Spring has proxied #22758
  • Document that schema.sql and data.sql will still be run when using Flyway or Liquibase but discourage their use #22748
  • Fix broken links to Micrometer registry docs #22706
  • Clarify documentation on use of @AutoConfigureRestDocs with WebTestClient #22669
  • Document that constructor binding does not support @DurationUnit and @DataSizeUnit #22665
  • Document properties to enable probe health indicators #22631
  • Update metrics documentation to note the benefits of using a MeterBinder when registering a metric that relies on other beans #22629
  • Include a hint where to find documentation for DevTools in docs overview #22622
  • Fix link to Elasticsearch health indicator #22617
  • Add ElasticsearchReactiveHealthIndicator to docs #22616
  • Link to App Engine Standard sample not working #22608
  • Improve documentation about swapping one technical starter for another #22596
  • Document how to use MongoClientSettingsBuilderCustomizer #22589
Commits
  • 602e629 Release v2.3.3.RELEASE
  • 8c4e6f7 Revert "Merge pull request #21060 from dsyer"
  • 2f5145b Upgrade to Micrometer 1.5.4
  • df78105 Merge branch '2.2.x' into 2.3.x
  • 70f1216 Merge pull request #22919 from smlc
  • f61a632 Polish "Fix conditions that lead to auto-configure PushGateway"
  • c355b95 Fix conditions that lead to auto-configure PushGateway
  • d0662e8 Fix default value of server.jetty.accesslog.format
  • 4c6a722 Fix test for Java version in image building docs
  • 005ed8b Use Java version wildcard in image building docs
  • Additional commits viewable in compare view


Updates spring-boot-maven-plugin from 2.2.5.RELEASE to 2.3.3.RELEASE

Release notes

Sourced from spring-boot-maven-plugin's releases.

v2.3.3.RELEASE

:star: New Features

  • Jetty with Conscrypt no longer a requirement for easy HTTP/2 #22188

:beetle: Bug Fixes

  • Externalized Configuration ignores null values in SPRING_APPLICATION_JSON #22895
  • Legacy endpoint ids with '-' do not migrate cleanly #22849
  • When Reactor's debug agent fails to initialize, the cause of the failure is discarded #22847
  • OCI image build fails if environment has any empty properties #22703
  • LiquibaseEndpoint does not report change sets from ancestor contexts #22686
  • Requests that should be handled by an additional DispatcherServlet result in a 404 response #22682
  • Async exceptions not handled by error pages in war deployments #22672
  • XADataSourceAutoConfiguration is difficult to use with DB2XADataSource as it does not have a URL property #22641
  • TaskExecutorBuilder only uses second-precision when configuring the await termination period #22611
  • Setting ignoreInvalidFields=true on @ConfigurationProperties causes unknown fields to be ignored as well #22585
  • Spring Boot 2.3.2: new context is created for every IT class if SpyBean is used #22583
  • Background preinitialisation may cause Jackson2ObjectMapperBuilder's Kotlin detection warning to be silently dropped #22580
  • UndertowWebServerFactoryCustomizer does not support Options but only UndertowOptions #22578
  • WebMvcTest and WebFluxTest do not include Jackson Module beans #22576
  • CouchbaseCacheManager can no longer be customized using CacheManagerCustomizer #22573
  • Kubernetes readiness probe endpoint returning 404 #22562
  • CouchbaseCacheConfiguration is not ordered properly #22542
  • MustacheEnvironmentCollector with nullValue compiler option no longer works in version 2.3.1 #22039

:notebook_with_decorative_cover: Documentation

  • PushGateway documentation does not document enabled flag properly #22930
  • Default value of server.jetty.accesslog.format is wrongly associated to server.forward-headers-strategy #22921
  • Use wildcard in BP_JVM_VERSION with image building #22916
  • Kotlin examples for configuring bootBuildImage's environment use wrong map configuration syntax #22913
  • Mention configuration customizers for WebTestClient and RestAssured in AutoConfigureRestDocs' javadoc #22910
  • Document how to discover the HTTP Port at Runtime for both Servlet and Reactive web apps #22899
  • Document that spring-boot-configuration-processor cannot detect default value defined externally #22890
  • Docs say Health's inner details section may contain components #22774
  • Fix wrong reference in ReadinessStateHealthIndicator javadoc #22760
  • Recommend the use of AopTestUtils.getTargetObject() when setting expectations on a spied bean that Spring has proxied #22758
  • Document that schema.sql and data.sql will still be run when using Flyway or Liquibase but discourage their use #22748
  • Fix broken links to Micrometer registry docs #22706
  • Clarify documentation on use of @AutoConfigureRestDocs with WebTestClient #22669
  • Document that constructor binding does not support @DurationUnit and @DataSizeUnit #22665
  • Document properties to enable probe health indicators #22631
  • Update metrics documentation to note the benefits of using a MeterBinder when registering a metric that relies on other beans #22629
  • Include a hint where to find documentation for DevTools in docs overview #22622
  • Fix link to Elasticsearch health indicator #22617
  • Add ElasticsearchReactiveHealthIndicator to docs #22616
  • Link to App Engine Standard sample not working #22608
  • Improve documentation about swapping one technical starter for another #22596
  • Document how to use MongoClientSettingsBuilderCustomizer #22589
Commits
  • 602e629 Release v2.3.3.RELEASE
  • 8c4e6f7 Revert "Merge pull request #21060 from dsyer"
  • 2f5145b Upgrade to Micrometer 1.5.4
  • df78105 Merge branch '2.2.x' into 2.3.x
  • 70f1216 Merge pull request #22919 from smlc
  • f61a632 Polish "Fix conditions that lead to auto-configure PushGateway"
  • c355b95 Fix conditions that lead to auto-configure PushGateway
  • d0662e8 Fix default value of server.jetty.accesslog.format
  • 4c6a722 Fix test for Java version in image building docs
  • 005ed8b Use Java version wildcard in image building docs
  • 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) - `@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](https://app.dependabot.com): - 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)
CLAassistant commented 4 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

codecov[bot] commented 4 years ago

Codecov Report

Merging #76 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #76   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          10      10           
  Lines         122     122           
  Branches        6       6           
======================================
  Misses        122     122           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bf8ee7e...967366b. Read the comment docs.

dependabot-preview[bot] commented 4 years ago

Superseded by #107.