What’s New in Spring Boot 2.6.1? Key Bug Fixes and Docs Updates

Spring Boot 2.6.1, released on November 29, brings 11 bug fixes and documentation improvements to support the upcoming Spring Cloud 2021, addressing issues from pattern parsing to security filters, Lettuce integration, MockMvc configuration, and Elasticsearch dependency handling.

Java Architecture Diary
Java Architecture Diary
Java Architecture Diary
What’s New in Spring Boot 2.6.1? Key Bug Fixes and Docs Updates

Release Notes

On November 29, Spring Boot 2.6.1 was officially released, primarily to support the upcoming Spring Cloud 2021.

This version includes 11 bug fixes and documentation improvements .

Bug Fixes

Corrected the name of the matching-strategy attribute in the operation message of PatternParseException (#28839).

Fixed compatibility issue of ErrorPageSecurityFilter when deployed to Servlet 3.1 (#28790).

Added mapping for MariaDB in QuartzDataSourceScriptDatabaseInitializer (#28779).

Corrected the order of property sources for "test" and "Inlined Test Properties" (#28776).

Resolved ArrayStoreException when using Spring Security in a Servlet application without spring-security-web (#28774).

Fixed warning where DefaultClientResources did not close properly when using Lettuce with Actuator (#28767).

Addressed issue where pages with permitAll could no longer be accessed via auto-configured MockMvc (#28759).

Ensured dependency management for org.elasticsearch.distribution.integ-test-zip:elasticsearch declares its type as zip (#28746).

Documentation

Fixed a typo in the "External Application Properties" section of the documentation (#28834).

Corrected the output example for spring --version in the reference documentation (#28833).

Added a description for the org.springframework.boot.actuate.metrics.data package (#28761).

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

JavaSpring BootDocumentation
Java Architecture Diary
Written by

Java Architecture Diary

Committed to sharing original, high‑quality technical articles; no fluff or promotional content.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.