Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AAE3C200D20 for ; Tue, 17 Oct 2017 11:16:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A95371609EB; Tue, 17 Oct 2017 09:16:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EFEE81609DE for ; Tue, 17 Oct 2017 11:16:26 +0200 (CEST) Received: (qmail 49214 invoked by uid 500); 17 Oct 2017 09:16:26 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 49203 invoked by uid 99); 17 Oct 2017 09:16:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2017 09:16:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C486DDFA29; Tue, 17 Oct 2017 09:16:25 +0000 (UTC) From: tbouron To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-server issue #859: Delete old deprecated code Content-Type: text/plain Message-Id: <20171017091625.C486DDFA29@git1-us-west.apache.org> Date: Tue, 17 Oct 2017 09:16:25 +0000 (UTC) archived-at: Tue, 17 Oct 2017 09:16:27 -0000 Github user tbouron commented on the issue: https://github.com/apache/brooklyn-server/pull/859 @aledsage Build failure seems related: ``` [ERROR] /home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests/core/src/main/java/org/apache/brooklyn/location/ssh/SshMachineLocation.java:[140,7] error: SshMachineLocation is not abstract and does not override abstract method getConfig(HasConfigKey) in Location where T is a type-variable: T extends Object declared in method getConfig(HasConfigKey) [ERROR] /home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests/core/src/main/java/org/apache/brooklyn/location/multi/MultiLocation.java:[56,7] error: MultiLocation is not abstract and does not override abstract method getConfig(HasConfigKey) in Location where T is a type-variable: T extends Object declared in method getConfig(HasConfigKey) [ERROR] /home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests/core/src/main/java/org/apache/brooklyn/location/byon/FixedListMachineProvisioningLocation.java:[75,7] error: FixedListMachineProvisioningLocation is not abstract and does not override abstract method getConfig(HasConfigKey) in Location where T is a type-variable: T extends Object declared in method getConfig(HasConfigKey) [ERROR] /home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests/core/src/main/java/org/apache/brooklyn/location/localhost/LocalhostMachineProvisioningLocation.java:[72,7] error: LocalhostMachineProvisioningLocation is not abstract and does not override abstract method getConfig(HasConfigKey) in Location where T is a type-variable: T extends Object declared in method getConfig(HasConfigKey) [ERROR] /home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests/core/src/main/java/org/apache/brooklyn/core/location/access/PortForwardManagerClient.java:[39,7] error: PortForwardManagerClient is not abstract and does not override abstract method getConfig(HasConfigKey) in Location where T is a type-variable: T extends Object declared in method getConfig(HasConfigKey) [ERROR] /home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests/core/src/main/java/org/apache/brooklyn/core/location/AggregatingMachineProvisioningLocation.java:[42,7] error: AggregatingMachineProvisioningLocation is not abstract and does not override abstract method getConfig(HasConfigKey) in Location where T is a type-variable: T extends Object declared in method getConfig(HasConfigKey) [ERROR] /home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests/core/src/main/java/org/apache/brooklyn/core/location/access/PortForwardManagerImpl.java:[78,7] error: PortForwardManagerImpl is not abstract and does not override abstract method getConfig(HasConfigKey) in Location where T is a type-variable: T extends Object declared in method getConfig(HasConfigKey) ``` ---