Backend Development 3 min read

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.

Java Architecture Diary
Java Architecture Diary
Java Architecture Diary
What’s New in Spring Boot Admin 2.2.4? Full Bug‑Fix and Upgrade Guide

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.

<code>&lt;dependency&gt;
  &lt;groupId&gt;de.codecentric&lt;/groupId&gt;
  &lt;artifactId&gt;spring-boot-admin-starter-client&lt;/artifactId&gt;
  &lt;version&gt;2.2.4&lt;/version&gt;
&lt;/dependency&gt;

&lt;dependency&gt;
  &lt;groupId&gt;de.codecentric&lt;/groupId&gt;
  &lt;artifactId&gt;spring-boot-admin-starter-server&lt;/artifactId&gt;
  &lt;version&gt;2.2.4&lt;/version&gt;
&lt;/dependency&gt;</code>

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

Spring BootCompatibilityBug FixesRelease NotesadminMaven Dependency
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

login 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.