Backend Development 2 min read

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.

<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.5.5&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.5.5&lt;/version&gt;
&lt;/dependency&gt;
</code>

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.

backendJavamavenSpring 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

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.