You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2020/06/26 10:13:27 UTC

[commons-lang] branch master updated (e0cfe47 -> e5108df)

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

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


    from e0cfe47  Merge branch 'master' of github.com:apache/commons-lang into LANG-1549
     add 5b350aa  refine test output for FastDateParserTest
     add acb237c  add a single test for showing up the problem
     add dd5d284  refine tests
     add c7c2dd7  Merge branch 'master' of https://github.com/apache/commons-lang into fix_FastDateParserTest
     new c79e548  Merge branch 'fix_FastDateParserTest' of https://github.com/XenoAmess/commons-lang
     new e5108df  Thanks Jin for refining the test output for FastDateParserTest

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 +
 .../commons/lang3/time/FastDateParserTest.java     | 45 ++++++++++++++++++++--
 2 files changed, 43 insertions(+), 3 deletions(-)


[commons-lang] 02/02: Thanks Jin for refining the test output for FastDateParserTest

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

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

commit e5108df458e5bbfc35e55fee33ccb66cba254358
Author: Rob Tompkins <ch...@apache.org>
AuthorDate: Fri Jun 26 06:12:51 2020 -0400

    Thanks Jin for refining the test output for FastDateParserTest
    
    Signed-off-by: Rob Tompkins <ch...@apache.org>
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 429f608..21d266a 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.11" date="2020-MM-DD" description="New features and bug fixes..">
+    <action type="update" dev="chtompki" due-to="Jin Xu">Refine test output for FastDateParserTest</action>
     <action issue="LANG-1549" type="update" dev="chtompki" due-to="Jin Xu">CharSequenceUtils.lastIndexOf : remake it</action>
     <action                   type="update" dev="kinow" due-to="XenoAmess">remove encoding and docEncoding and use inherited values from commons-parent</action>
     <action                   type="fix"    dev="kinow" due-to="contextshuffling">Fix Javadoc for StringUtils.appendIfMissingIgnoreCase() #507.</action>


[commons-lang] 01/02: Merge branch 'fix_FastDateParserTest' of https://github.com/XenoAmess/commons-lang

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

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

commit c79e548fc4814d6dd1c7b88585916a78264aa2fe
Merge: e0cfe47 c7c2dd7
Author: Rob Tompkins <ch...@apache.org>
AuthorDate: Fri Jun 26 06:00:05 2020 -0400

    Merge branch 'fix_FastDateParserTest' of https://github.com/XenoAmess/commons-lang

 .../commons/lang3/time/FastDateParserTest.java     | 45 ++++++++++++++++++++--
 1 file changed, 42 insertions(+), 3 deletions(-)