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.
Spring Boot Admin 2.3.0 has been released, built on Spring Boot 2.3.x and Spring Cloud Hoxton.SR7.
<code><dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-server</artifactId>
<version>2.3.0</version>
</dependency>
</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
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.