You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/14 07:38:26 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #1914: HBase integration tests fail with Camel 3.6.0

jamesnetherton opened a new issue #1914:
URL: https://github.com/apache/camel-quarkus/issues/1914


   Upgraded HBase to 2.3.1 in alignment with Camel 3.6.0 and the integration tests no longer run:
   
   ```
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 9.538 s <<< FAILURE! - in org.apache.camel.quarkus.component.hbase.it.HbaseTest
   [ERROR] e2e  Time elapsed: 0.011 s  <<< ERROR!
   java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
   Caused by: java.lang.reflect.InvocationTargetException
   Caused by: java.lang.NoClassDefFoundError: org/junit/Assert
   Caused by: java.lang.ClassNotFoundException: org.junit.Assert
   ```
   
   Seems `hbase-testing-util` depends on JUnit 4, so maybe that's the source of the problem.
   
   For now, I have skipped surefire plugin execution for HBase on the `camel-master` branch.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga closed issue #1914: HBase integration tests fail with Camel 3.6.0

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #1914:
URL: https://github.com/apache/camel-quarkus/issues/1914


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga commented on issue #1914: HBase integration tests fail with Camel 3.6.0

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #1914:
URL: https://github.com/apache/camel-quarkus/issues/1914#issuecomment-710766168


   Fixed in 1.3.0 via 0f246b2ed6ae3f95da6abf1ea42eff55ab2aa5dc


----------------------------------------------------------------
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:
users@infra.apache.org