Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OAT compatibility with Opencast Version 13 #595

Closed
oellers opened this issue Feb 7, 2023 · 0 comments · Fixed by #607
Closed

Add OAT compatibility with Opencast Version 13 #595

oellers opened this issue Feb 7, 2023 · 0 comments · Fixed by #607

Comments

@oellers
Copy link
Contributor

oellers commented Feb 7, 2023

Due to some changes in OC 13 regarding persistence (see OC PR 3903), the dependencies (org.opencastproject.util.persistence.*) are missing and the build will fail.

The backend of the OAT should be rewritten to reflect the changes.

Workaround (not recommended):
Add removed dependencies to OAT, e.g.

opencast-backend/annotation-impl/src/main/java/org/opencastproject/util/persistence/PersistenceEnv.java 
opencast-backend/annotation-impl/src/main/java/org/opencastproject/util/persistence/PersistenceEnv2.java
opencast-backend/annotation-impl/src/main/java/org/opencastproject/util/persistence/PersistenceEnvs.java
opencast-backend/annotation-impl/src/main/java/org/opencastproject/util/persistence/PersistenceUtil.java
opencast-backend/annotation-impl/src/main/java/org/opencastproject/util/persistence/Queries.java
opencast-backend/annotation-impl/src/main/java/org/opencastproject/util/persistencefn/PersistenceEnv.java
opencast-backend/annotation-impl/src/main/java/org/opencastproject/util/persistencefn/PersistenceEnvs.java
opencast-backend/annotation-impl/src/main/java/org/opencastproject/util/persistencefn/PersistenceUtil.java
opencast-backend/annotation-impl/src/main/java/org/opencastproject/util/persistencefn/Queries.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant