Backend Development 2 min read

What’s New in Spring Boot Admin 2.3.0? Key Features and Upgrade Guide

Spring Boot Admin 2.3.0, built on Spring Boot 2.3.x and Spring Cloud Hoxton.SR7, introduces i18n support, metadata configuration, request‑body caching, a new ApplicationRegistrator interface, MBean name display improvements, and enhanced alarm notifications, with full dependency details and demo screenshots provided.

Java Architecture Diary
Java Architecture Diary
Java Architecture Diary
What’s New in Spring Boot Admin 2.3.0? Key Features and Upgrade Guide

Spring Boot Admin 2.3.0 has been released, built on Spring Boot 2.3.x and Spring Cloud Hoxton.SR7.

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

Version Details

Upgraded to Spring Boot 2.3.2 and Spring Cloud Hoxton.SR7

Added i18n support for Icelandic

Added i18n support for Traditional Chinese

Added metadata‑based configuration scheme

Added caching of request bodies in response mode

Introduced ApplicationRegistrator interface

Optimized display of overly long MBean names

Alarm event notifications now support request identity proxy

More information is available at https://github.com/codecentric/spring-boot-admin.

Demo Screenshots

backendJavaSpring Booti18nRelease NotesSpring Boot Admin
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.