svn commit: r28834 - /dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt

2018-08-19 Thread chtompki
Author: chtompki
Date: Sun Aug 19 16:57:19 2018
New Revision: 28834

Log:
RELEASE-NOTES java 5.0 -> java 7.0

Modified:
dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt

Modified: dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt
==
--- dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt (original)
+++ dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt Sun Aug 19 16:57:19 2018
@@ -27,7 +27,7 @@ This document contains the release notes
 Commons Lang is a set of utility functions and reusable components that should 
be of use in any 
 Java environment.
 
-Lang 3.0 and onwards now targets Java 5.0, making use of features that arrived 
with Java 5.0 such as generics, 
+Lang 3.0 and onwards now targets Java 7.0, making use of features that arrived 
with Java 7.0 such as generics, 
 variable arguments, autoboxing, concurrency and formatted output.
 
 For the advice on upgrading from 2.x to 3.x, see the following page: 




Nexus: Promotion Completed

2018-08-19 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Release commons-lang3-3.8 from RC1.Deployer properties:"userAgent" = "Apache-Maven/3.5.4 (Java 1.8.0_172; Mac OS X 10.13.6)""userId" = "chtompki""ip" = "71.63.111.103"Details:The following artifacts have been promoted to the "Releases" [id=releases] repository/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8-sources.jar(SHA1: 546b07aafba4fe00a514627bfb854ffc0c23406a)/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8-tests.jar(SHA1: c57207c4a515d2ebf764324e042c9c950b15f1cd)/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8-test-sources.jar(SHA1: 3916bf439aa10c0fa7d4b81cb2b6b880a1ad78e8)/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.pom(SHA1: e536d0d78a5e3d3f0b297d221c3304b134483d7d)/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.jar.asc(SHA1: 4fb3b71feff66e2c5c4ed86cb174097dc15f0aa0)/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8-test-sources.jar.asc(SHA1: 3168916e53de9d53a5ea9d4035d796e301d309ad)/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8-sources.jar.asc(SHA1: cfa72a29aa4e874d3524ade8706eb581cc4c14fe)/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.pom.asc(SHA1: 537f2d9e60700fde9e549e33c1e10e1a8ce2074b)/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8-javadoc.jar(SHA1: 4da9bb80271149d6199aecb592e018f72e4650fe)/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8-javadoc.jar.asc(SHA1: 33f0127ce1e7b8f953441aa2a35401588edf899c)/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8-tests.jar.asc(SHA1: ed250a57e7ca69f77cc13d8ad4ab78af8b3942c9)/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.jar(SHA1: 222fc4cf714a63f27cbdafdbd863efd0d30c8a1e)Action performed by Rob Tompkins (chtompki)

svn commit: r28835 - /dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt

2018-08-19 Thread chtompki
Author: chtompki
Date: Sun Aug 19 17:03:12 2018
New Revision: 28835

Log:
RELEASE-NOTES remove confusing statement

Modified:
dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt

Modified: dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt
==
--- dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt (original)
+++ dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt Sun Aug 19 17:03:12 2018
@@ -27,8 +27,7 @@ This document contains the release notes
 Commons Lang is a set of utility functions and reusable components that should 
be of use in any 
 Java environment.
 
-Lang 3.0 and onwards now targets Java 7.0, making use of features that arrived 
with Java 7.0 such as generics, 
-variable arguments, autoboxing, concurrency and formatted output.
+Lang 3.0 and onwards now targets Java 7.0, making use of features that arrived 
with Java 7.0.
 
 For the advice on upgrading from 2.x to 3.x, see the following page: 
 




[06/10] [lang] (fix) release notes LANG-1290 -> LANG-1390 typo

2018-08-19 Thread chtompki
(fix) release notes LANG-1290 -> LANG-1390 typo


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/f7d2bdd2
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/f7d2bdd2
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/f7d2bdd2

Branch: refs/heads/master
Commit: f7d2bdd24db0aa9e8ad44b706c5d60c92b6825ca
Parents: 6a02b53
Author: Rob Tompkins 
Authored: Wed Aug 15 21:17:28 2018 -0400
Committer: Rob Tompkins 
Committed: Wed Aug 15 21:17:28 2018 -0400

--
 RELEASE-NOTES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/f7d2bdd2/RELEASE-NOTES.txt
--
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 1b5ce02..c62c488 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -50,7 +50,7 @@ o LANG-1391: Improve Javadoc for StringUtils.isAnyEmpty(null) 
Thanks to Sauro Ma
 o LANG-1393: Add API SystemUtils.String getEnvironmentVariable(final String 
name, final String defaultValue) Thanks to Gary Gregory.
 o LANG-1394: org.apache.commons.lang3.SystemUtils should not write to 
System.err. Thanks to Sebb, Gary Gregory.
 o LANG-1238: Add RegexUtils class instead of overloading methods in 
StringUtils that take a regex to take precompiled Pattern. Thanks to 
Christopher Cordeiro, Gary Gregory, Bruno P. Kinoshita, Oleg Chubaryov.
-o LANG-1290: StringUtils.join() with support for List with configurable 
start/end indices. Thanks to Jochen Schalanda.
+o LANG-1390: StringUtils.join() with support for List with configurable 
start/end indices. Thanks to Jochen Schalanda.
 o LANG-1392: Methods for getting first non empty or non blank value Thanks to 
Jeff Nelson.
 o LANG-1408: Rounding utilities for converting to BigDecimal
 



[01/10] [lang] Preparing 3.8

2018-08-19 Thread chtompki
Repository: commons-lang
Updated Branches:
  refs/heads/master 362ca2571 -> 8f88799d4


Preparing 3.8


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/14e7f8db
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/14e7f8db
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/14e7f8db

Branch: refs/heads/master
Commit: 14e7f8db27454c9c364b46d72432c1d92e28ee07
Parents: c3de2d6
Author: Rob Tompkins 
Authored: Tue Aug 14 22:08:20 2018 -0400
Committer: Rob Tompkins 
Committed: Tue Aug 14 22:08:20 2018 -0400

--
 RELEASE-NOTES.txt   | 150 +++---
 pom.xml |  13 ++-
 src/site/xdoc/download_lang.xml | 153 ++-
 3 files changed, 193 insertions(+), 123 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/14e7f8db/RELEASE-NOTES.txt
--
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 99e9a51..989e53b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -17,13 +17,13 @@ limitations under the License.
 =
 
 Apache Commons Lang
-Version 3.7
+Version 3.8
Release Notes
 
 
 INTRODUCTION:
 
-This document contains the release notes for the 3.7 version of Apache Commons 
Lang.
+This document contains the release notes for the 3.8 version of Apache Commons 
Lang.
 Commons Lang is a set of utility functions and reusable components that should 
be of use in any 
 Java environment.
 
@@ -43,6 +43,74 @@ New features and bug fixes. Requires Java 7, supports Java 
8, 9, 10.
 Changes in this version include:
 
 New features:
+o LANG-1352: EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods 
added Thanks to Ruslan Sibgatullin.
+o LANG-1372: Add ToStringSummary annotation Thanks to S�rgio Ozaki.
+o LANG-1356: Add bypass option for classes to recursive and reflective 
EqualsBuilder Thanks to Yathos UG.
+o LANG-1391: Improve Javadoc for StringUtils.isAnyEmpty(null) Thanks to Sauro 
Matulli, Oleg Chubaryov.
+o LANG-1393: Add API SystemUtils.String getEnvironmentVariable(final String 
name, final String defaultValue) Thanks to Gary Gregory.
+o LANG-1394: org.apache.commons.lang3.SystemUtils should not write to 
System.err. Thanks to Sebb, Gary Gregory.
+o LANG-1238: Add RegexUtils class instead of overloading methods in 
StringUtils that take a regex to take precompiled Pattern. Thanks to 
Christopher Cordeiro, Gary Gregory, Bruno P. Kinoshita, Oleg Chubaryov.
+o LANG-1290: StringUtils.join() with support for List with configurable 
start/end indices. Thanks to Jochen Schalanda.
+o LANG-1392: Methods for getting first non empty or non blank value Thanks to 
Jeff Nelson.
+o LANG-1408: Rounding utilities for converting to BigDecimal
+
+Fixed Bugs:
+o LANG-1380: FastDateParser too strict on abbreviated short month symbols 
Thanks to Markus Jelsma.
+o LANG-1396: JsonToStringStyle does not escape string names
+o LANG-1395: JsonToStringStyle does not escape double quote in a string value 
Thanks to Jim Gan.
+o LANG-1384: New Java version ("11") must be handled Thanks to Ian Young.
+o LANG-1364: ExceptionUtils#getRootCause(Throwable t) should return t if no 
lower level cause exists Thanks to Zheng Xie.
+o LANG-1060: NumberUtils.isNumber assumes number starting with Zero Thanks to 
Piotr Kosmala.
+o LANG-1375: defaultString(final String str) in StringUtils to reuse 
defaultString(final String str, final String defaultStr) Thanks to Jerry Zhao.
+o LANG-1374: Parsing Json Array failed Thanks to Jaswanth Bala.
+o LANG-1371: Fix TypeUtils#parameterize to work correctly with narrower-typed 
array Thanks to Dmitry Ovchinnikov.
+o LANG-1370: Fix EventCountCircuitBreaker increment batch Thanks to Andre Dieb.
+o LANG-1385: NumberUtils.createNumber() throws StringIndexOutOfBoundsException 
instead of NumberFormatException Thanks to Rohan Padhye.
+o LANG-1397: WordUtils.wrap throws StringIndexOutOfBoundsException when 
wrapLength is Integer.MAX_VALUE. Thanks to Takanobu Asanuma.
+o LANG-1401: Typo in JavaDoc for lastIndexOf Thanks to Roman Golyshev, Alex 
Mamedov.
+
+Changes:
+o LANG-1367: ObjectUtils.identityToString(Object) and friends should allocate 
builders and buffers with a size Thanks to Gary Gregory.
+o LANG-1405: Remove checks for java versions below the minimum supported one 
Thanks to Lars Grefer.
+o LANG-1402: Null/index safe get methods for ArrayUtils Thanks to Mark Dacek.
+
+
+Historical list of changes: 
http://commons.apache.org/proper/commons-lang/changes-report.html
+
+For complete information on Apache Commons Lan

[07/10] [lang] Add RELEASE-NOTES-3.8.txt to the site

2018-08-19 Thread chtompki
Add RELEASE-NOTES-3.8.txt to the site


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/9801e2fb
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/9801e2fb
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/9801e2fb

Branch: refs/heads/master
Commit: 9801e2fb9fcbf7ddd19221e9342608940d778f8c
Parents: f7d2bdd
Author: Rob Tompkins 
Authored: Wed Aug 15 21:32:37 2018 -0400
Committer: Rob Tompkins 
Committed: Wed Aug 15 21:32:37 2018 -0400

--
 .../release-notes/RELEASE-NOTES-3.8.txt | 1238 ++
 1 file changed, 1238 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/9801e2fb/src/site/resources/release-notes/RELEASE-NOTES-3.8.txt
--
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-3.8.txt 
b/src/site/resources/release-notes/RELEASE-NOTES-3.8.txt
new file mode 100644
index 000..c62c488
--- /dev/null
+++ b/src/site/resources/release-notes/RELEASE-NOTES-3.8.txt
@@ -0,0 +1,1238 @@
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+=
+
+Apache Commons Lang
+Version 3.8
+   Release Notes
+
+
+INTRODUCTION:
+
+This document contains the release notes for the 3.8 version of Apache Commons 
Lang.
+Commons Lang is a set of utility functions and reusable components that should 
be of use in any 
+Java environment.
+
+Lang 3.0 and onwards now targets Java 5.0, making use of features that arrived 
with Java 5.0 such as generics, 
+variable arguments, autoboxing, concurrency and formatted output.
+
+For the advice on upgrading from 2.x to 3.x, see the following page: 
+
+http://commons.apache.org/lang/article3_0.html
+
+Apache Commons Lang, a package of Java utility classes for the
+classes that are in java.lang's hierarchy, or are considered to be so
+standard as to justify existence in java.lang.
+
+New features and bug fixes. Requires Java 7, supports Java 8, 9, 10.
+
+Changes in this version include:
+
+New features:
+o LANG-1352: EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods 
added Thanks to Ruslan Sibgatullin.
+o LANG-1372: Add ToStringSummary annotation Thanks to S�rgio Ozaki.
+o LANG-1356: Add bypass option for classes to recursive and reflective 
EqualsBuilder Thanks to Yathos UG.
+o LANG-1391: Improve Javadoc for StringUtils.isAnyEmpty(null) Thanks to Sauro 
Matulli, Oleg Chubaryov.
+o LANG-1393: Add API SystemUtils.String getEnvironmentVariable(final String 
name, final String defaultValue) Thanks to Gary Gregory.
+o LANG-1394: org.apache.commons.lang3.SystemUtils should not write to 
System.err. Thanks to Sebb, Gary Gregory.
+o LANG-1238: Add RegexUtils class instead of overloading methods in 
StringUtils that take a regex to take precompiled Pattern. Thanks to 
Christopher Cordeiro, Gary Gregory, Bruno P. Kinoshita, Oleg Chubaryov.
+o LANG-1390: StringUtils.join() with support for List with configurable 
start/end indices. Thanks to Jochen Schalanda.
+o LANG-1392: Methods for getting first non empty or non blank value Thanks to 
Jeff Nelson.
+o LANG-1408: Rounding utilities for converting to BigDecimal
+
+Fixed Bugs:
+o LANG-1380: FastDateParser too strict on abbreviated short month symbols 
Thanks to Markus Jelsma.
+o LANG-1396: JsonToStringStyle does not escape string names
+o LANG-1395: JsonToStringStyle does not escape double quote in a string value 
Thanks to Jim Gan.
+o LANG-1384: New Java version ("11") must be handled Thanks to Ian Young.
+o LANG-1364: ExceptionUtils#getRootCause(Throwable t) should return t if no 
lower level cause exists Thanks to Zheng Xie.
+o LANG-1060: NumberUtils.isNumber assumes number starting with Zero Thanks to 
Piotr Kosmala.
+o LANG-1375: defaultString(final String str) in StringUtils to reuse 
defaultString(final String str, final String defaultStr) Thanks to Jerry Zhao.
+o LANG-1374: Parsing Json Array failed Thanks to Jaswanth B

[08/10] [lang] RELEASE-NOTES java 5.0 -> java 7.0

2018-08-19 Thread chtompki
RELEASE-NOTES java 5.0 -> java 7.0


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/ccadc72f
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/ccadc72f
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/ccadc72f

Branch: refs/heads/master
Commit: ccadc72fd9936805b21edc3d327132cc4bf747b0
Parents: 9801e2f
Author: Rob Tompkins 
Authored: Sun Aug 19 13:03:46 2018 -0400
Committer: Rob Tompkins 
Committed: Sun Aug 19 13:03:46 2018 -0400

--
 RELEASE-NOTES.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/ccadc72f/RELEASE-NOTES.txt
--
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index c62c488..f6a0046 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -27,8 +27,7 @@ This document contains the release notes for the 3.8 version 
of Apache Commons L
 Commons Lang is a set of utility functions and reusable components that should 
be of use in any 
 Java environment.
 
-Lang 3.0 and onwards now targets Java 5.0, making use of features that arrived 
with Java 5.0 such as generics, 
-variable arguments, autoboxing, concurrency and formatted output.
+Lang 3.0 and onwards now targets Java 7.0, making use of features that arrived 
with Java 7.0.
 
 For the advice on upgrading from 2.x to 3.x, see the following page: 
 



[04/10] [lang] (fix) ensure character encoding in old release notes remains.

2018-08-19 Thread chtompki
(fix) ensure character encoding in old release notes remains.


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/2abe26c1
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/2abe26c1
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/2abe26c1

Branch: refs/heads/master
Commit: 2abe26c1e4aab2a492619b7e8b2407fa03a67ad3
Parents: a1ac807
Author: Rob Tompkins 
Authored: Wed Aug 15 21:06:00 2018 -0400
Committer: Rob Tompkins 
Committed: Wed Aug 15 21:06:00 2018 -0400

--
 RELEASE-NOTES.txt | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/2abe26c1/RELEASE-NOTES.txt
--
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 989e53b..1b5ce02 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -127,6 +127,7 @@ o LANG-1358: Improve StringUtils#replace throughput Thanks 
to Stephane Landelle.
 o LANG-1346: Remove deprecation from RandomStringUtils
 o LANG-1361: ExceptionUtils.getThrowableList() is using deprecated 
ExceptionUtils.getCause() Thanks to Ana.
 
+
 =
 
Apache Commons Lang



[05/10] [lang] (fix) typographical error in JIRA number LANG-1290 -> LANG-1390

2018-08-19 Thread chtompki
(fix) typographical error in JIRA number LANG-1290 -> LANG-1390


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/6a02b533
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/6a02b533
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/6a02b533

Branch: refs/heads/master
Commit: 6a02b5337be09bfba4a0af55f64c44fa46fda5b5
Parents: 2abe26c
Author: Rob Tompkins 
Authored: Wed Aug 15 21:16:41 2018 -0400
Committer: Rob Tompkins 
Committed: Wed Aug 15 21:16:41 2018 -0400

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/6a02b533/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 058e7cd..732225a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,7 +67,7 @@ The  type attribute can be add,update,fix,remove.
 Add API SystemUtils.String getEnvironmentVariable(final String name, 
final String defaultValue)   
 org.apache.commons.lang3.SystemUtils should not write to 
System.err.   
 Add RegexUtils 
class instead of overloading methods in StringUtils that take a regex to take 
precompiled Pattern.
-StringUtils.join() with support for List with configurable 
start/end indices.
+StringUtils.join() with support for List with configurable 
start/end indices.
 Methods for getting first non empty or non blank value
 Remove checks for java versions below the minimum supported one
 Null/index safe get methods for ArrayUtils



[09/10] [lang] Update pom.xml for release of commons-lang3-3.8

2018-08-19 Thread chtompki
Update pom.xml for release of commons-lang3-3.8


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/ec464c9b
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/ec464c9b
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/ec464c9b

Branch: refs/heads/master
Commit: ec464c9b2bdacb4a2a97f86cd693653fbd9e3e55
Parents: ccadc72
Author: Rob Tompkins 
Authored: Sun Aug 19 13:04:45 2018 -0400
Committer: Rob Tompkins 
Committed: Sun Aug 19 13:04:45 2018 -0400

--
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/ec464c9b/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 4e78f42..0da89ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   
   4.0.0
   commons-lang3
-  3.8
+  3.9-SNAPSHOT
   Apache Commons Lang
 
   2001
@@ -573,7 +573,7 @@
 lang3
 org.apache.commons.lang3
 
-3.8
+3.9
 (Java 7+)
 
 2.6
@@ -601,7 +601,7 @@
 0.11.1
 
 
-3.7
+3.8
 RC1
 true
 
scm:svn:https://dist.apache.org/repos/dist/dev/commons/lang



[03/10] [lang] Update release date to RC build date

2018-08-19 Thread chtompki
Update release date to RC build date


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/a1ac807d
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/a1ac807d
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/a1ac807d

Branch: refs/heads/master
Commit: a1ac807daba73d59a619803c8ed0b09b7ded625b
Parents: 328e744
Author: Rob Tompkins 
Authored: Wed Aug 15 08:21:45 2018 -0400
Committer: Rob Tompkins 
Committed: Wed Aug 15 08:21:45 2018 -0400

--
 src/changes/changes.xml   | 2 +-
 src/site/xdoc/release-history.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/a1ac807d/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bbb5f34..058e7cd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The  type attribute can be add,update,fix,remove.
   
   
 
-  
+  
 FastDateParser too strict on abbreviated short month symbols
 JsonToStringStyle does not 
escape string names
 JsonToStringStyle does not escape double quote in a string value

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/a1ac807d/src/site/xdoc/release-history.xml
--
diff --git a/src/site/xdoc/release-history.xml 
b/src/site/xdoc/release-history.xml
index 8df2e68..391e44c 100644
--- a/src/site/xdoc/release-history.xml
+++ b/src/site/xdoc/release-history.xml
@@ -32,7 +32,7 @@ limitations under the License.
   VersionRelease dateRequired Java 
VersionJavadocRelease notes
 
 
-  3.82018-MM-DD7api-3.8release notes for 3.8
+  3.82018-08-157api-3.8release notes for 3.8
 
 
   3.72017-10-047api-3.7release notes for 3.7



[02/10] [lang] get japicmp working

2018-08-19 Thread chtompki
get japicmp working


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/328e7444
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/328e7444
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/328e7444

Branch: refs/heads/master
Commit: 328e74448c90c18b0539e7aacfa48e67de11d826
Parents: 14e7f8d
Author: Rob Tompkins 
Authored: Tue Aug 14 22:42:58 2018 -0400
Committer: Rob Tompkins 
Committed: Tue Aug 14 22:42:58 2018 -0400

--
 pom.xml | 13 +
 1 file changed, 13 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/328e7444/pom.xml
--
diff --git a/pom.xml b/pom.xml
index f08ab94..4e78f42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -589,11 +589,16 @@
 utf-8
 
 3.0.0
+false
 
 
 1.21
 benchmarks
 
+
+
false
+
+0.11.1
 
 
 3.7
@@ -622,6 +627,14 @@
 
   
 
+
+
+  com.github.siom79.japicmp
+  japicmp-maven-plugin
+  
+false
+  
+
   
 
 



[10/10] [lang] Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-lang

2018-08-19 Thread chtompki
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-lang


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8f88799d
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8f88799d
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/8f88799d

Branch: refs/heads/master
Commit: 8f88799d4774c7c9f4be03d84b97ff3301e64479
Parents: ec464c9 362ca25
Author: Rob Tompkins 
Authored: Sun Aug 19 13:05:09 2018 -0400
Committer: Rob Tompkins 
Committed: Sun Aug 19 13:05:09 2018 -0400

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/8f88799d/pom.xml
--



[commons-lang] Git Push Summary

2018-08-19 Thread chtompki
Repository: commons-lang
Updated Tags:  refs/tags/LANG_3_8 [created] 20c6ee685


svn commit: r28836 - /dev/commons/lang/3.8-RC1/ /dev/commons/lang/3.8-RC1/binaries/ /dev/commons/lang/3.8-RC1/site/ /dev/commons/lang/3.8-RC1/source/ /release/commons/lang/ /release/commons/lang/binar

2018-08-19 Thread chtompki
Author: chtompki
Date: Sun Aug 19 17:26:38 2018
New Revision: 28836

Log:
Publish commons-lang 3.8 Release

Added:
release/commons/lang/RELEASE-NOTES.txt
  - copied unchanged from r28835, dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt
release/commons/lang/binaries/commons-lang3-3.8-bin.tar.gz
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.tar.gz
release/commons/lang/binaries/commons-lang3-3.8-bin.tar.gz.asc
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.tar.gz.asc
release/commons/lang/binaries/commons-lang3-3.8-bin.tar.gz.sha1
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.tar.gz.sha1
release/commons/lang/binaries/commons-lang3-3.8-bin.tar.gz.sha256
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.tar.gz.sha256
release/commons/lang/binaries/commons-lang3-3.8-bin.zip
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.zip
release/commons/lang/binaries/commons-lang3-3.8-bin.zip.asc
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.zip.asc
release/commons/lang/binaries/commons-lang3-3.8-bin.zip.sha1
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.zip.sha1
release/commons/lang/binaries/commons-lang3-3.8-bin.zip.sha256
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.zip.sha256
release/commons/lang/source/commons-lang3-3.8-src.tar.gz
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.tar.gz
release/commons/lang/source/commons-lang3-3.8-src.tar.gz.asc
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.tar.gz.asc
release/commons/lang/source/commons-lang3-3.8-src.tar.gz.sha1
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.tar.gz.sha1
release/commons/lang/source/commons-lang3-3.8-src.tar.gz.sha256
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.tar.gz.sha256
release/commons/lang/source/commons-lang3-3.8-src.zip
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.zip
release/commons/lang/source/commons-lang3-3.8-src.zip.asc
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.zip.asc
release/commons/lang/source/commons-lang3-3.8-src.zip.sha1
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.zip.sha1
release/commons/lang/source/commons-lang3-3.8-src.zip.sha256
  - copied unchanged from r28835, 
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.zip.sha256
Removed:
dev/commons/lang/3.8-RC1/HEADER.html
dev/commons/lang/3.8-RC1/README.html
dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.tar.gz
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.tar.gz.asc
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.tar.gz.sha1
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.tar.gz.sha256
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.zip
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.zip.asc
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.zip.sha1
dev/commons/lang/3.8-RC1/binaries/commons-lang3-3.8-bin.zip.sha256
dev/commons/lang/3.8-RC1/site/
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.tar.gz
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.tar.gz.asc
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.tar.gz.sha1
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.tar.gz.sha256
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.zip
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.zip.asc
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.zip.sha1
dev/commons/lang/3.8-RC1/source/commons-lang3-3.8-src.zip.sha256
release/commons/lang/binaries/commons-lang3-3.7-bin.tar.gz
release/commons/lang/binaries/commons-lang3-3.7-bin.tar.gz.asc
release/commons/lang/binaries/commons-lang3-3.7-bin.tar.gz.sha1
release/commons/lang/binaries/commons-lang3-3.7-bin.tar.gz.sha256
release/commons/lang/binaries/commons-lang3-3.7-bin.zip
release/commons/lang/binaries/commons-lang3-3.7-bin.zip.asc
release/commons/lang/binaries/commons-lang3-3.7-bin.zip.sha1
release/commons/lang/binaries/commons-lang3-3.7-bin.zip.sha256
release/commons/lang/source/commons-lang3-3.7-src.tar.gz
release/commons/lang/source/commons-lang3-3.7-src.tar.gz.asc
release/commons/lang/source/commons-lang3-3.7-src.tar.gz.sha1
release/commons/lang/source/commons-lang3-3.7-src.tar.gz.sha256
release/commons

svn commit: r28837 - /release/commons/lang/README.html

2018-08-19 Thread chtompki
Author: chtompki
Date: Sun Aug 19 17:28:48 2018
New Revision: 28837

Log:
README.html 3.7->3.8

Modified:
release/commons/lang/README.html

Modified: release/commons/lang/README.html
==
--- release/commons/lang/README.html (original)
+++ release/commons/lang/README.html Sun Aug 19 17:28:48 2018
@@ -39,12 +39,12 @@ HREF="http://www.apache.org/dist/commons
 
 Always test available signatures, e.g.,
 $ pgpk -a KEYS
-$ pgpv commons-lang3-3.7-bin.tar.gz.asc
+$ pgpv commons-lang3-3.8-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-lang3-3.7-bin.tar.gz.asc
+$ pgp commons-lang3-3.8-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-lang3-3.7-bin.tar.gz.asc
+$ gpg --verify commons-lang3-3.8-bin.tar.gz.asc
 
 




commons-csv git commit: Fix checkstyle errors

2018-08-19 Thread britter
Repository: commons-csv
Updated Branches:
  refs/heads/master ea13687e6 -> 39e8ee6f9


Fix checkstyle errors


Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/39e8ee6f
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/39e8ee6f
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/39e8ee6f

Branch: refs/heads/master
Commit: 39e8ee6f9fcc1d294aa3fb2ba11fdc4c2d272521
Parents: ea13687
Author: Benedikt Ritter 
Authored: Mon Aug 20 08:40:30 2018 +0200
Committer: Benedikt Ritter 
Committed: Mon Aug 20 08:40:30 2018 +0200

--
 src/main/java/org/apache/commons/csv/CSVFormat.java | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/39e8ee6f/src/main/java/org/apache/commons/csv/CSVFormat.java
--
diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java 
b/src/main/java/org/apache/commons/csv/CSVFormat.java
index a74e47b..10cc199 100644
--- a/src/main/java/org/apache/commons/csv/CSVFormat.java
+++ b/src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -386,8 +386,9 @@ public final class CSVFormat implements Serializable {
  * Default Oracle format used by the SQL*Loader utility.
  *
  * 
- * This is a comma-delimited format with the system line separator 
character as the record separator. Values are double quoted when needed and 
special
- * characters are escaped with {@code '"'}. The default NULL string is 
{@code ""}. Values are trimmed.
+ * This is a comma-delimited format with the system line separator 
character as the record separator.Values are
+ * double quoted when needed and special characters are escaped with 
{@code '"'}. The default NULL string is
+ * {@code ""}. Values are trimmed.
  * 
  *
  * 
@@ -405,7 +406,7 @@ public final class CSVFormat implements Serializable {
  * 
  *
  * @see Predefined#Oracle
- * @see https://docs.oracle.com/database/121/SUTIL/GUID-D1762699-8154-40F6-90DE-EFB8EB6A9AB0.htm#SUTIL4217";>https://docs.oracle.com/database/121/SUTIL/GUID-D1762699-8154-40F6-90DE-EFB8EB6A9AB0.htm#SUTIL4217
+ * @see https://s.apache.org/CGXG";>Oracle CSV Format 
Specification
  * @since 1.6
  */
 // @formatter:off
@@ -442,8 +443,8 @@ public final class CSVFormat implements Serializable {
  * 
  *
  * @see Predefined#MySQL
- * @see https://www.postgresql.org/docs/current/static/sql-copy.html";> 
https://www.postgresql.org/docs/current/static/sql-copy.html
- *  -data.html
+ * @see https://www.postgresql.org/docs/current/static/sql-copy.html";>PostgreSQL 
COPY command
+ *  documentation
  * @since 1.5
  */
 // @formatter:off
@@ -479,7 +480,8 @@ public final class CSVFormat implements Serializable {
  * 
  *
  * @see Predefined#MySQL
- * @see https://www.postgresql.org/docs/current/static/sql-copy.html";> 
https://www.postgresql.org/docs/current/static/sql-copy.html
+ * @see https://www.postgresql.org/docs/current/static/sql-copy.html";>PostgreSQL 
COPY command
+ *  documentation
  * @since 1.5
  */
 // @formatter:off



commons-csv git commit: Add missing predefined formats to class documentation

2018-08-19 Thread britter
Repository: commons-csv
Updated Branches:
  refs/heads/master 39e8ee6f9 -> 3d4a7e671


Add missing predefined formats to class documentation


Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/3d4a7e67
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/3d4a7e67
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/3d4a7e67

Branch: refs/heads/master
Commit: 3d4a7e6716af61a5462d81aa355229d9a4b52ae3
Parents: 39e8ee6
Author: Benedikt Ritter 
Authored: Mon Aug 20 08:47:20 2018 +0200
Committer: Benedikt Ritter 
Committed: Mon Aug 20 08:47:20 2018 +0200

--
 src/main/java/org/apache/commons/csv/CSVFormat.java | 5 +
 1 file changed, 5 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/3d4a7e67/src/main/java/org/apache/commons/csv/CSVFormat.java
--
diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java 
b/src/main/java/org/apache/commons/csv/CSVFormat.java
index 10cc199..a0a83cc 100644
--- a/src/main/java/org/apache/commons/csv/CSVFormat.java
+++ b/src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -58,8 +58,13 @@ import java.util.Set;
  * 
  * {@link #DEFAULT}
  * {@link #EXCEL}
+ * {@link #INFORMIX_UNLOAD}
+ * {@link #INFORMIX_UNLOAD_CSV}
  * {@link #MYSQL}
  * {@link #RFC4180}
+ * {@link #ORACLE}
+ * {@link #POSTGRESQL_CSV}
+ * {@link #POSTGRESQL_TEXT}
  * {@link #TDF}
  * 
  *