This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
commit 5ae1415bb92c4a24694ffe389133f0f7e6ffb134 Author: Gary D. Gregory <[email protected]> AuthorDate: Fri Jun 13 16:24:45 2025 -0400 Correct Javadoc code examples in DiffBuilder and ReflectionDiffBuilder #1400 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 741e35603..5e5caed7a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -92,6 +92,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1773" type="fix" dev="ggregory" due-to="Éamonn McManus, Gary Gregory">Apache Commons Lang no longer builds on Android #1381.</action> <action issue="LANG-1772" type="fix" dev="ggregory" due-to="James Winters, Piotr P. Karwasz, Gary Gregory">Restrict size of cache to prevent overflow errors #1379.</action> <action issue="LANG-1772" type="fix" dev="ggregory" due-to="Gary Gregory">Reimplement org.apache.commons.lang3.ClassUtils.hierarchy(Class, Interfaces) using an AtomicReference.</action> + <action type="fix" dev="ggregory" due-to="Ken Dombeck">Correct Javadoc code examples in DiffBuilder and ReflectionDiffBuilder #1400.</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add Strings and refactor StringUtils.</action> <action issue="LANG-1747" type="add" dev="ggregory" due-to="Oliver B. Fischer, Gary Gregory">Add StopWatch.run([Failable]Runnable) and get([Failable]Supplier).</action>
