-
Feb 27th, 2012, 02:11 PM
#1
Spring Data JPA w/QueryDSL: OSGi problems
Hi all,
I'm trying to use Spring Data JPA 1.1.0.RC1 with the QueryDSL goodness in an OSGi environment, and I'm hitting problems. My biggest issues are that
- QueryDSL expresses bundle dependencies either too restrictively (specific versions instead of version ranges),
- QueryDSL expresses dependencies on things that aren't really required at runtime,
- Spring Data JPA expresses a dependency on an old version of QueryDSL,
- or some combination of the above.
Can you guys add to the SpringSource EBR properly OSGi-ified QueryDSL bundles that are tested to work in OSGi? It seems to me that if Spring Data JPA is going to feature and express a dependency on QueryDSL, which is great, by the way, then Spring Data JPA should bear the burden of ensuring that libraries it deems worthy to depend on should be proper OSGi bundles.
I'll enter issues to track this as well.
Thanks,
Matthew
-
Feb 27th, 2012, 02:52 PM
#2
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules