You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like checks to support detection of "missing Java 8 date/time ser/deser support" gives false alert on DateTimeException. And since it should be serializable just fine (as opposed to value types where POJO handling would be wrong), we should relax check in BeanUtil to not block it.
But instead of allow-listing one name, I think we should just skip all Throwable types.