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 18F34200AE2 for ; Fri, 27 May 2016 16:40:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 173A6160A37; Fri, 27 May 2016 14:40:15 +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 61773160A10 for ; Fri, 27 May 2016 16:40:14 +0200 (CEST) Received: (qmail 45915 invoked by uid 500); 27 May 2016 14:40:13 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 45867 invoked by uid 99); 27 May 2016 14:40:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 May 2016 14:40:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2D29C2C1F6D for ; Fri, 27 May 2016 14:40:13 +0000 (UTC) Date: Fri, 27 May 2016 14:40:13 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FELIX-5266) Connect does not compile in eclipse MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 27 May 2016 14:40:15 -0000 [ https://issues.apache.org/jira/browse/FELIX-5266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15304136#comment-15304136 ] ASF GitHub Bot commented on FELIX-5266: --------------------------------------- GitHub user cschneider opened a pull request: https://github.com/apache/felix/pull/69 [FELIX-5266] Set compiler to 1.6 to avoid errors in eclipse You can merge this pull request into a Git repository by running: $ git pull https://github.com/cschneider/felix FELIX-5266 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/felix/pull/69.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #69 ---- commit 461a528ae0aa90ec8edfc93d370690c9bc903ab6 Author: Christian Schneider Date: 2016-05-27T14:39:01Z [FELIX-5266] Set compiler to 1.6 to avoid errors in eclipse ---- > Connect does not compile in eclipse > ----------------------------------- > > Key: FELIX-5266 > URL: https://issues.apache.org/jira/browse/FELIX-5266 > Project: Felix > Issue Type: Bug > Components: Connect > Affects Versions: connect-0.1.0 > Reporter: Christian Schneider > Fix For: connect-0.2.0 > > > When importing connect in eclipse I get lots of errors like this: > The method addServiceListener(ServiceListener, String) of type PojoSR must override a superclass method PojoSR.java /org.apache.felix.connect/src/main/java/org/apache/felix/connect line 418 Java Problem > The problem is that @Override is used on methods provided by an interface but source level is 1.5 where this is not yet available. > I propose to switch to Java 1.6 for source and target. -- This message was sent by Atlassian JIRA (v6.3.4#6332)