Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Update plugin org.springframework.boot to v2.6.2 #46

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.boot (source) 2.5.6 -> 2.6.2 age adoption passing confidence

Release Notes

spring-projects/spring-boot

v2.6.2

🐞 Bug Fixes

  • The getter and setter that's used during configuration property binding varies when a getter or setter has been overridden to use a subclass of the property's type #​29143
  • DatabaseInitializationDependencyConfigurer triggers eager initialization of factory beans #​29103
  • Spring boot 2.6.0 Quartz mysql/mariadb tables are not created #​29095
  • Platform used for Quartz, Session, Integration, and Batch schema initialization cannot be configured #​29002
  • App fails to start when it depends on thymeleaf-extras-springsecurity5 but does not have Spring Security on the classpath #​28979
  • ResponseStatusException no longer returning response body in 2.6.1 using spring security #​28953
  • DataSourceScriptDatabaseInitializer may still try to access the database even though its initialization mode is never #​28931
  • Hibernate validation messages broken in spring boot 2.6.1 when setUseCodeAsDefaultMessage set to true #​28930
  • Image buildpack references without tag do not default to latest version #​28922
  • Invalid classpath index manifest attribute in war files built with Maven #​28904
  • AbstractMethodError in org.springframework.boot.web.servlet.filter.ErrorPageSecurityFilter when deployed to a Servlet 3.1-compatible container #​28902
  • Setting cache time-to-live for the health endpoint has no effect #​28882
  • server.servlet.session.cookie.same-site isn't applied to Spring Session's SESSION cookie #​28784

📔 Documentation

  • 2.5.x snapshot documentation links to source code on the main branch #​29141
  • Document that using DevTools with a remote application is not supported with WebFlux #​29138
  • Polish Creating Your Own Auto-configuration section in Core Features reference doc #​29133
  • Polish CacheManager customization section in reference doc #​29098
  • Polish README.adoc #​28948
  • Fix documented default value for property spring.mvc.pathmatch.matching-strategy #​28936
  • Add consistent quotes in YAML samples of reference doc #​28911

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.6.1

🐞 Bug Fixes

  • The name of the matching-strategy property is incorrect in the action message of the failure analysis for a PatternParseException #​28839
  • ErrorPageSecurityFilter prevents deployment to a Servlet 3.1 compatible container #​28790
  • QuartzDataSourceScriptDatabaseInitializer does not provide a mapping for MariaDB #​28779
  • The order of 'test' and 'Inlined Test Properties' property sources in incorrect #​28776
  • ArrayStoreException when using Spring Security in a Servlet app without spring-security-web #​28774
  • Warning that DefaultClientResources was not shutdown properly when using Lettuce with Actuator #​28767
  • Page with permitAll is no longer accessible via auto-configured MockMvc #​28759
  • Dependency management for org.elasticsearch.distribution.integ-test-zip:elasticsearch should declare its type as zip #​28746

📔 Documentation

  • Fix typos in the "External Application Properties" section #​28834
  • Fix output of "spring --version" in reference documentation #​28833
  • Add a package description for org.springframework.boot.actuate.metrics.data #​28761

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

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

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.5.8

🐞 Bug Fixes
  • DatabaseInitializationDependencyConfigurer triggers eager initialization of factory beans #​28977
  • App fails to start when it depends on thymeleaf-extras-springsecurity5 but does not have Spring Security on the classpath #​28967
  • Platform used for Quartz, Session, Integration, and Batch schema initialization cannot be configured #​28932
  • Image buildpack references without tag do not default to latest version #​28921
  • The getter and setter that's used during configuration property binding varies when a getter or setter has been overridden to use a subclass of the property's type #​28917
  • Invalid classpath index manifest attribute in war files built with Maven #​28895
  • The name of the matching-strategy property is incorrect in the action message of the failure analysis for a PatternParseException #​28809
  • Dependency management for org.elasticsearch.distribution.integ-test-zip:elasticsearch should declare its type as zip #​28725
📔 Documentation
  • Polish Creating Your Own Auto-configuration section in Core Features reference doc #​29115
  • Polish CacheManager customization section in reference doc #​29094
  • Document that using DevTools with a remote application is not supported with WebFlux #​28955
  • 2.5.x snapshot documentation links to source code on the main branch #​28856
  • Polish README.adoc #​28835
  • Fix output of "spring --version" in reference documentation #​28831
  • Fix typos in the "External Application Properties" section #​28830
  • Improve deprecation notice on ResourceProperties to direct people to WebProperties for dependency injection and then getResources() #​28762
  • Add a package description for org.springframework.boot.actuate.metrics.data #​28756
🔨 Dependency Upgrades
❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.5.7

🐞 Bug Fixes

  • Dependency management for JSTL is out of date #​28659
  • JUnit annotations may prevent a test context from being cached #​28565
  • Avoid duplicate AOP proxy class definition with FilteredClassLoader #​28531
  • Profiles added using @ActiveProfiles have different precedence #​28530
  • Logback should default to JVM's default charset instead of ASCII #​28486
  • When a parent context has method validation configuration, it isn't auto-configured in its child contexts #​28479
  • Prometheus actuator endpoint should produce a text/plain response unless application/openmetrics-text is explicitly accepted #​28446

📔 Documentation

  • Fix "Configure Two DataSources" example #​28712
  • Update URL for GraphQL Spring Boot starter #​28683
  • Fix @deprecated and @see in org.springframework.boot.loader.archive.Archive's javadoc #​28680
  • Configuration sample in reference doc has wrong yaml formatting #​28671
  • Fix yaml sample format in reference doc #​28670
  • Fix typo in "Ant-style path matching" #​28549
  • Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation #​28466
  • Improve documentation on using an embedded ActiveMQ broker #​28434
  • Don't use markdown syntax in javadoc or error messages #​28424

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title Update plugin org.springframework.boot to v2.6.0 Update plugin org.springframework.boot to v2.6.1 Nov 30, 2021
@renovate renovate bot changed the title Update plugin org.springframework.boot to v2.6.1 Update plugin org.springframework.boot to v2.6.2 Dec 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant