[
https://issues.apache.org/jira/browse/BAHIR-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16842618#comment-16842618
]
ASF GitHub Bot commented on BAHIR-206:
--------------------------------------
lresende commented on issue #54: [BAHIR-206] bump flink version to 1.8.0
URL: https://github.com/apache/bahir-flink/pull/54#issuecomment-493604796
Looks like I went too aggressive on approving the PR based on the Travis ci
build status. This PR needs to update Travis to see that Flink 1.8.0 will bring
some errors. Building it locally would also have exposed the error.
```
[INFO] Compiling 4 Java sources to
/Users/lresende/opensource/apache/bahir/bahir-flink/flink-connector-activemq/target/test-classes...
[ERROR] Picked up _JAVA_OPTIONS: -Dfile.encoding=UTF-8
[ERROR]
/Users/lresende/opensource/apache/bahir/bahir-flink/flink-connector-activemq/src/test/java/org/apache/flink/streaming/connectors/activemq/ActiveMQConnectorITCase.java:27:
error: cannot find symbol
[ERROR] import org.apache.flink.runtime.minicluster.LocalFlinkMiniCluster;
[ERROR] ^
[ERROR] symbol: class LocalFlinkMiniCluster
[ERROR] location: package org.apache.flink.runtime.minicluster
[ERROR]
/Users/lresende/opensource/apache/bahir/bahir-flink/flink-connector-activemq/src/test/java/org/apache/flink/streaming/connectors/activemq/ActiveMQConnectorITCase.java:58:
error: cannot find symbol
[ERROR] private static LocalFlinkMiniCluster flink;
[ERROR] ^
[ERROR] symbol: class LocalFlinkMiniCluster
[ERROR] location: class ActiveMQConnectorITCase
[ERROR]
/Users/lresende/opensource/apache/bahir/bahir-flink/flink-connector-activemq/src/test/java/org/apache/flink/streaming/connectors/activemq/ActiveMQConnectorITCase.java:70:
error: cannot find symbol
[ERROR] flink = new LocalFlinkMiniCluster(flinkConfig, false);
[ERROR] ^
[ERROR] symbol: class LocalFlinkMiniCluster
[ERROR] location: class ActiveMQConnectorITCase
[ERROR]
/Users/lresende/opensource/apache/bahir/bahir-flink/flink-connector-activemq/src/test/java/org/apache/flink/streaming/connectors/activemq/ActiveMQConnectorITCase.java:164:
warning: [rawtypes] found raw type: Context
[ERROR] public void invoke(String value, Context context)
throws Exception {
[ERROR] ^
[ERROR] missing type arguments for generic class Context<T>
[ERROR] where T is a type-variable:
[ERROR] T extends Object declared in interface Context
[ERROR] 3 errors
[ERROR] 1 warning
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Bahir for Apache Flink - Parent POM
1.1-SNAPSHOT:
[INFO]
[INFO] Apache Bahir for Apache Flink - Parent POM ......... SUCCESS [ 4.269
s]
[INFO] flink-connector-activemq ........................... FAILURE [ 5.445
s]
[INFO] flink-connector-akka ............................... SKIPPED
[INFO] flink-connector-flume .............................. SKIPPED
[INFO] flink-connector-influxdb ........................... SKIPPED
[INFO] flink-connector-kudu ............................... SKIPPED
[INFO] flink-connector-netty .............................. SKIPPED
[INFO] flink-connector-redis .............................. SKIPPED
[INFO] flink-library-siddhi ............................... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 10.946 s
[INFO] Finished at: 2019-05-17T23:21:50+02:00
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
net.alchim31.maven:scala-maven-plugin:3.4.6:testCompile
(scala-test-compile-first) on project flink-connector-activemq_2.11: Execution
scala-test-compile-first of goal
net.alchim31.maven:scala-maven-plugin:3.4.6:testCompile failed.: CompileFailed
-> [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/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <goals> -rf :flink-connector-activemq_2.11
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> bump flink to 1.8.0
> -------------------
>
> Key: BAHIR-206
> URL: https://issues.apache.org/jira/browse/BAHIR-206
> Project: Bahir
> Issue Type: Improvement
> Components: Flink Streaming Connectors
> Reporter: Joao Boto
> Assignee: Joao Boto
> Priority: Major
>
> bump flink version to 1.8.0
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)