Spring Boot Admin 2.2.4 Released – Bug Fixes and Compatibility with Spring Boot 2.3.x
Spring Boot Admin version 2.2.4 has been released as a bug‑fix update that adds compatibility with Spring Boot 2.3.x, includes a brief overview of its monitoring capabilities, provides Maven dependency snippets, and lists the resolved issues and a link to the GitHub repository.
Spring Boot Admin 2.2.4 has been released as a bug‑fix version that primarily adds compatibility with Spring Boot 2.3.x.
What is Spring Boot Admin?
Spring Boot Admin is a tool for managing and monitoring Spring Boot applications. It builds on spring‑boot‑starter‑actuator to provide a powerful monitoring system.
Dependency configuration
<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>Key issues fixed
Disk space status not fully displayed in Spring Boot 2.3 (#1461)
Custom view extension error (#1469)
Spring Cloud Gateway route configuration error (#1473)
Security config not supporting credentials from Consul (#1456)
Service discovery client forced dependency on Eureka (#1448)
ThreadDump download issue (#1447)
Unsupported global lazy initialization in Spring Boot (#1444)
Incorrect Chinese translation (#1443)
Frontend cache for English and German misses (#1441)
Wrong translation on list detail page (#1433)
Custom context‑path causing missing resources (#1426)
Migration transformer for upgrading from Spring Boot 1.x to 2.x (#1421)
More information
Details and source code are available at https://github.com/codecentric/spring-boot-admin .
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.
Architect's Tech Stack
Java backend, microservices, distributed systems, containerized programming, and more.
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.
