[
https://issues.apache.org/jira/browse/PROTON-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14618925#comment-14618925
]
ASF subversion and git services commented on PROTON-935:
--------------------------------------------------------
Commit 3989e3f8977f0bda1b024a7f4f4a2c1212a3d4fd in qpid-proton's branch
refs/heads/master from Robert Gemmell
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=3989e3f ]
PROTON-935: drop Java 6 support and more to Java 7 by updating compiler source
and target to 1.7
> 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)