Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3F72C19BAA for ; Tue, 12 Apr 2016 19:10:26 +0000 (UTC) Received: (qmail 98050 invoked by uid 500); 12 Apr 2016 19:10:25 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 97928 invoked by uid 500); 12 Apr 2016 19:10:25 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 97583 invoked by uid 99); 12 Apr 2016 19:10:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2016 19:10:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9B1E12C1F68 for ; Tue, 12 Apr 2016 19:10:25 +0000 (UTC) Date: Tue, 12 Apr 2016 19:10:25 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-4186) Automatically use newer findbugs when building 1.6 branch on jdk7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-4186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs resolved ACCUMULO-4186. ----------------------------------------- Resolution: Fixed > Automatically use newer findbugs when building 1.6 branch on jdk7 > ----------------------------------------------------------------- > > Key: ACCUMULO-4186 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4186 > Project: Accumulo > Issue Type: Improvement > Components: build > Reporter: Christopher Tubbs > Assignee: Christopher Tubbs > Fix For: 1.6.6 > > Time Spent: 0.5h > Remaining Estimate: 0h > > In ACCUMULO-4103, findbugs was configured to only use the newer version when building with jdk8, because the older version wouldn't run on jdk8. > However, the newer version also supports running on jdk7, so it should run there automatically, also. The only time the older findbugs should run is when one is building with jdk6. > The point of this is to catch more bugs using the latest version of findbugs whenever possible. -- This message was sent by Atlassian JIRA (v6.3.4#6332)