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/07 15:26:10 UTC

[jira] [Created] (PROTON-935) proton-j compilation failure

Robbie Gemmell created PROTON-935:
-------------------------------------

             Summary: proton-j compilation failure 
                 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
            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)