Niall Gallagher

Results 106 comments of Niall Gallagher

Hi Felix, This is already the case. The shaded "-all.jar" does [relocate the package names](https://github.com/npgall/cqengine/blob/2.7.1/code/pom.xml#L140) of dependencies to a new package `com.googlecode.cqengine.lib.*`. But there is indeed one exception: `org.sqlite` which...

Nice work Felix! When it's fixed upstream, I can update CQEngine to use the fixed version.

@shollander actually CQEngine's own classes are not supposed to be relocated in the shaded jar. I created issue #144 to fix that problem.

Thanks for creating this Albert. As discussed, it's an interesting idea, and I'll investigate adding support for it.

This is a good question, and it really should be documented better. I will interpret this issue as a request to improve the documentation, and I will keep it open...

(Leaving this open as a documentation task)

Hi Yurii, This is a good point. I agree it can be inconvenient and I've found it so myself! It's for historical reasons. But I think it makes sense to...

This is expected, but I agree it's confusing! I think the CQEngine documentation should explain this better. Basically, when the collection itself is stored off-heap, it is implicitly stored in...

If the collection is on the heap: you can add that index and doing so might be beneficial If the collection is not on the heap (it's off-heap or on...

Yes I will close it when the docs are updated. Thanks bluedoo