Results 1 to 2 of 2

Thread: Spring Data JPA w/QueryDSL: OSGi problems

  1. #1
    Join Date
    Jul 2005
    Location
    Austin, TX
    Posts
    137

    Default 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

  2. #2
    Join Date
    Jul 2005
    Location
    Austin, TX
    Posts
    137

    Default

    Issues:

    https://jira.springsource.org/browse/DATAJPA-178

    https://issuetracker.springsource.com/browse/EBR-818

    https://github.com/mysema/querydsl/pull/73

    Several issues are similar at QueryDSL regarding OSGi:

    https://github.com/mysema/querydsl/issues/search?q=osgi

    My feeling is that Timo just might need a little advice on how the OSGi bundle manifest headers should best be crafted.

    -matthew

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
  •