-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.9.4
-
Component/s: Core, Core MongoDB, Core VCS
-
Tags:
-
Sprint:Sprint RepoTeam 5.9.4-3
The classes SQLBlob, Binary, BinaryManager, etc. are part of VCS but will need to be reused and available for other storages like MongoDB.
So the classes should be moved to another bundle, nuxeo-core-storage.
SQLBlob is not about SQL so should be renamed StorageBlob. A compatibility interface SQLBlob will be kept for a while because we have some code doing instanceof checks and calling getBinary.
- is required by
-
NXP-14672 Factor common code for VCS and DBS
- Resolved