What’s New in Spring Boot Admin 2.2.4? Full Bug‑Fix and Upgrade Guide
Spring Boot Admin 2.2.4 introduces a series of bug fixes and adds compatibility with Spring Boot 2.3.x, providing updated Maven dependencies, a detailed improvement list, and links to the GitHub repository for developers to upgrade their monitoring dashboards efficiently.
Spring Boot Admin 2.2.4 Released
Spring Boot Admin 2.2.4 is a bug‑fix release that primarily adds compatibility with Spring Boot 2.3.x.
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-server</artifactId>
<version>2.2.4</version>
</dependency>Improvement List
Disk space health indicator not fully displayed in Spring Boot 2.3 #1461
Custom view extension shows errors #1469
Spring Cloud Gateway route configuration error display #1473
Security configuration does not support retrieving credentials from Consul #1456
Service discovery client forces dependency on Eureka #1448
Fix issue downloading ThreadDump files #1447
Unsupported global lazy loading in Spring Boot #1444
Correct inaccurate Chinese translations #1443
Frontend adds cache for English and German misses #1441
Fix wrong translation on list detail page #1433
Custom context‑path causing resource not found issues #1426
Add migration transformer to help users upgrade from Spring Boot 1.x to 2.x #1421
More Details
Full details can be obtained from the following link:
https://github.com/codecentric/spring-boot-admin
Reference
https://github.com/codecentric/spring-boot-admin: https://github.com/codecentric/spring-boot-admin/milestone/38?closed=1
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
Java Architecture Diary
Committed to sharing original, high‑quality technical articles; no fluff or promotional content.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
