Description
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.
<!-- https://mvnrepository.com/artifact/org.datanucleus/javax.jdo -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>javax.jdo</artifactId>
<version>3.2.0-m5</version>
</dependency>
Attachments
Attachments
Issue Links
- blocks
-
SENTRY-872 Uber jira for HMS HA + Sentry HA redesign
- Resolved
-
SENTRY-1599 CloseablePersistenceManager is no longer needed
- Resolved
- is duplicated by
-
SENTRY-1500 Sentry should use Datanucleus version of javax.jdo
- Resolved
- links to
1.
|
Port SENTRY-1507 to sentry-ha-redesign | Resolved | Alex Kolbasov |