You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Alexander Kolbasov (JIRA)" <ji...@apache.org> on 2016/10/19 23:05:58 UTC

[jira] [Created] (SENTRY-1507) Sentry should use Datanucleus version of javax.jdo

Alexander Kolbasov created SENTRY-1507:
------------------------------------------

             Summary: Sentry should use Datanucleus version of javax.jdo
                 Key: SENTRY-1507
                 URL: https://issues.apache.org/jira/browse/SENTRY-1507
             Project: Sentry
          Issue Type: Improvement
          Components: Sentry
    Affects Versions: 1.7.0, sentry-ha-redesign
            Reporter: Alexander Kolbasov


Currently Sentry is using Apache version of javax.jdo. Datanucleus is using a slightly modified version and tests against that so Sentry should use Datanucleus version instead. 

{code}
<!-- https://mvnrepository.com/artifact/org.datanucleus/javax.jdo -->
<dependency>
    <groupId>org.datanucleus</groupId>
    <artifactId>javax.jdo</artifactId>
    <version>3.2.0-m5</version>
</dependency>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)