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
Which obviously does not have @Nullable, but the implementation definitely accepts null and uses the default Locale, which is what we want and have been doing with Spring 5.x.
And, in fact, AbstractMessageSource.getMessageInternal does have @Nullable: