From 88d159faf53ffeed39dad2a58578f7652403933a Mon Sep 17 00:00:00 2001 From: Umesh Agashe Date: Thu, 24 Aug 2017 11:10:17 -0700 Subject: [PATCH] HBASE-18674 upgrading to commons-lang3 --- dev-support/docker/Dockerfile | 2 +- hbase-backup/pom.xml | 4 ++-- hbase-client/pom.xml | 4 ++-- hbase-common/pom.xml | 4 ++-- hbase-hadoop2-compat/pom.xml | 4 ++-- hbase-it/pom.xml | 4 ++-- hbase-metrics-api/pom.xml | 4 ++-- hbase-replication/pom.xml | 4 ++-- hbase-rest/pom.xml | 4 ++-- hbase-rsgroup/pom.xml | 4 ++-- hbase-server/pom.xml | 4 ++-- hbase-spark-it/pom.xml | 4 ++-- hbase-thrift/pom.xml | 4 ++-- pom.xml | 8 ++++---- src/main/asciidoc/_chapters/configuration.adoc | 2 +- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile index c654ded6ac5912cb74fdde599695ac9eee1f75ab..62c603097eb28ba7cf24063a9773f881ac070bad 100644 --- a/dev-support/docker/Dockerfile +++ b/dev-support/docker/Dockerfile @@ -87,7 +87,7 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \ # Fixing the Apache commons / Maven dependency problem under Ubuntu: # See http://wiki.apache.org/commons/VfsProblems -RUN cd /usr/share/maven/lib && ln -s ../../java/commons-lang.jar . +RUN cd /usr/share/maven/lib && ln -s ../../java/commons-lang3-3.6.jar . ###### # Install findbugs diff --git a/hbase-backup/pom.xml b/hbase-backup/pom.xml index 7c7d8b52ca89e593bcbdb960d1d9f815bb90e45e..184606a8ccc8c8a4671c5414b5fb76d6b6a28bcc 100644 --- a/hbase-backup/pom.xml +++ b/hbase-backup/pom.xml @@ -130,8 +130,8 @@ commons-io - commons-lang - commons-lang + org.apache.commons + commons-lang3 commons-logging diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index 23278bf369df3efe561fc4c381c2675ae2b136fa..d5219084507fb9c59dcb95e77802982f2fd39a5f 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -144,8 +144,8 @@ commons-io - commons-lang - commons-lang + org.apache.commons + commons-lang3 commons-logging diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index 84e120b71ee1d1ec67dd5ced4fff45e24865bbf7..12043b585c0c3c4c4e47e03320b681f6efdb260c 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -233,8 +233,8 @@ compile - commons-lang - commons-lang + org.apache.commons + commons-lang3 compile diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index 735b27244a32abc31669a42d6541cd4f0be4f4b6..a28fe7362d013b642ea85f9afec7a38284048ba0 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -181,8 +181,8 @@ limitations under the License. ${hadoop-two.version} - commons-lang - commons-lang + org.apache.commons + commons-lang3 commons-logging diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index b9b12a435d4060ccd6856aecf9eb777b51d04fd6..63ff3db2d2688b2d40dfac9b3e1ba44a80c0776d 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -257,8 +257,8 @@ commons-math - commons-lang - commons-lang + org.apache.commons + commons-lang3 org.apache.htrace diff --git a/hbase-metrics-api/pom.xml b/hbase-metrics-api/pom.xml index 325e563c311bee1c7c82360ed1c66455491ed28d..9e01b543c7cf4613274f64d39edb3235fee0cacf 100644 --- a/hbase-metrics-api/pom.xml +++ b/hbase-metrics-api/pom.xml @@ -93,8 +93,8 @@ commons-logging - commons-lang - commons-lang + org.apache.commons + commons-lang3 org.apache.hbase.thirdparty diff --git a/hbase-replication/pom.xml b/hbase-replication/pom.xml index 87664f8414c4b757a316851bf647c186b3f51393..8bfa4dfbe68afcb15ac1de283bd90143f5212e1f 100644 --- a/hbase-replication/pom.xml +++ b/hbase-replication/pom.xml @@ -143,8 +143,8 @@ commons-io - commons-lang - commons-lang + org.apache.commons + commons-lang3 commons-logging diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index 3af9829dc45c89837e438cd50e040bab1caad448..2169b81e2f2d2a067e6d3897f82abaa7938beebc 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -258,8 +258,8 @@ httpcore - commons-lang - commons-lang + org.apache.commons + commons-lang3 commons-logging diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml index 91f6fc95f6ff0ced8594e63dc842b3a42a0628f6..0bb9060c11c91bb297c744c8a99b23f4ecd388d5 100644 --- a/hbase-rsgroup/pom.xml +++ b/hbase-rsgroup/pom.xml @@ -148,8 +148,8 @@ commons-io - commons-lang - commons-lang + org.apache.commons + commons-lang3 commons-logging diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index e1ef88234f0797e107ce7ba0bc185fd531f217a6..0fbe622f78e66368f5f27fdc02f9e8bc653bd5cb 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -503,8 +503,8 @@ commons-io - commons-lang - commons-lang + org.apache.commons + commons-lang3 commons-logging diff --git a/hbase-spark-it/pom.xml b/hbase-spark-it/pom.xml index f1f5e440eb480b08887ed77f88184610cbf4302d..f3b20889b1a3e76846cf4ce48cc6f2b60881e8bb 100644 --- a/hbase-spark-it/pom.xml +++ b/hbase-spark-it/pom.xml @@ -267,8 +267,8 @@ commons-math - commons-lang - commons-lang + org.apache.commons + commons-lang3 org.apache.htrace diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 9d7a4b5b03efe1ff416744f7d7bb4167642522cb..84d204da9bff5703a1e55daffdc13b8b8954caa5 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -239,8 +239,8 @@ commons-math - commons-lang - commons-lang + org.apache.commons + commons-lang3 org.apache.hbase diff --git a/pom.xml b/pom.xml index 464d42f21a84d7555bcf04aad04445eb984b5f3d..db94cc772535e1f9e891d19616f94ba92687f281 100755 --- a/pom.xml +++ b/pom.xml @@ -1381,7 +1381,7 @@ 1.9 2.5 - 2.6 + 3.6 1.2 2.2 3.3.6 @@ -1782,9 +1782,9 @@ ${commons-io.version} - commons-lang - commons-lang - ${commons-lang.version} + org.apache.commons + commons-lang3 + ${commons-lang3.version} commons-logging diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc index bf14d11730753259bb0f281dc77d2af2210fdcc3..23d1f8fbe46363f600d456967fa51e88e16582bd 100644 --- a/src/main/asciidoc/_chapters/configuration.adoc +++ b/src/main/asciidoc/_chapters/configuration.adoc @@ -551,7 +551,7 @@ Minimally, an HBase client needs several libraries in its `CLASSPATH` when conne ---- commons-configuration (commons-configuration-1.6.jar) -commons-lang (commons-lang-2.5.jar) +commons-lang3 (commons-lang3-3.6.jar) commons-logging (commons-logging-1.1.1.jar) hadoop-core (hadoop-core-1.0.0.jar) hbase (hbase-0.92.0.jar) -- 2.10.1 (Apple Git-78)