Spring Boot Admin 2.5.5 Released: New Features and Bug Fixes

Spring Boot Admin 2.5.5 is now available via Maven, bringing online restart support, Mac M1 compatibility, enhanced exception emails, paginated event logs, and several critical bug fixes including audit log loss and a log4j security issue.

Java Architecture Diary
Java Architecture Diary
Java Architecture Diary
Spring Boot Admin 2.5.5 Released: New Features and Bug Fixes

Spring Boot Admin 2.5.5 has been released as a bug‑fix version and is now downloadable from Maven repositories.

<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>spring-boot-admin-starter-client</artifactId>
    <version>2.5.5</version>
</dependency>

<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>spring-boot-admin-starter-server</artifactId>
    <version>2.5.5</version>
</dependency>

Changelog

Support for online restart functionality.

Exception email construction now includes JAR architecture information.

Support for building on Mac M1 chips.

Event log pagination support.

Fixed audit log loss issue.

Fixed toggle button behavior when more than one instance is present.

Resolved log4j security issue.

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.

BackendjavaSpring BootreleasechangelogAdmin
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.