Make RandomUtils.insecure() public
This commit is contained in:
parent
69cb996265
commit
b95c5d0483
|
@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
<title>Apache Commons Lang Release Notes</title>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="3.16.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
|
||||
<release version="3.17.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
|
||||
<!-- FIX -->
|
||||
<action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate static RandomUtils.next*() methods in favor or .secure() and .insecure() versions.</action>
|
||||
<action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate static RandomStringUtils.random*() methods in favor or .secure() and .insecure() versions.</action>
|
||||
|
|
Loading…
Reference in New Issue