Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.19.0
-
None
-
Unknown
Description
[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