apache / camel-karaf

Apache Camel Karaf support
https://camel.apache.org
Apache License 2.0
27 stars 61 forks source link

Add camel-leveldb integration test #440

Closed f2par0 closed 1 month ago

f2par0 commented 1 month ago

Fixes #439 Fix feature and add integration test.

Additional optional imports are necessary because the component call the classloader for those classes explicitely In theory, only one of leveldb or leveldbjni-all dependency is necessary in the feature to provide a DBFactory

essobedo commented 1 month ago

please rebase