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 9d1c7bc  LANG-1557] Change a Pattern to a static final field, for not 
letting it compile each time the function invoked. #542
9d1c7bc is described below

commit 9d1c7bc17c8344d751e1a5aaa8c94f4cd7118f73
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 14 09:47:49 2020 -0400

    LANG-1557] Change a Pattern to a static final field, for not letting it
    compile each time the function invoked. #542
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b44baa7..69a8b36 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,6 +76,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1570" type="add" dev="ggregory" due-to="Edgar 
Asatryan">Add JavaVersion enum constants for Java 14 and 15. #553.</action>
     <action issue="LANG-1556" type="add" dev="ggregory" due-to="XenoAmess">Use 
Java 8 lambdas and Map operations.</action>
     <action issue="LANG-1565" type="add" dev="ggregory" 
due-to="XenoAmess">Change removeLastFieldSeparator to use endsWith 
#550.</action>
+    <action issue="LANG-1557" type="add" dev="ggregory" due-to="XenoAmess, 
Gary Gregory">Change a Pattern to a static final field, for not letting it 
compile each time the function invoked. #542.</action>
   </release>
 
   <release version="3.10" date="2020-03-22" description="New features and bug 
fixes. Requires Java 8, supports Java 9, 10, 11.">

Reply via email to