You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Zoran Regvart (JIRA)" <ji...@apache.org> on 2017/03/23 10:52:41 UTC

[jira] [Resolved] (CAMEL-11053) camel-undertow - Compile error

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

Zoran Regvart resolved CAMEL-11053.
-----------------------------------
    Resolution: Fixed

This might be [JDK-8051402|https://bugs.openjdk.java.net/browse/JDK-8051402], [~davsclaus] you might want to upgrade your JDK :)

> camel-undertow - Compile error
> ------------------------------
>
>                 Key: CAMEL-11053
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11053
>             Project: Camel
>          Issue Type: Task
>          Components: camel-undertow
>    Affects Versions: 2.19.0
>            Reporter: Claus Ibsen
>            Assignee: Zoran Regvart
>             Fix For: 2.19.0
>
>
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project camel-undertow: Compilation failure
> [ERROR] /Users/davsclaus/workspace/camel/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowClientCallback.java:[261,81] error: incompatible types: ChannelListener<CAP#1> cannot be converted to ChannelListener<? super CAP#1>
> [ERROR] where CAP#1 is a fresh type-variable:
> [ERROR] CAP#1 extends StreamSinkChannel from capture of ? extends StreamSinkChannel
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :camel-undertow



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)