Platform migration updates: Starting October 25th, 2024, all support issues must be submitted through Hyland Community. The Nuxeo Jira site will enter indefinite read-only mode at 5 p.m. EDT. Cloud deployment services will be temporarily offline, with normal operations resuming Monday, October 28. Read the Hyland Connect blog post for more details.
Compatibility `AssetLibrary` document type has been removed. You must update your database to change the type from `AssetLibrary` to `Domain`:
`UPDATE hierarchy SET primarytype = 'Domain' WHERE primarytype = 'AssetLibrary';` (working on PostgreSQL)
Sprint:
nxfit 8.10.1
Story Points:
2
Description
Remove everything related to AssetLibrary.
Introduce a new nuxeo-dam-jsf module to list only JSF dependencies.