zentol opened a new pull request #9561: [FLINK-13533][cassandra] Disable tests on Java 11 URL: https://github.com/apache/flink/pull/9561 Cassandra 3.x doesn't support Java 11 (see https://issues.apache.org/jira/browse/CASSANDRA-14852). Thus the CassandraConnectorITCase will be disabled. Other tests will continue to be run on Java 11 since they don't actually run cassandra, and thus are still valid, The test is disabled via a new `FailsOnJava11` category, which is excluded in the surefire configuration by the java 11 profile. I opted for this approach since determining the actual java version at runtime is kind of a pain, and relying on maven ensures that the profile and test activation is always in sync.
---------------------------------------------------------------- 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] With regards, Apache Git Services
