Open
Description
If one calls resolve
on the MessageResolver
and the message cannot be resolved, a NoSuchMessageException
is thrown.
The javadoc of the resolve
method explains that null
is returned if no message was found. This is only true if the no resource bundles were found and the DefaultOnlyMessageResolver
is configured through the HateoasConfiguration
.