carp84 commented on a change in pull request #9451: [FLINK-13718][hbase]
Disable tests on Java 11
URL: https://github.com/apache/flink/pull/9451#discussion_r315416345
##########
File path: flink-connectors/flink-hbase/pom.xml
##########
@@ -340,6 +340,25 @@ under the License.
</dependencies>
</dependencyManagement>
</profile>
+ <profile>
+ <id>java11</id>
+ <activation>
+ <jdk>11</jdk>
+ </activation>
+
+ <build>
+ <plugins>
+ <plugin>
+
<groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <!-- hive does not
support Java 11 -->
Review comment:
Minor: hive->hbase, and suggest to mark as "currently doesn't support Java
11" due to HBASE-21110 is ongoing.
----------------------------------------------------------------
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