|
So you don't think we should rely on a non-final version of HSearch? Is there any estimate for the HSearch final release?
We're getting a bit into dependency hell; Originally I only wanted to add support for ORDER BY for JP-QL queries; This requires an update to hibernate-hql-parser which as it turns out itself has been updated to HSearch 5 in between. To further complicate things, this creates a conflict in ISPN versions, since HSearch brings in ISPN 7 (via the directory provider), while OGM still is on 6.
Not sure what to do about this; one idea would be to have a release of the parser component which provides support for ORDER BY but still is based on HSearch 4.5. Then we could defer the update to HSearch until a final version is there.
|