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
The following commit(s) were added to refs/heads/master by this push:
new 404d678 [LANG-1501] Sort fields in ReflectionToStringBuilder for
deterministic order #481.
404d678 is described below
commit 404d67841ecba0d2a5e8055fe5650907d582ac03
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 23 21:52:34 2019 -0500
[LANG-1501] Sort fields in ReflectionToStringBuilder for deterministic
order #481.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a5b4ebe..2ee3ee1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,6 +86,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary
Gregory">Update test dependency: org.hamcrest:hamcrest 2.1 -> 2.2.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Update test dependency: org.junit-pioneer:junit-pioneer 0.3.0 ->
0.3.3.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Update build dependency: com.puppycrawl.tools:checkstyle 8.25 ->
8.26.</action>
+ <action issue="LANG-1501" type="fix" dev="ggregory"
due-to="contextshuffling">Sort fields in ReflectionToStringBuilder for
deterministic order #481.</action>
</release>
<release version="3.9" date="2019-04-09" description="New features and bug
fixes. Requires Java 8, supports Java 9, 10, 11.">