Skip to content

V14: Remove legacy manifest parser#15744

Merged
bergmania merged 3 commits intov14/devfrom
v14/fix/remove-legacy-package-manifest
Feb 26, 2024
Merged

V14: Remove legacy manifest parser#15744
bergmania merged 3 commits intov14/devfrom
v14/fix/remove-legacy-package-manifest

Conversation

@nikolajlauridsen
Copy link
Copy Markdown
Contributor

Removes the legacy manifest parser and the files that were dependant on it.

This includes all of the ContentApp, Sections, and Dashboard related services and models, this is now purely a frontend concern.

Breaking

This of course very breaking, these things now needs to be registered through the frontend

@nul800sebastiaan
Copy link
Copy Markdown
Member

Note symptom will be: Could not load type 'Umbraco.Cms.Core.Manifest.IManifestFilter' from assembly 'Umbraco.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null'.

This presumably affects many packages and it will be unclear from the error message which package is using an IManifestFilter.

…acy-package-manifest

# Conflicts:
#	src/Umbraco.Core/ContentApps/ContentEditorContentAppFactory.cs
#	src/Umbraco.Core/ContentApps/ListViewContentAppFactory.cs
#	src/Umbraco.Core/Models/ContentEditing/ContentItemDisplay.cs
#	tests/Umbraco.Tests.UnitTests/Umbraco.Core/Manifest/LegacyManifestParserTests.cs
#	tests/Umbraco.Tests.UnitTests/Umbraco.Web.BackOffice/Controllers/MemberControllerUnitTests.cs
@bergmania
Copy link
Copy Markdown
Member

@nul800sebastiaan

I think that error is related to d2ed03a - I know it sucks, but it have been like that long time before the first preview.

@bergmania bergmania merged commit b320cf1 into v14/dev Feb 26, 2024
@bergmania bergmania deleted the v14/fix/remove-legacy-package-manifest branch February 26, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants