abstract class IEvent{val timestamp = System.currentTimeMillis()} data class event(val name:String): IEvent()
when I upgrade spring boot 2.3.x with