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.
Spring Boot Admin 2.5.5 has been released as a bug‑fix version and is now downloadable from Maven repositories.
<code><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>
</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.
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.