chore(deps): update spring boot to v2.6.1
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
org.springframework.boot:spring-boot-starter-test (source) |
2.5.6 -> 2.6.1
|
||||
org.springframework.boot:spring-boot-devtools (source) |
2.6.0 -> 2.6.1
|
||||
org.springframework.boot:spring-boot-starter-artemis (source) |
2.5.6 -> 2.6.1
|
||||
org.springframework.boot:spring-boot-starter-log4j2 (source) |
2.6.0 -> 2.6.1
|
||||
org.springframework.boot:spring-boot-starter-web (source) |
2.5.6 -> 2.6.1
|
||||
org.springframework.boot:spring-boot-starter-validation (source) |
2.5.6 -> 2.6.1
|
Release Notes
spring-projects/spring-boot
v2.6.1
:lady_beetle: 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
:lady_beetle: 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
- Upgrade to Hibernate 5.6.1.Final #28574
- Upgrade to HttpClient5 5.1.2 #28719
- Upgrade to Johnzon 1.2.15 #28576
- Upgrade to Kotlin 1.6.0 #28698
- Upgrade to Logback 1.2.7 #28699
- Upgrade to Micrometer 1.8.0 #28516
- Upgrade to MongoDB 4.4.0 #28666
- Upgrade to Neo4j Java Driver 4.3.6 #28667
- Upgrade to Netty 4.1.70.Final #28579
- Upgrade to Netty tcNative 2.0.46.Final #28720
- Upgrade to Postgresql 42.3.1 #28581
- Upgrade to Reactor 2020.0.13 #28514
- Upgrade to Spring AMQP 2.4.0 #28518
- Upgrade to Spring Batch 4.3.4 #28261
- Upgrade to Spring Data 2021.1.0 #28517
- Upgrade to Spring Framework 5.3.13 #28515
- Upgrade to Spring HATEOAS 1.4.0 #28610
- Upgrade to Spring Integration 5.5.6 #28521
- Upgrade to Spring Kafka 2.8.0 #28519
- Upgrade to Spring Security 5.6.0 #28520
- Upgrade to Spring Session 2021.1.0 #28522
- Upgrade to Tomcat 9.0.55 #28700
❤ Contributors
We'd like to thank all the contributors who worked on this release!
- @filiphr
- @dreis2211
- @jzheaux
- @sokomishalov
- @phxql
- @vpavic
- @weixsun
- @ledoyen
- @izeye
- @ghusta
- @Buzzardo
- @davidh44
- @vignesh1992
- @polarbear567
- @slowjoe007
v2.5.7
:lady_beetle: 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
- Upgrade to AppEngine SDK 1.9.92 #28556
- Upgrade to Gson 2.8.9 #28557
- Upgrade to Hazelcast 4.1.6 #28558
- Upgrade to Johnzon 1.2.15 #28559
- Upgrade to Kafka 2.7.2 #28694
- Upgrade to Logback 1.2.7 #28695
- Upgrade to Micrometer 1.7.6 #28511
- Upgrade to Neo4j Java Driver 4.2.8 #28717
- Upgrade to Netty 4.1.70.Final #28560
- Upgrade to Netty tcNative 2.0.46.Final #28718
- Upgrade to Reactor 2020.0.13 #28509
- Upgrade to Spring AMQP 2.3.12 #28600
- Upgrade to Spring Batch 4.3.4 #28250
- Upgrade to Spring Data 2021.0.7 #28512
- Upgrade to Spring Framework 5.3.13 #28510
- Upgrade to Spring HATEOAS 1.3.6 #28609
- Upgrade to Spring Integration 5.5.6 #28513
- Upgrade to Spring Kafka 2.7.9 #28539
- Upgrade to Tomcat 9.0.55 #28696
❤ Contributors
We'd like to thank all the contributors who worked on this release!
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by RenovateBot