You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Robbie Gemmell (JIRA)" <ji...@apache.org> on 2015/07/08 19:03:04 UTC

[jira] [Resolved] (PROTON-935) drop Java 6 support and move to targetting Java 7

     [ https://issues.apache.org/jira/browse/PROTON-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell resolved PROTON-935.
-----------------------------------
    Resolution: Fixed
      Assignee: Robbie Gemmell

Discussing on the mailing list, views thus far have been to drop Java 6 support, so I have made that change to get the CI jobs going again.

> drop Java 6 support and move to targetting Java 7
> -------------------------------------------------
>
>                 Key: PROTON-935
>                 URL: https://issues.apache.org/jira/browse/PROTON-935
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-j
>    Affects Versions: 0.10
>            Reporter: Robbie Gemmell
>            Assignee: Robbie Gemmell
>            Priority: Blocker
>             Fix For: 0.10
>
>
> The build is currently failing in CI following recent changes for PROTON-881, because it no longer compiles on Java 6 which is the current compiler source/target for proton-j.
> We need to either decide to drop Java 6 support at long last (Java 7 already being EOL), or update it to actually compile.
> {noformat}
> [ERROR] /home/jenkins/jenkins-slave/workspace/Qpid-proton-j/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:[95,11] cannot find symbol
> symbol  : method bind(java.net.InetSocketAddress)
> location: class java.nio.channels.ServerSocketChannel
> [ERROR] /home/jenkins/jenkins-slave/workspace/Qpid-proton-j/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:[125,38] cannot find symbol
> symbol  : method getLocalAddress()
> location: class java.nio.channels.ServerSocketChannel
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)