Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Bump spring-boot-starter-parent from 2.0.0.RELEASE to 2.3.3.RELEASE #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps spring-boot-starter-parent from 2.0.0.RELEASE to 2.3.3.RELEASE.

Release notes

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

v2.3.3.RELEASE

⭐ New Features

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

🪲 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

📔 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 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-starter-parent](https://github.com/spring-projects/spring-boot) from 2.0.0.RELEASE to 2.3.3.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.0.0.RELEASE...v2.3.3.RELEASE)

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 Aug 14, 2020
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.

0 participants