Skip to content

Bump spring.boot.version from 2.5.7 to 2.6.0 #2001

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

Merged
merged 1 commit into from
Nov 22, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2021

Bumps spring.boot.version from 2.5.7 to 2.6.0.
Updates spring-boot from 2.5.7 to 2.6.0

Release notes

Sourced from spring-boot's releases.

v2.6.0

For full upgrade instructions and new and noteworthy features please see the release notes.

⭐ New Features

  • Support both kebab-case and camelCase as Spring init CLI Options #28138

🐞 Bug Fixes

  • Profiles added using @ActiveProfiles have different precedence #28724
  • Dependency management for JSTL is out of date #28660
  • A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable #28655
  • JUnit annotations may prevent a test context from being cached #28566
  • Avoid duplicate AOP proxy class definition with FilteredClassLoader #28545
  • Metrics for ThreadPoolTaskScheduler can conflict with the metrics of ThreadPoolTaskExecutor if they share the same bean name prefix #28536
  • Task metrics should not expose time-related metrics as these are not supported yet #28535
  • Logback should default to JVM's default charset instead of ASCII #28487
  • When a parent context has method validation configuration, it isn't auto-configured in its child contexts #28480
  • Prometheus actuator endpoint should produce a text/plain response unless application/openmetrics-text is explicitly accepted #28469
  • Lettuce metrics auto-configuration should not require Spring Data #28436
  • Error page is accessible when no credentials are provided #26356

📔 Documentation

  • Fix "Configure Two DataSources" example #28713
  • Configuration sample in reference doc has wrong yaml formatting #28693
  • Fix yaml sample format in reference doc #28692
  • Update URL for GraphQL Spring Boot starter #28691
  • Fix @deprecated and @see in org.springframework.boot.loader.archive.Archive's javadoc #28681
  • Update links to Spring Security's reference documentation #28618
  • Replace "e.g." by "for example" #28583
  • Fix typo in "Ant-style path matching" #28550
  • Replace "refer to" with "see" #28537
  • Replace "check out" with more formal language #28503
  • Replace "etc" in reference documentation #28497
  • Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation #28467
  • Improve documentation on using an embedded ActiveMQ broker #28435
  • Remove use of {@code ? } from configuration property descriptions #28431
  • Reinstate monospaced formatting in Actuator endpoint documentation #28430

🔨 Dependency Upgrades

  • Upgrade to AppEngine SDK 1.9.92 #28569
  • Upgrade to Awaitility 4.1.1 #28570
  • Upgrade to Byte Buddy 1.11.22 #28571
  • Upgrade to Couchbase Client 3.2.3 #28664
  • Upgrade to Elasticsearch 7.15.2 #28665
  • Upgrade to Flyway 8.0.4 #28697
  • Upgrade to Gson 2.8.9 #28573

... (truncated)

Commits

Updates spring-boot-autoconfigure from 2.5.7 to 2.6.0

Release notes

Sourced from spring-boot-autoconfigure's releases.

v2.6.0

For full upgrade instructions and new and noteworthy features please see the release notes.

⭐ New Features

  • Support both kebab-case and camelCase as Spring init CLI Options #28138

🐞 Bug Fixes

  • Profiles added using @ActiveProfiles have different precedence #28724
  • Dependency management for JSTL is out of date #28660
  • A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable #28655
  • JUnit annotations may prevent a test context from being cached #28566
  • Avoid duplicate AOP proxy class definition with FilteredClassLoader #28545
  • Metrics for ThreadPoolTaskScheduler can conflict with the metrics of ThreadPoolTaskExecutor if they share the same bean name prefix #28536
  • Task metrics should not expose time-related metrics as these are not supported yet #28535
  • Logback should default to JVM's default charset instead of ASCII #28487
  • When a parent context has method validation configuration, it isn't auto-configured in its child contexts #28480
  • Prometheus actuator endpoint should produce a text/plain response unless application/openmetrics-text is explicitly accepted #28469
  • Lettuce metrics auto-configuration should not require Spring Data #28436
  • Error page is accessible when no credentials are provided #26356

📔 Documentation

  • Fix "Configure Two DataSources" example #28713
  • Configuration sample in reference doc has wrong yaml formatting #28693
  • Fix yaml sample format in reference doc #28692
  • Update URL for GraphQL Spring Boot starter #28691
  • Fix @deprecated and @see in org.springframework.boot.loader.archive.Archive's javadoc #28681
  • Update links to Spring Security's reference documentation #28618
  • Replace "e.g." by "for example" #28583
  • Fix typo in "Ant-style path matching" #28550
  • Replace "refer to" with "see" #28537
  • Replace "check out" with more formal language #28503
  • Replace "etc" in reference documentation #28497
  • Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation #28467
  • Improve documentation on using an embedded ActiveMQ broker #28435
  • Remove use of {@code ? } from configuration property descriptions #28431
  • Reinstate monospaced formatting in Actuator endpoint documentation #28430

🔨 Dependency Upgrades

  • Upgrade to AppEngine SDK 1.9.92 #28569
  • Upgrade to Awaitility 4.1.1 #28570
  • Upgrade to Byte Buddy 1.11.22 #28571
  • Upgrade to Couchbase Client 3.2.3 #28664
  • Upgrade to Elasticsearch 7.15.2 #28665
  • Upgrade to Flyway 8.0.4 #28697
  • Upgrade to Gson 2.8.9 #28573

... (truncated)

Commits

Updates spring-boot-actuator from 2.5.7 to 2.6.0

Release notes

Sourced from spring-boot-actuator's releases.

v2.6.0

For full upgrade instructions and new and noteworthy features please see the release notes.

⭐ New Features

  • Support both kebab-case and camelCase as Spring init CLI Options #28138

🐞 Bug Fixes

  • Profiles added using @ActiveProfiles have different precedence #28724
  • Dependency management for JSTL is out of date #28660
  • A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable #28655
  • JUnit annotations may prevent a test context from being cached #28566
  • Avoid duplicate AOP proxy class definition with FilteredClassLoader #28545
  • Metrics for ThreadPoolTaskScheduler can conflict with the metrics of ThreadPoolTaskExecutor if they share the same bean name prefix #28536
  • Task metrics should not expose time-related metrics as these are not supported yet #28535
  • Logback should default to JVM's default charset instead of ASCII #28487
  • When a parent context has method validation configuration, it isn't auto-configured in its child contexts #28480
  • Prometheus actuator endpoint should produce a text/plain response unless application/openmetrics-text is explicitly accepted #28469
  • Lettuce metrics auto-configuration should not require Spring Data #28436
  • Error page is accessible when no credentials are provided #26356

📔 Documentation

  • Fix "Configure Two DataSources" example #28713
  • Configuration sample in reference doc has wrong yaml formatting #28693
  • Fix yaml sample format in reference doc #28692
  • Update URL for GraphQL Spring Boot starter #28691
  • Fix @deprecated and @see in org.springframework.boot.loader.archive.Archive's javadoc #28681
  • Update links to Spring Security's reference documentation #28618
  • Replace "e.g." by "for example" #28583
  • Fix typo in "Ant-style path matching" #28550
  • Replace "refer to" with "see" #28537
  • Replace "check out" with more formal language #28503
  • Replace "etc" in reference documentation #28497
  • Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation #28467
  • Improve documentation on using an embedded ActiveMQ broker #28435
  • Remove use of {@code ? } from configuration property descriptions #28431
  • Reinstate monospaced formatting in Actuator endpoint documentation #28430

🔨 Dependency Upgrades

  • Upgrade to AppEngine SDK 1.9.92 #28569
  • Upgrade to Awaitility 4.1.1 #28570
  • Upgrade to Byte Buddy 1.11.22 #28571
  • Upgrade to Couchbase Client 3.2.3 #28664
  • Upgrade to Elasticsearch 7.15.2 #28665
  • Upgrade to Flyway 8.0.4 #28697
  • Upgrade to Gson 2.8.9 #28573

... (truncated)

Commits

Updates spring-boot-test from 2.5.7 to 2.6.0

Release notes

Sourced from spring-boot-test's releases.

v2.6.0

For full upgrade instructions and new and noteworthy features please see the release notes.

⭐ New Features

  • Support both kebab-case and camelCase as Spring init CLI Options #28138

🐞 Bug Fixes

  • Profiles added using @ActiveProfiles have different precedence #28724
  • Dependency management for JSTL is out of date #28660
  • A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable #28655
  • JUnit annotations may prevent a test context from being cached #28566
  • Avoid duplicate AOP proxy class definition with FilteredClassLoader #28545
  • Metrics for ThreadPoolTaskScheduler can conflict with the metrics of ThreadPoolTaskExecutor if they share the same bean name prefix #28536
  • Task metrics should not expose time-related metrics as these are not supported yet #28535
  • Logback should default to JVM's default charset instead of ASCII #28487
  • When a parent context has method validation configuration, it isn't auto-configured in its child contexts #28480
  • Prometheus actuator endpoint should produce a text/plain response unless application/openmetrics-text is explicitly accepted #28469
  • Lettuce metrics auto-configuration should not require Spring Data #28436
  • Error page is accessible when no credentials are provided #26356

📔 Documentation

  • Fix "Configure Two DataSources" example #28713
  • Configuration sample in reference doc has wrong yaml formatting #28693
  • Fix yaml sample format in reference doc #28692
  • Update URL for GraphQL Spring Boot starter #28691
  • Fix @deprecated and @see in org.springframework.boot.loader.archive.Archive's javadoc #28681
  • Update links to Spring Security's reference documentation #28618
  • Replace "e.g." by "for example" #28583
  • Fix typo in "Ant-style path matching" #28550
  • Replace "refer to" with "see" #28537
  • Replace "check out" with more formal language #28503
  • Replace "etc" in reference documentation #28497
  • Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation #28467
  • Improve documentation on using an embedded ActiveMQ broker #28435
  • Remove use of {@code ? } from configuration property descriptions #28431
  • Reinstate monospaced formatting in Actuator endpoint documentation #28430

🔨 Dependency Upgrades

  • Upgrade to AppEngine SDK 1.9.92 #28569
  • Upgrade to Awaitility 4.1.1 #28570
  • Upgrade to Byte Buddy 1.11.22 #28571
  • Upgrade to Couchbase Client 3.2.3 #28664
  • Upgrade to Elasticsearch 7.15.2 #28665
  • Upgrade to Flyway 8.0.4 #28697
  • Upgrade to Gson 2.8.9 #28573

... (truncated)

Commits

Updates spring-boot-starter-web from 2.5.7 to 2.6.0

Release notes

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

v2.6.0

For full upgrade instructions and new and noteworthy features please see the release notes.

⭐ New Features

  • Support both kebab-case and camelCase as Spring init CLI Options #28138

🐞 Bug Fixes

  • Profiles added using @ActiveProfiles have different precedence #28724
  • Dependency management for JSTL is out of date #28660
  • A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable #28655
  • JUnit annotations may prevent a test context from being cached #28566
  • Avoid duplicate AOP proxy class definition with FilteredClassLoader #28545
  • Metrics for ThreadPoolTaskScheduler can conflict with the metrics of ThreadPoolTaskExecutor if they share the same bean name prefix #28536
  • Task metrics should not expose time-related metrics as these are not supported yet #28535
  • Logback should default to JVM's default charset instead of ASCII #28487
  • When a parent context has method validation configuration, it isn't auto-configured in its child contexts #28480
  • Prometheus actuator endpoint should produce a text/plain response unless application/openmetrics-text is explicitly accepted #28469
  • Lettuce metrics auto-configuration should not require Spring Data #28436
  • Error page is accessible when no credentials are provided #26356

📔 Documentation

  • Fix "Configure Two DataSources" example #28713
  • Configuration sample in reference doc has wrong yaml formatting #28693
  • Fix yaml sample format in reference doc #28692
  • Update URL for GraphQL Spring Boot starter #28691
  • Fix @deprecated and @see in org.springframework.boot.loader.archive.Archive's javadoc #28681
  • Update links to Spring Security's reference documentation #28618
  • Replace "e.g." by "for example" #28583
  • Fix typo in "Ant-style path matching" #28550
  • Replace "refer to" with "see" #28537
  • Replace "check out" with more formal language #28503
  • Replace "etc" in reference documentation #28497
  • Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation #28467
  • Improve documentation on using an embedded ActiveMQ broker #28435
  • Remove use of {@code ? } from configuration property descriptions #28431
  • Reinstate monospaced formatting in Actuator endpoint documentation #28430

🔨 Dependency Upgrades

  • Upgrade to AppEngine SDK 1.9.92 #28569
  • Upgrade to Awaitility 4.1.1 #28570
  • Upgrade to Byte Buddy 1.11.22 #28571
  • Upgrade to Couchbase Client 3.2.3 #28664
  • Upgrade to Elasticsearch 7.15.2 #28665
  • Upgrade to Flyway 8.0.4 #28697
  • Upgrade to Gson 2.8.9 #28573

... (truncated)

Commits

Updates spring-boot-starter-actuator from 2.5.7 to 2.6.0

Release notes

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

v2.6.0

For full upgrade instructions and new and noteworthy features please see the release notes.

⭐ New Features

  • Support both kebab-case and camelCase as Spring init CLI Options #28138

🐞 Bug Fixes

  • Profiles added using @ActiveProfiles have different precedence #28724
  • Dependency management for JSTL is out of date #28660
  • A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable #28655
  • JUnit annotations may prevent a test context from being cached #28566
  • Avoid duplicate AOP proxy class definition with FilteredClassLoader #28545
  • Metrics for ThreadPoolTaskScheduler can conflict with the metrics of ThreadPoolTaskExecutor if they share the same bean name prefix #28536
  • Task metrics should not expose time-related metrics as these are not supported yet #28535
  • Logback should default to JVM's default charset instead of ASCII #28487
  • When a parent context has method validation configuration, it isn't auto-configured in its child contexts #28480
  • Prometheus actuator endpoint should produce a text/plain response unless application/openmetrics-text is explicitly accepted #28469
  • Lettuce metrics auto-configuration should not require Spring Data #28436
  • Error page is accessible when no credentials are provided #26356

📔 Documentation

  • Fix "Configure Two DataSources" example #28713
  • Configuration sample in reference doc has wrong yaml formatting #28693
  • Fix yaml sample format in reference doc #28692
  • Update URL for GraphQL Spring Boot starter #28691
  • Fix @deprecated and @see in org.springframework.boot.loader.archive.Archive's javadoc #28681
  • Update links to Spring Security's reference documentation #28618
  • Replace "e.g." by "for example" #28583
  • Fix typo in "Ant-style path matching" #28550
  • Replace "refer to" with "see" #28537
  • Replace "check out" with more formal language #28503
  • Replace "etc" in reference documentation #28497
  • Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation #28467
  • Improve documentation on using an embedded ActiveMQ broker #28435
  • Remove use of {@code ? } from configuration property descriptions #28431
  • Reinstate monospaced formatting in Actuator endpoint documentation #28430

🔨 Dependency Upgrades

  • Upgrade to AppEngine SDK 1.9.92 #28569
  • Upgrade to Awaitility 4.1.1 #28570
  • Upgrade to Byte Buddy 1.11.22 #28571
  • Upgrade to Couchbase Client 3.2.3 #28664
  • Upgrade to Elasticsearch 7.15.2 #28665
  • Upgrade to Flyway 8.0.4 #28697
  • Upgrade to Gson 2.8.9 #28573

... (truncated)

Commits

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.5.7 to 2.6.0.

Updates `spring-boot` from 2.5.7 to 2.6.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

Updates `spring-boot-autoconfigure` from 2.5.7 to 2.6.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

Updates `spring-boot-actuator` from 2.5.7 to 2.6.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

Updates `spring-boot-test` from 2.5.7 to 2.6.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

Updates `spring-boot-starter-web` from 2.5.7 to 2.6.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

Updates `spring-boot-starter-actuator` from 2.5.7 to 2.6.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-actuator
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 22, 2021
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 22, 2021
Copy link
Member

@yue9944882 yue9944882 left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 22, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], yue9944882

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 22, 2021
@k8s-ci-robot k8s-ci-robot merged commit eb144d1 into master Nov 22, 2021
@dependabot dependabot bot deleted the dependabot/maven/spring.boot.version-2.6.0 branch November 22, 2021 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file java Pull requests that update Java code lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants