Allow other "timestamp" types in MVC error model
Remove casting "timestamp" to `java.util.Date` in `ErrorMvcAutoConfiguration` as the cast is not necessary and it prevents other types (e.g. `java.time`) from being used. See gh-23256
Showing
Please register or sign in to comment