Gaffer (the groovy configurator) now supports the valueOf convention as does Joran (the XML configurator). Moreover, you can still use explicit conversions.
Thus,
and
maxFileSize=FileSize.valueOf("50MB");
are equivalent.
See also commit 6af96f45f2c3b.
|