You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/27 14:40:13 UTC

[jira] [Commented] (FELIX-5266) Connect does not compile in eclipse

    [ 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 <ch...@die-schneider.net>
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)