mateczagany opened a new pull request, #58:
URL: https://github.com/apache/flink-connector-hbase/pull/58

   - HBase 2.6.3 no longer exists here since the release of 2.6.4: 
https://dlcdn.apache.org/hbase/
   - Had to exclude 
[HBaseJupiterExtension](https://github.com/apache/hbase/blob/67f414cfed130bf6325570463ed36ea7d45aebc5/hbase-common/src/test/java/org/apache/hadoop/hbase/HBaseJupiterExtension.java#L99)
 as it caused all tests to fail because some HBase-specific annotations were 
not present. This extension is used only in the HBase repo that adds timeout to 
the tests based on annotations, so it's probably safer to disable it altogether.
   - JUnit had to be upgraded because 
`junit.jupiter.extensions.autodetection.exclude` is only available since JUnit 
5.12.x


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to