## Spring Boot Admin Server information - **Version**: 3.5.1 - **Spring Boot version**: 3.5.3 - **Configured Security**: None - **Webflux or Servlet application**: WebFlux ## Client information - **Spring Boot versions**: 3.5.3 - **Used discovery mechanism**: Eureka - **Webflux or Servlet application**: WebFlux ## Description The journal view continues to display the old names for the applications even when these change. For example: <img width="1638" height="113" alt="Image" src="https://github.com/user-attachments/assets/1ca232c1-2e5d-48f7-888a-a3ce92d8282a" /> even if the application name has been changed: <img width="946" height="531" alt="Image" src="https://github.com/user-attachments/assets/1199e9ff-df3b-432e-9060-b033c3fbaf25" /> and no entries for the new name are available. But, actually, the details of the entry report the new name: <img width="1421" height="328" alt="Image" src="https://github.com/user-attachments/assets/5c40b33d-3c84-4cdc-b90a-b24928cabd5b" /> In Eureka, the name is correct: <img width="1855" height="189" alt="Image" src="https://github.com/user-attachments/assets/78f180e3-0951-4228-babd-96472668deab" /> @SteKoe Maybe the UI doesn't get updated properly?