Cosimo Damiano Prete
Cosimo Damiano Prete
> So whenever Spring Boot 3.6. will be released, SBA 3.6.0 will be shipped, too. We are also aware that this totally breaks the semantic versioning, but still think, that...
> One further question: Which events are logged in the journal for the affected Instance? Can you name them, please? TIA!
@SteKoe the overall issue is caused by the Hazelcast cache, including https://github.com/codecentric/spring-boot-admin/issues/4340#issuecomment-3305991100. It seems to me that what was stored in the cache is not compatible anymore from version `3.5.3`,...
I've some more info which may be useful: ```console com.hazelcast.nio.serialization.HazelcastSerializationException: java.io.InvalidClassException: de.codecentric.boot.admin.server.domain.values.Registration; local class incompatible: stream classdesc serialVersionUID = -4021660222452471078, local class serialVersionUID = -266391990383794588 at com.hazelcast.internal.serialization.impl.SerializationUtil.handleException(SerializationUtil.java:114) ~[hazelcast-5.5.0.jar:5.5.0] at com.hazelcast.internal.serialization.impl.AbstractSerializationService.readObject(AbstractSerializationService.java:362)...
> Wouldn't that just happen, when running different versions of SBA on the same Hazelcast cluster or joining a cluster that contains "old" serialized classes? Which it happens if you...
@OlgaMaciaszek Do you know if Java 25 and AOT should be, at least, supported by default?
I can see also tons of ```console 2025-09-19T12:43:59.906Z WARN 1 --- [Zookeepers Monitoring] [reshExecutor-%d] c.n.d.s.t.d.RetryableEurekaHttpClient : Request execution failed with message: JSON decoding error: Root name ('timestamp') does not match...
@OlgaMaciaszek The NPEs seems to be caused by [`spring.aot.enabled=true`](https://docs.spring.io/spring-framework/reference/core/aot.html#aot.running). Without it there are no issues, but then AOT is simply ignored I think.
Hi @OlgaMaciaszek. I can confirm this happening also with the version coming from the BoM 2025.1.0.
@mnk very nice :) @mirkosertic Do you have any chance to get this (i.e.: the backend part) merged as part of the standard Spring Boot actuator by chance? Having to...