Commit 168478f6 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.4.x' into 2.5.x

Closes gh-27010
parents 8668e556 e5665c81
......@@ -44,6 +44,7 @@ import org.springframework.util.StringUtils;
* specified range.</li>
* <li>When {@literal "long"}, a random {@link Long} value, restricted by an optionally
* specified range.</li>
* <li>When {@literal "uuid"}, a random {@link UUID} value.</li>
* <li>Otherwise, a {@code byte[]}.</li>
* </ul>
* The {@literal "random.int"} and {@literal "random.long"} properties supports a range
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment