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-starters from 2.2.9.RELEASE to 2.2.10.RELEASE #20

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2020

Bumps spring-boot-starters from 2.2.9.RELEASE to 2.2.10.RELEASE.

Release notes

Sourced from spring-boot-starters's releases.

v2.2.10.RELEASE

🪲 Bug Fixes

  • @ManagementContextConfiguration is meta-annotated with @Configuration(proxyBeanMethods=false) which does not disable proxying #23301
  • Signed jar dependency performance problem when repackaged in a single jar #23263
  • Allow types other than Date to be used in the "timestamp" MVC error model #23256
  • RSocketPortInfoApplicationContextInitializer can throw NPE #23084
  • UndertowWebServerFactoryCustomizer requires commons lang via an unintended import on ClassUtils #23059
  • Missing sanitization in lists of URIs properties on actuator endpoints #23037
  • When using HSQLDB, Hikari logs a warning message about the driver class name when the first connection is retrieved from the pool #23036
  • JarFile can cause memory issues when running on Java 11+ #22991
  • Configurable SSL Logback extensions can't be supported due to URL checks #22946
  • The @TypeExcludeFilters annotation is not @Inherited #22939
  • When Reactor's debug agent fails to initialize, the cause of the failure is discarded #22777
  • LiquibaseEndpoint does not report change sets from ancestor contexts #22681
  • TaskExecutorBuilder only uses second-precision when configuring the await termination period #22604
  • Spring Boot 2.3.2: new context is created for every IT class if SpyBean is used #22566
  • WebMvcTest and WebFluxTest do not include Jackson Module beans #22530
  • UndertowWebServerFactoryCustomizer does not support Options but only UndertowOptions #22502
  • Setting ignoreInvalidFields=true on @ConfigurationProperties causes unknown fields to be ignored as well #22308
  • Background preinitialisation may cause Jackson2ObjectMapperBuilder's Kotlin detection warning to be silently dropped #21897
  • Legacy endpoint ids with '-' do not migrate cleanly #21615
  • Externalized Configuration ignores null values in SPRING_APPLICATION_JSON #21542
  • Proper ordering of metrics auto-configurations #21134
  • ValidationHandler no longer works with certain map keys #20350
  • XADataSourceAutoConfiguration is difficult to use with DB2XADataSource as it does not have a URL property #20229
  • Async exceptions not handled by error pages in war deployments #19471

📔 Documentation

  • Document that @ConfigurationProperties beans are not scanned in sliced tests #23210
  • Provide examples of Actuator custom endpoints in the reference documentation #23028
  • Mention correct JUnit 5 annotations in Kotlin testing section #23002
  • Javadoc inaccuracy in SpringApplicationBuilder.properties(Properties) #22962
  • Fix typo Assert4J -> AssertJ #22948
  • PushGateway documentation does not document enabled flag properly #22919
  • Document how to discover the HTTP Port at Runtime for both Servlet and Reactive web apps #22898
  • Mention configuration customizers for WebTestClient and RestAssured in AutoConfigureRestDocs' javadoc #22765
  • Fix broken links to Micrometer registry docs #22705
  • Document that spring-boot-configuration-processor cannot detect default value defined externally #22685
  • Link to App Engine Standard sample not working #22607
  • Fix link to Elasticsearch health indicator #22598
  • Include a hint where to find documentation for DevTools in docs overview #22591
  • Document that constructor binding does not support @DurationUnit and @DataSizeUnit #22565
  • Docs say Health's inner details section may contain components #22490
  • Recommend the use of AopTestUtils.getTargetObject() when setting expectations on a spied bean that Spring has proxied #22281
  • Document the need for configuration files to have a file extension #22278
  • Document that java.util.Optional is not recommended with ConfigurationProperties #21868
  • Document how to use MongoClientSettingsBuilderCustomizer #21696
  • Document that schema.sql and data.sql will still be run when using Flyway or Liquibase but discourage their use #20920

... (truncated)

Commits
  • df0e8e8 Release v2.2.10.RELEASE
  • c23e420 Merge branch '2.1.x' into 2.2.x
  • dbd2783 Polish logging in BintrayService
  • 71e3844 Merge branch '2.1.x' into 2.2.x
  • cb4eb92 Next development version (v2.1.18.BUILD-SNAPSHOT)
  • ab21156 Upgrade to Micrometer 1.3.14
  • 35b3330 Upgrade to Spring Session Corn-SR4
  • 3e93a3e Merge branch '2.1.x' into 2.2.x
  • 91c1d52 Upgrade to Micrometer 1.1.18
  • db04672 Upgrade to Spring Session Bean-SR12
  • 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)

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@lfgcampos
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot merged commit ccbea7f into master Oct 14, 2020
@dependabot dependabot bot deleted the dependabot/maven/org.springframework.boot-spring-boot-starters-2.2.10.RELEASE branch October 14, 2020 08:19
@smcvb smcvb added this to the Release 4.5 milestone Oct 14, 2020
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.

2 participants