You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2020/02/13 20:51:12 UTC

[commons-lang] branch master updated (e6165e9 -> 474ab7f)

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git.


    from e6165e9  - Update copyright year in NOTICE file. - org.easymock:easymock 4.1 -> 4.2. - org.junit-pioneer:junit-pioneer 0.4.2 -> 0.5.3. - org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.0.
     add 4b11c76  [LANG-1514] make test more stable by using HashSet to compare
     new cb0f461  [LANG-1514]: add changes.xml entry
     new 474ab7f  Merge branch 'pr-485'

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                                            | 1 +
 src/test/java/org/apache/commons/lang3/reflect/FieldUtilsTest.java | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)


[commons-lang] 01/02: [LANG-1514]: add changes.xml entry

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit cb0f461237cc9a6fe7082b4a88578cf02a5362f2
Author: Bruno P. Kinoshita <br...@niwa.co.nz>
AuthorDate: Fri Feb 14 09:49:59 2020 +1300

    [LANG-1514]: add changes.xml entry
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 11f89c4..f16d151 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
 
   <release version="3.10" date="YYYY-MM-DD" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">
+    <action issue="LANG-1514" type="fix" dev="kinow" due-to="contextshuffling">Make test more stable by wrapping assertions in hashset.</action>
     <action issue="LANG-1450" type="fix" dev="chtompki">Generate Javadoc jar on build.</action>
     <action issue="LANG-1457" type="add" dev="ggregory">Add ExceptionUtils.throwableOfType(Throwable, Class) and friends.</action>
     <action issue="LANG-1458" type="add" dev="ggregory">Add EMPTY_ARRAY constants to classes in org.apache.commons.lang3.tuple.</action>


[commons-lang] 02/02: Merge branch 'pr-485'

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit 474ab7f5f181bd47348654a1bb12e955ab32bc42
Merge: e6165e9 cb0f461
Author: Bruno P. Kinoshita <br...@niwa.co.nz>
AuthorDate: Fri Feb 14 09:50:26 2020 +1300

    Merge branch 'pr-485'
    
    This closes #485

 src/changes/changes.xml                                            | 1 +
 src/test/java/org/apache/commons/lang3/reflect/FieldUtilsTest.java | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)