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 2017/12/14 21:42:25 UTC

[accumulo] branch master updated (6e77fb7 -> a9eb03c)

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

ctubbsii pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from 6e77fb7  ACCUMULO-4763 Avoid use of 'file' in property descriptions (#338)
     new dac39b8  ACCUMULO-4704 Check for use of Guava @Beta
     add 4086c13  Added library-detectors 1.2 plugin & configured pom to skip
     new a9eb03c  Merge remote-tracking branch 'miller/guava-library-detector'

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:
 pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@accumulo.apache.org" <co...@accumulo.apache.org>'].

[accumulo] 02/02: Merge remote-tracking branch 'miller/guava-library-detector'

Posted by ct...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit a9eb03cf07e300eaa0e9ff741aa992e5edc33bf7
Merge: dac39b8 4086c13
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Dec 14 16:38:35 2017 -0500

    Merge remote-tracking branch 'miller/guava-library-detector'
    
    This fixes #340

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

-- 
To stop receiving notification emails like this one, please contact
"commits@accumulo.apache.org" <co...@accumulo.apache.org>.

[accumulo] 01/02: ACCUMULO-4704 Check for use of Guava @Beta

Posted by ct...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit dac39b882329fe7d3bce32a818297b0ab841998d
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Sep 12 14:48:20 2017 -0400

    ACCUMULO-4704 Check for use of Guava @Beta
    
    Use findbugs plugin to avoid use of Guava @Beta methods and classes
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4cce012..7777cda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
     <extraReleaseArgs />
     <failsafe.excludedGroups />
     <failsafe.groups />
-    <findbugs.version>3.0.3</findbugs.version>
+    <findbugs.version>3.0.5</findbugs.version>
     <!-- surefire/failsafe plugin option -->
     <forkCount>1</forkCount>
     <hadoop.version>2.6.4</hadoop.version>
@@ -778,6 +778,13 @@
             <failOnError>true</failOnError>
             <includeTests>true</includeTests>
             <maxRank>16</maxRank>
+            <plugins>
+              <plugin>
+                <groupId>com.overstock.findbugs</groupId>
+                <artifactId>library-detectors</artifactId>
+                <version>1.1</version>
+              </plugin>
+            </plugins>
           </configuration>
         </plugin>
         <plugin>

-- 
To stop receiving notification emails like this one, please contact
"commits@accumulo.apache.org" <co...@accumulo.apache.org>.