You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/06/21 21:50:32 UTC

[01/12] accumulo git commit: ACCUMULO-4339 Make hadoop-minicluster optional

Repository: accumulo
Updated Branches:
  refs/heads/1.6 f66b9a0d1 -> 6d85034c4
  refs/heads/1.7 d3e687e93 -> 2da2aafcd
  refs/heads/1.8 f45a65cb2 -> 782135bfe
  refs/heads/master c2a3b685c -> 8c2ecf823


ACCUMULO-4339 Make hadoop-minicluster optional


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/88075e27
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/88075e27
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/88075e27

Branch: refs/heads/1.8
Commit: 88075e27afeb0d506219a90ea6335d04532d9682
Parents: f45a65c
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jun 21 15:05:44 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jun 21 15:05:44 2016 -0400

----------------------------------------------------------------------
 minicluster/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/88075e27/minicluster/pom.xml
----------------------------------------------------------------------
diff --git a/minicluster/pom.xml b/minicluster/pom.xml
index 222a46e..03113a4 100644
--- a/minicluster/pom.xml
+++ b/minicluster/pom.xml
@@ -94,6 +94,7 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-minicluster</artifactId>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.zookeeper</groupId>


[02/12] accumulo git commit: ACCUMULO-4339 Make hadoop-minicluster optional

Posted by ct...@apache.org.
ACCUMULO-4339 Make hadoop-minicluster optional


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/88075e27
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/88075e27
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/88075e27

Branch: refs/heads/master
Commit: 88075e27afeb0d506219a90ea6335d04532d9682
Parents: f45a65c
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jun 21 15:05:44 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jun 21 15:05:44 2016 -0400

----------------------------------------------------------------------
 minicluster/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/88075e27/minicluster/pom.xml
----------------------------------------------------------------------
diff --git a/minicluster/pom.xml b/minicluster/pom.xml
index 222a46e..03113a4 100644
--- a/minicluster/pom.xml
+++ b/minicluster/pom.xml
@@ -94,6 +94,7 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-minicluster</artifactId>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.zookeeper</groupId>


[10/12] accumulo git commit: Merge branch '1.7' into 1.8

Posted by ct...@apache.org.
Merge branch '1.7' into 1.8


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/782135bf
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/782135bf
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/782135bf

Branch: refs/heads/master
Commit: 782135bfee81d6630bb48d49ea2376eb5b3d3f9f
Parents: 88075e2 2da2aaf
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jun 21 17:42:59 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jun 21 17:42:59 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/782135bf/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index c3f033e,d200561..a24598b
--- a/pom.xml
+++ b/pom.xml
@@@ -150,8 -146,10 +151,9 @@@
      <!-- overwritten in hadoop profiles -->
      <slf4j.version>1.7.5</slf4j.version>
      <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
+     <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
      <!-- Thrift version -->
 -    <thrift.version>0.9.1</thrift.version>
 +    <thrift.version>0.9.3</thrift.version>
      <!-- ZooKeeper version -->
      <zookeeper.version>3.4.6</zookeeper.version>
    </properties>


[04/12] accumulo git commit: ACCUMULO-4351 Default to failIfNoSpecifiedTests=false

Posted by ct...@apache.org.
ACCUMULO-4351 Default to failIfNoSpecifiedTests=false

Set properties for surefire and failsafe plugins so that the
non-existence of specified tests to run do not cause a build failure.
This makes it easier to execute a specific test which exists only in one
module of the multi-module project, but which does not exist in other
modules.

(Also remove redundant property in 'sunny' profile)


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

Branch: refs/heads/1.8
Commit: 6d85034c4b6c414e0cbeaa09f208f804da905f64
Parents: f66b9a0
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jun 21 17:23:26 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jun 21 17:23:26 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/6d85034c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9b67614..6b29f4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,6 +130,7 @@
     <!-- overwritten in hadoop profiles -->
     <hadoop.version>2.2.0</hadoop.version>
     <httpclient.version>3.1</httpclient.version>
+    <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
     <jetty.version>8.1.15.v20140411</jetty.version>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
@@ -143,6 +144,7 @@
     <!-- overwritten in hadoop profiles -->
     <slf4j.version>1.7.5</slf4j.version>
     <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
+    <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
     <!-- Thrift version -->
     <thrift.version>0.9.1</thrift.version>
     <!-- ZooKeeper 3.4.x works also, but we're not using new features yet; this ensures 3.3.x compatibility. -->
@@ -1222,7 +1224,6 @@
       <!-- Minimal testing profile. (a.k.a. SunnyDay) -->
       <id>sunny</id>
       <properties>
-        <failIfNoTests>false</failIfNoTests>
         <it.test>ReadWriteIT,SimpleProxyIT,ExamplesIT,ShellServerIT</it.test>
       </properties>
     </profile>


[06/12] accumulo git commit: ACCUMULO-4351 Default to failIfNoSpecifiedTests=false

Posted by ct...@apache.org.
ACCUMULO-4351 Default to failIfNoSpecifiedTests=false

Set properties for surefire and failsafe plugins so that the
non-existence of specified tests to run do not cause a build failure.
This makes it easier to execute a specific test which exists only in one
module of the multi-module project, but which does not exist in other
modules.

(Also remove redundant property in 'sunny' profile)


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

Branch: refs/heads/master
Commit: 6d85034c4b6c414e0cbeaa09f208f804da905f64
Parents: f66b9a0
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jun 21 17:23:26 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jun 21 17:23:26 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/6d85034c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9b67614..6b29f4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,6 +130,7 @@
     <!-- overwritten in hadoop profiles -->
     <hadoop.version>2.2.0</hadoop.version>
     <httpclient.version>3.1</httpclient.version>
+    <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
     <jetty.version>8.1.15.v20140411</jetty.version>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
@@ -143,6 +144,7 @@
     <!-- overwritten in hadoop profiles -->
     <slf4j.version>1.7.5</slf4j.version>
     <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
+    <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
     <!-- Thrift version -->
     <thrift.version>0.9.1</thrift.version>
     <!-- ZooKeeper 3.4.x works also, but we're not using new features yet; this ensures 3.3.x compatibility. -->
@@ -1222,7 +1224,6 @@
       <!-- Minimal testing profile. (a.k.a. SunnyDay) -->
       <id>sunny</id>
       <properties>
-        <failIfNoTests>false</failIfNoTests>
         <it.test>ReadWriteIT,SimpleProxyIT,ExamplesIT,ShellServerIT</it.test>
       </properties>
     </profile>


[08/12] accumulo git commit: Merge branch '1.6' into 1.7

Posted by ct...@apache.org.
Merge branch '1.6' into 1.7


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

Branch: refs/heads/master
Commit: 2da2aafcde94dda7d39c83ce8ecab2f5a78e2a20
Parents: d3e687e 6d85034
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jun 21 17:42:45 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jun 21 17:42:45 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da2aafc/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index 27bed62,6b29f4c..d200561
--- a/pom.xml
+++ b/pom.xml
@@@ -130,12 -129,11 +130,13 @@@
      <forkCount>1</forkCount>
      <!-- overwritten in hadoop profiles -->
      <hadoop.version>2.2.0</hadoop.version>
 +    <htrace.version>3.1.0-incubating</htrace.version>
      <httpclient.version>3.1</httpclient.version>
+     <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
 -    <jetty.version>8.1.15.v20140411</jetty.version>
 -    <maven.compiler.source>1.6</maven.compiler.source>
 -    <maven.compiler.target>1.6</maven.compiler.target>
 +    <jetty.version>9.1.5.v20140505</jetty.version>
 +    <maven.compiler.source>1.7</maven.compiler.source>
 +    <maven.compiler.target>1.7</maven.compiler.target>
 +    <!-- the maven-release-plugin makes this recommendation, due to plugin bugs -->
      <maven.min-version>3.0.5</maven.min-version>
      <!-- surefire/failsafe plugin option -->
      <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
@@@ -146,10 -144,11 +147,11 @@@
      <!-- overwritten in hadoop profiles -->
      <slf4j.version>1.7.5</slf4j.version>
      <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
+     <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
      <!-- Thrift version -->
      <thrift.version>0.9.1</thrift.version>
 -    <!-- ZooKeeper 3.4.x works also, but we're not using new features yet; this ensures 3.3.x compatibility. -->
 -    <zookeeper.version>3.3.6</zookeeper.version>
 +    <!-- ZooKeeper version -->
 +    <zookeeper.version>3.4.6</zookeeper.version>
    </properties>
    <dependencyManagement>
      <dependencies>


[12/12] accumulo git commit: Merge branch '1.8'

Posted by ct...@apache.org.
Merge branch '1.8'


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

Branch: refs/heads/master
Commit: 8c2ecf823b8f3ddaf71c3d1871f04d8815218e91
Parents: c2a3b68 782135b
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jun 21 17:46:27 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jun 21 17:46:27 2016 -0400

----------------------------------------------------------------------
 minicluster/pom.xml | 1 +
 pom.xml             | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/8c2ecf82/minicluster/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/accumulo/blob/8c2ecf82/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index a3331e0,a24598b..a19ab8e
--- a/pom.xml
+++ b/pom.xml
@@@ -136,9 -137,10 +136,10 @@@
      <hadoop.version>2.2.0</hadoop.version>
      <htrace.version>3.1.0-incubating</htrace.version>
      <httpclient.version>3.1</httpclient.version>
+     <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
      <jetty.version>9.1.5.v20140505</jetty.version>
 -    <maven.compiler.source>1.7</maven.compiler.source>
 -    <maven.compiler.target>1.7</maven.compiler.target>
 +    <maven.compiler.source>1.8</maven.compiler.source>
 +    <maven.compiler.target>1.8</maven.compiler.target>
      <!-- the maven-release-plugin makes this recommendation, due to plugin bugs -->
      <maven.min-version>3.0.5</maven.min-version>
      <!-- surefire/failsafe plugin option -->


[05/12] accumulo git commit: ACCUMULO-4351 Default to failIfNoSpecifiedTests=false

Posted by ct...@apache.org.
ACCUMULO-4351 Default to failIfNoSpecifiedTests=false

Set properties for surefire and failsafe plugins so that the
non-existence of specified tests to run do not cause a build failure.
This makes it easier to execute a specific test which exists only in one
module of the multi-module project, but which does not exist in other
modules.

(Also remove redundant property in 'sunny' profile)


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

Branch: refs/heads/1.6
Commit: 6d85034c4b6c414e0cbeaa09f208f804da905f64
Parents: f66b9a0
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jun 21 17:23:26 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jun 21 17:23:26 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/6d85034c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9b67614..6b29f4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,6 +130,7 @@
     <!-- overwritten in hadoop profiles -->
     <hadoop.version>2.2.0</hadoop.version>
     <httpclient.version>3.1</httpclient.version>
+    <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
     <jetty.version>8.1.15.v20140411</jetty.version>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
@@ -143,6 +144,7 @@
     <!-- overwritten in hadoop profiles -->
     <slf4j.version>1.7.5</slf4j.version>
     <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
+    <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
     <!-- Thrift version -->
     <thrift.version>0.9.1</thrift.version>
     <!-- ZooKeeper 3.4.x works also, but we're not using new features yet; this ensures 3.3.x compatibility. -->
@@ -1222,7 +1224,6 @@
       <!-- Minimal testing profile. (a.k.a. SunnyDay) -->
       <id>sunny</id>
       <properties>
-        <failIfNoTests>false</failIfNoTests>
         <it.test>ReadWriteIT,SimpleProxyIT,ExamplesIT,ShellServerIT</it.test>
       </properties>
     </profile>


[03/12] accumulo git commit: ACCUMULO-4351 Default to failIfNoSpecifiedTests=false

Posted by ct...@apache.org.
ACCUMULO-4351 Default to failIfNoSpecifiedTests=false

Set properties for surefire and failsafe plugins so that the
non-existence of specified tests to run do not cause a build failure.
This makes it easier to execute a specific test which exists only in one
module of the multi-module project, but which does not exist in other
modules.

(Also remove redundant property in 'sunny' profile)


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

Branch: refs/heads/1.7
Commit: 6d85034c4b6c414e0cbeaa09f208f804da905f64
Parents: f66b9a0
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jun 21 17:23:26 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jun 21 17:23:26 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/6d85034c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9b67614..6b29f4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,6 +130,7 @@
     <!-- overwritten in hadoop profiles -->
     <hadoop.version>2.2.0</hadoop.version>
     <httpclient.version>3.1</httpclient.version>
+    <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
     <jetty.version>8.1.15.v20140411</jetty.version>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
@@ -143,6 +144,7 @@
     <!-- overwritten in hadoop profiles -->
     <slf4j.version>1.7.5</slf4j.version>
     <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
+    <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
     <!-- Thrift version -->
     <thrift.version>0.9.1</thrift.version>
     <!-- ZooKeeper 3.4.x works also, but we're not using new features yet; this ensures 3.3.x compatibility. -->
@@ -1222,7 +1224,6 @@
       <!-- Minimal testing profile. (a.k.a. SunnyDay) -->
       <id>sunny</id>
       <properties>
-        <failIfNoTests>false</failIfNoTests>
         <it.test>ReadWriteIT,SimpleProxyIT,ExamplesIT,ShellServerIT</it.test>
       </properties>
     </profile>


[09/12] accumulo git commit: Merge branch '1.6' into 1.7

Posted by ct...@apache.org.
Merge branch '1.6' into 1.7


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

Branch: refs/heads/1.7
Commit: 2da2aafcde94dda7d39c83ce8ecab2f5a78e2a20
Parents: d3e687e 6d85034
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jun 21 17:42:45 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jun 21 17:42:45 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da2aafc/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index 27bed62,6b29f4c..d200561
--- a/pom.xml
+++ b/pom.xml
@@@ -130,12 -129,11 +130,13 @@@
      <forkCount>1</forkCount>
      <!-- overwritten in hadoop profiles -->
      <hadoop.version>2.2.0</hadoop.version>
 +    <htrace.version>3.1.0-incubating</htrace.version>
      <httpclient.version>3.1</httpclient.version>
+     <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
 -    <jetty.version>8.1.15.v20140411</jetty.version>
 -    <maven.compiler.source>1.6</maven.compiler.source>
 -    <maven.compiler.target>1.6</maven.compiler.target>
 +    <jetty.version>9.1.5.v20140505</jetty.version>
 +    <maven.compiler.source>1.7</maven.compiler.source>
 +    <maven.compiler.target>1.7</maven.compiler.target>
 +    <!-- the maven-release-plugin makes this recommendation, due to plugin bugs -->
      <maven.min-version>3.0.5</maven.min-version>
      <!-- surefire/failsafe plugin option -->
      <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
@@@ -146,10 -144,11 +147,11 @@@
      <!-- overwritten in hadoop profiles -->
      <slf4j.version>1.7.5</slf4j.version>
      <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
+     <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
      <!-- Thrift version -->
      <thrift.version>0.9.1</thrift.version>
 -    <!-- ZooKeeper 3.4.x works also, but we're not using new features yet; this ensures 3.3.x compatibility. -->
 -    <zookeeper.version>3.3.6</zookeeper.version>
 +    <!-- ZooKeeper version -->
 +    <zookeeper.version>3.4.6</zookeeper.version>
    </properties>
    <dependencyManagement>
      <dependencies>


[07/12] accumulo git commit: Merge branch '1.6' into 1.7

Posted by ct...@apache.org.
Merge branch '1.6' into 1.7


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

Branch: refs/heads/1.8
Commit: 2da2aafcde94dda7d39c83ce8ecab2f5a78e2a20
Parents: d3e687e 6d85034
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jun 21 17:42:45 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jun 21 17:42:45 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/2da2aafc/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index 27bed62,6b29f4c..d200561
--- a/pom.xml
+++ b/pom.xml
@@@ -130,12 -129,11 +130,13 @@@
      <forkCount>1</forkCount>
      <!-- overwritten in hadoop profiles -->
      <hadoop.version>2.2.0</hadoop.version>
 +    <htrace.version>3.1.0-incubating</htrace.version>
      <httpclient.version>3.1</httpclient.version>
+     <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
 -    <jetty.version>8.1.15.v20140411</jetty.version>
 -    <maven.compiler.source>1.6</maven.compiler.source>
 -    <maven.compiler.target>1.6</maven.compiler.target>
 +    <jetty.version>9.1.5.v20140505</jetty.version>
 +    <maven.compiler.source>1.7</maven.compiler.source>
 +    <maven.compiler.target>1.7</maven.compiler.target>
 +    <!-- the maven-release-plugin makes this recommendation, due to plugin bugs -->
      <maven.min-version>3.0.5</maven.min-version>
      <!-- surefire/failsafe plugin option -->
      <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
@@@ -146,10 -144,11 +147,11 @@@
      <!-- overwritten in hadoop profiles -->
      <slf4j.version>1.7.5</slf4j.version>
      <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
+     <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
      <!-- Thrift version -->
      <thrift.version>0.9.1</thrift.version>
 -    <!-- ZooKeeper 3.4.x works also, but we're not using new features yet; this ensures 3.3.x compatibility. -->
 -    <zookeeper.version>3.3.6</zookeeper.version>
 +    <!-- ZooKeeper version -->
 +    <zookeeper.version>3.4.6</zookeeper.version>
    </properties>
    <dependencyManagement>
      <dependencies>


[11/12] accumulo git commit: Merge branch '1.7' into 1.8

Posted by ct...@apache.org.
Merge branch '1.7' into 1.8


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/782135bf
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/782135bf
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/782135bf

Branch: refs/heads/1.8
Commit: 782135bfee81d6630bb48d49ea2376eb5b3d3f9f
Parents: 88075e2 2da2aaf
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jun 21 17:42:59 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jun 21 17:42:59 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/782135bf/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index c3f033e,d200561..a24598b
--- a/pom.xml
+++ b/pom.xml
@@@ -150,8 -146,10 +151,9 @@@
      <!-- overwritten in hadoop profiles -->
      <slf4j.version>1.7.5</slf4j.version>
      <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
+     <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
      <!-- Thrift version -->
 -    <thrift.version>0.9.1</thrift.version>
 +    <thrift.version>0.9.3</thrift.version>
      <!-- ZooKeeper version -->
      <zookeeper.version>3.4.6</zookeeper.version>
    </properties>