You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/08/30 19:13:22 UTC

[commons-text] branch master updated (1f1932f -> 3e902c9)

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

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


    from 1f1932f  git-wip-us => gitbox
     new 6d6eba2  Prepare for release 1.8.
     new 3e902c9  Prepare for release 1.8.

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:
 RELEASE-NOTES.txt                 | 44 +++++++++++++++++++++++++++++++++++
 src/changes/changes.xml           |  2 +-
 src/changes/release-notes.vm      | 48 +++++++++++++++++++--------------------
 src/site/xdoc/developerguide.xml  |  2 +-
 src/site/xdoc/index.xml           |  6 ++---
 src/site/xdoc/release-history.xml | 21 +++++++++--------
 6 files changed, 85 insertions(+), 38 deletions(-)


[commons-text] 02/02: Prepare for release 1.8.

Posted by gg...@apache.org.
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-text.git

commit 3e902c9966f8d0bf002ceec648c7e1a5654546eb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Aug 30 15:13:07 2019 -0400

    Prepare for release 1.8.
---
 RELEASE-NOTES.txt            | 44 ++++++++++++++++++++++++++++++++++++++++
 src/changes/release-notes.vm | 48 ++++++++++++++++++++++----------------------
 2 files changed, 68 insertions(+), 24 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 8a3ee2b..91c0f1d 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,48 @@
 Apache Commons Text
+Version 1.8-SNAPSHOT
+Release Notes
+
+
+INTRODUCTION:
+
+This document contains the release notes for the 1.8-SNAPSHOT version of Apache Commons Text.
+Commons Text is a set of utility functions and reusable components for the purpose of processing
+and manipulating text that should be of use in a Java environment.
+
+
+Apache Commons Text is a library focused on algorithms working on strings.
+
+Release 1.8
+
+Changes in this version include:
+
+- New Features
+  o TEXT-169:  Add helper factory method org.apache.commons.text.StringSubstitutor.createInterpolator(). Thanks to Gary Gregory.
+  o TEXT-170:  Add String lookup for host names and IP addresses (DnsStringLookup). Thanks to Gary Gregory.
+    
+- Fixed Bugs
+  o TEXT-167:  commons-text web page missing "RELEASE-NOTES-1.7.txt" Thanks to Larry West.
+  o TEXT-168:  (doc) Fixed wrong value for Jaro-Winkler example #117 Thanks to luksan47.
+  o TEXT-171:  StringLookupFactory.addDefaultStringLookups(Map) does not convert keys to lower case. Thanks to Gary Gregory.
+    
+- Changes
+  o Expand Javadoc for StringSubstitutor and friends. Thanks to Gary Gregory.
+  o [site] checkstyle.version 8.21 -> 8.23. Thanks to Gary Gregory.
+    
+
+Historical list of changes: https://commons.apache.org/proper/commons-textchanges-report.html
+
+For complete information on Apache Commons Text, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Text website:
+
+https://commons.apache.org/proper/commons-text
+
+Download it from https://commons.apache.org/proper/commons-text/download_text.cgi
+
+
+=============================================================================
+
+Apache Commons Text
 Version 1.7
 Release Notes
 
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 8d7b92c..b4f5e8c 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -96,33 +96,33 @@ No changes defined in this version.
 #else
 Changes in this version include:
 
-    #if ($release.getActions('add').size() !=0)
-    New features:
-        #foreach($actionItem in $release.getActions('add'))
-            #processaction()
-        #end
-    #end
+#if ($release.getActions('add').size() !=0)
+- New Features
+#foreach($actionItem in $release.getActions('add'))
+#processaction()
+#end
+#end
 
-    #if ($release.getActions('fix').size() !=0)
-    Fixed Bugs:
-        #foreach($actionItem in $release.getActions('fix'))
-            #processaction()
-        #end
-    #end
+#if ($release.getActions('fix').size() !=0)
+- Fixed Bugs
+#foreach($actionItem in $release.getActions('fix'))
+#processaction()
+#end
+#end
 
-    #if ($release.getActions('update').size() !=0)
-    Changes:
-        #foreach($actionItem in $release.getActions('update'))
-            #processaction()
-        #end
-    #end
+#if ($release.getActions('update').size() !=0)
+- Changes
+#foreach($actionItem in $release.getActions('update'))
+#processaction()
+#end
+#end
 
-    #if ($release.getActions('remove').size() !=0)
-    Removed:
-        #foreach($actionItem in $release.getActions('remove'))
-            #processaction()
-        #end
-    #end
+#if ($release.getActions('remove').size() !=0)
+Removed:
+#foreach($actionItem in $release.getActions('remove'))
+#processaction()
+#end
+#end
 ## End of main loop
 #end
 


[commons-text] 01/02: Prepare for release 1.8.

Posted by gg...@apache.org.
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-text.git

commit 6d6eba24b075c60fb3b06924526e39063b0df504
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Aug 30 15:05:15 2019 -0400

    Prepare for release 1.8.
---
 src/changes/changes.xml           |  2 +-
 src/site/xdoc/developerguide.xml  |  2 +-
 src/site/xdoc/index.xml           |  6 +++---
 src/site/xdoc/release-history.xml | 21 ++++++++++++---------
 4 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e8866e8..a0dd103 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
 
-  <release version="1.8" date="2019-MM-DD" description="Release 1.8">
+  <release version="1.8" date="2019-08-30" description="Release 1.8">
     <action issue="TEXT-167" type="fix" dev="ggregory" due-to="Larry West">commons-text web page missing "RELEASE-NOTES-1.7.txt"</action>
     <action issue="TEXT-168" type="fix" dev="ggregory" due-to="luksan47">(doc) Fixed wrong value for Jaro-Winkler example #117</action>
     <action issue="TEXT-169" type="add" dev="ggregory" due-to="Gary Gregory">Add helper factory method org.apache.commons.text.StringSubstitutor.createInterpolator().</action>
diff --git a/src/site/xdoc/developerguide.xml b/src/site/xdoc/developerguide.xml
index de407db..f619fa6 100644
--- a/src/site/xdoc/developerguide.xml
+++ b/src/site/xdoc/developerguide.xml
@@ -137,7 +137,7 @@ limitations under the License.
       <h3>5.BUILDING</h3>
       <h4>Building a Release</h4>
       <p>
-        The currently targeted version of Java is 1.7.
+        The currently targeted version of Java is 8.
       </p>
       <p>
         To build Text:
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 26d03fa..795920a 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -42,10 +42,10 @@ The <a href="scm.html">Git repository</a> can be
 </section>
 <!-- ================================================== -->
 <section name="Release Information">
-<p>The latest stable release of Text is 1.7. You may: </p>
+<p>The latest stable release of Text is 1.8. You may: </p>
 <ul>
 <li>Download the <a href="https://commons.apache.org/proper/commons-text/download_text.cgi">current version</a></li>
-<li>Read the <a href="release-notes/RELEASE-NOTES-1.7.txt">release notes</a></li>
+<li>Read the <a href="release-notes/RELEASE-NOTES-1.8.txt">release notes</a></li>
 </ul>
 <p>
 Alternatively you can pull it from the central Maven repositories:
@@ -53,7 +53,7 @@ Alternatively you can pull it from the central Maven repositories:
 &lt;dependency&gt;
    &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
    &lt;artifactId&gt;commons-text&lt;/artifactId&gt;
-   &lt;version&gt;1.7&lt;/version&gt;
+   &lt;version&gt;1.8&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
 </p>
diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml
index 0c9ff1f..07fc28f 100644
--- a/src/site/xdoc/release-history.xml
+++ b/src/site/xdoc/release-history.xml
@@ -27,31 +27,34 @@ limitations under the License.
 <table>
 <tr><th>Version</th><th>Release date (YYYY-MM-DD)</th><th>Required Java Version</th><th>Javadoc</th><th>Release notes</th></tr>
 <tr>
-  <td>1.7</td><td>2019-06-30</td><td>8</td><td><a href="javadocs/api-1.7/index.html">api-1.7</a></td><td><a href="release-notes/RELEASE-NOTES-1.7.txt">release notes for 1.6</a></td>
+  <td>1.8</td><td>2019-08-30</td><td>8</td><td><a href="https://javadoc.io/doc/org.apache.commons/commons-text/1.8">1.8</a></td><td><a href="release-notes/RELEASE-NOTES-1.8.txt">release notes for 1.6</a></td>
 </tr>
 <tr>
-  <td>1.6</td><td>2018-10-12</td><td>8</td><td><a href="javadocs/api-1.6/index.html">api-1.6</a></td><td><a href="release-notes/RELEASE-NOTES-1.6.txt">release notes for 1.6</a></td>
+  <td>1.7</td><td>2019-06-30</td><td>8</td><td><a href="https://javadoc.io/doc/org.apache.commons/commons-text/1.7">1.7</a></td><td><a href="release-notes/RELEASE-NOTES-1.7.txt">release notes for 1.6</a></td>
 </tr>
 <tr>
-  <td>1.5</td><td>2018-09-29</td><td>8</td><td><a href="javadocs/api-1.5/index.html">api-1.5</a></td><td><a href="release-notes/RELEASE-NOTES-1.5.txt">release notes for 1.5</a></td>
+  <td>1.6</td><td>2018-10-12</td><td>8</td><td><a href="https://javadoc.io/doc/org.apache.commons/commons-text/1.6">1.6</a></td><td><a href="release-notes/RELEASE-NOTES-1.6.txt">release notes for 1.6</a></td>
 </tr>
 <tr>
-  <td>1.4</td><td>2018-06-12</td><td>8</td><td><a href="javadocs/api-1.4/index.html">api-1.4</a></td><td><a href="release-notes/RELEASE-NOTES-1.4.txt">release notes for 1.4</a></td>
+  <td>1.5</td><td>2018-09-29</td><td>8</td><td><a href="https://javadoc.io/doc/org.apache.commons/commons-text/1.5">1.5</a></td><td><a href="release-notes/RELEASE-NOTES-1.5.txt">release notes for 1.5</a></td>
 </tr>
 <tr>
-  <td>1.3</td><td>2018-03-16</td><td>7</td><td><a href="javadocs/api-1.3/index.html">api-1.3</a></td><td><a href="release-notes/RELEASE-NOTES-1.3.txt">release notes for 1.3</a></td>
+  <td>1.4</td><td>2018-06-12</td><td>8</td><td><a href="https://javadoc.io/doc/org.apache.commons/commons-text/1.4">1.4</a></td><td><a href="release-notes/RELEASE-NOTES-1.4.txt">release notes for 1.4</a></td>
 </tr>
 <tr>
-  <td>1.2</td><td>2017-12-12</td><td>7</td><td><a href="javadocs/api-1.2/index.html">api-1.2</a></td><td><a href="release-notes/RELEASE-NOTES-1.2.txt">release notes for 1.2</a></td>
+  <td>1.3</td><td>2018-03-16</td><td>7</td><td><a href="https://javadoc.io/doc/org.apache.commons/commons-text/1.3">1.3</a></td><td><a href="release-notes/RELEASE-NOTES-1.3.txt">release notes for 1.3</a></td>
 </tr>
 <tr>
-  <td>1.1</td><td>2017-05-23</td><td>7</td><td><a href="javadocs/api-1.1/index.html">api-1.1</a></td><td><a href="release-notes/RELEASE-NOTES-1.1.txt">release notes for 1.1</a></td>
+  <td>1.2</td><td>2017-12-12</td><td>7</td><td><a href="https://javadoc.io/doc/org.apache.commons/commons-text/1.2">1.2</a></td><td><a href="release-notes/RELEASE-NOTES-1.2.txt">release notes for 1.2</a></td>
 </tr>
 <tr>
-  <td>1.0</td><td>2017-03-11</td><td>7</td><td><a href="javadocs/api-1.0/index.html">api-1.0</a></td><td><a href="release-notes/RELEASE-NOTES-1.0.txt">release notes for 1.0</a></td>
+  <td>1.1</td><td>2017-05-23</td><td>7</td><td><a href="https://javadoc.io/doc/org.apache.commons/commons-text/1.1">1.1</a></td><td><a href="release-notes/RELEASE-NOTES-1.1.txt">release notes for 1.1</a></td>
 </tr>
 <tr>
-  <td>1.0-beta-1</td><td>2017-02-09</td><td>7</td><td><a href="javadocs/api-1.0-beta-1/index.html">api-1.0-beta-1</a></td><td><a href="release-notes/RELEASE-NOTES-1.0-beta-1.txt">release notes for 1.0-beta-1</a></td>
+  <td>1.0</td><td>2017-03-11</td><td>7</td><td><a href="https://javadoc.io/doc/org.apache.commons/commons-text/1.0">1.0</a></td><td><a href="release-notes/RELEASE-NOTES-1.0.txt">release notes for 1.0</a></td>
+</tr>
+<tr>
+  <td>1.0-beta-1</td><td>2017-02-09</td><td>7</td><td><a href="https://javadoc.io/doc/org.apache.commons/commons-text/1.0-beta-1">1.0-beta-1</a></td><td><a href="release-notes/RELEASE-NOTES-1.0-beta-1.txt">release notes for 1.0-beta-1</a></td>
 </tr>
 </table>