Return-Path: X-Original-To: apmail-mina-dev-archive@www.apache.org Delivered-To: apmail-mina-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 17E6D18C91 for ; Wed, 19 Aug 2015 07:34:46 +0000 (UTC) Received: (qmail 59896 invoked by uid 500); 19 Aug 2015 07:34:45 -0000 Delivered-To: apmail-mina-dev-archive@mina.apache.org Received: (qmail 59863 invoked by uid 500); 19 Aug 2015 07:34:45 -0000 Mailing-List: contact dev-help@mina.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mina.apache.org Delivered-To: mailing list dev@mina.apache.org Received: (qmail 59852 invoked by uid 99); 19 Aug 2015 07:34:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2015 07:34:45 +0000 Date: Wed, 19 Aug 2015 07:34:45 +0000 (UTC) From: "Goldstein Lyor (JIRA)" To: dev@mina.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SSHD-553) Make sure all code can be compiled using JDK 7 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/SSHD-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14702639#comment-14702639 ] Goldstein Lyor commented on SSHD-553: ------------------------------------- I seem to be getting a lot of validation errors of the following type (investigating): {quote} [INFO] There are 455 errors reported by Checkstyle 6.1.1 with /home/lgoldstein/mina-sshd/sshd-core/target/checkstyle-rules.xml ruleset. [ERROR] src/main/java/org/apache/sshd/agent/SshAgentServer.java[3] (header) Header: Line does not match expected header line of ' * or more contributor license agreements. See the NOTICE file'. [ERROR] src/main/java/org/apache/sshd/agent/SshAgentFactory.java[3] (header) Header: Line does not match expected header line of ' * or more contributor license agreements. See the NOTICE file'. [ERROR] src/main/java/org/apache/sshd/agent/SshAgent.java[3] (header) Header: Line does not match expected header line of ' * or more contributor license agreements. See the NOTICE file'. [ERROR] src/main/java/org/apache/sshd/agent/SshAgentConstants.java[3] (header) Header: Line does not match expected header line of ' * or more contributor license agreements. See the NOTICE file'. [ERROR] src/main/java/org/apache/sshd/agent/unix/AprLibrary.java[3] (header) Header: Line does not match expected header line of ' * or more contributor license agreements. See the NOTICE file'. [ERROR] src/main/java/org/apache/sshd/agent/unix/AgentForwardedChannel.java[3] (header) Header: Line does not match expected header line of ' * or more contributor license agreements. See the NOTICE file'{quote} > Make sure all code can be compiled using JDK 7 > ---------------------------------------------- > > Key: SSHD-553 > URL: https://issues.apache.org/jira/browse/SSHD-553 > Project: MINA SSHD > Issue Type: Bug > Affects Versions: 1.0.0 > Reporter: Goldstein Lyor > Assignee: Goldstein Lyor > Priority: Blocker > Fix For: 1.0.0 > > > Seems that some JDK 8 methods / constructors "leaked" into the code. Need to detect and fix them -- This message was sent by Atlassian JIRA (v6.3.4#6332)