]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
DRYD-1233: Automatically add/update batch jobs on startup. (#349)
authorRay Lee <ray.lee@lyrasis.org>
Tue, 16 May 2023 02:39:34 +0000 (22:39 -0400)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 02:39:34 +0000 (22:39 -0400)
commitd03baa371657d3e83af17cb8cd5b16f322c6ba29
treed006b0e8e064807f66183d9b91a5a666589c4fe9
parent6cb992dc8c4eaa9fdb86c571c71aa8c06228363a
DRYD-1233: Automatically add/update batch jobs on startup. (#349)
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CSpaceResteasyBootstrap.java
services/batch/service/src/main/java/org/collectionspace/services/batch/BatchResource.java
services/batch/service/src/main/resources/org/collectionspace/services/batch/nuxeo/MergeAuthorityItemsBatchJob.xml [new file with mode: 0644]
services/batch/service/src/main/resources/org/collectionspace/services/batch/nuxeo/UpdateInventoryStatusBatchJob.xml [new file with mode: 0644]
services/batch/service/src/main/resources/org/collectionspace/services/batch/nuxeo/UpdateObjectLocationBatchJob.xml [new file with mode: 0644]
services/client/src/main/java/org/collectionspace/services/client/IQueryManager.java
services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto-unified.xml
services/common/src/main/java/org/collectionspace/services/common/query/QueryManager.java
services/common/src/main/java/org/collectionspace/services/common/query/nuxeo/QueryManagerNuxeoImpl.java
services/jaxb/src/main/java/org/collectionspace/services/jaxb/InvocableJAXBSchema.java