[
https://issues.apache.org/jira/browse/CAMEL-11053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15938129#comment-15938129
]
Claus Ibsen commented on CAMEL-11053:
-------------------------------------
Thanks I will stick to the older a bit longer as it catches problems like these
;)
> 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)