Details
-
New Feature
-
Resolution: Unresolved
-
Neutral
-
None
-
2.1.2
-
None
-
-
Empty show more show less
Description
Decouple the multisite module from the UI with a separate authoring support module.
<dependency>
<name>ui-framework</name>
<version>${magnoliaUiVersion}/*</version>
</dependency>
<dependency>
<name>ui-admincentral</name>
<version>${magnoliaUiVersion}/*</version>
</dependency>
Without the UI the module has the following issue:
info.magnolia.objectfactory.MgnlInstantiationException: Failed to create instance of [class info.magnolia.multisite.setup.MultiSiteModuleVersionHandler] Caused by: java.lang.reflect.InvocationTargetException Caused by: java.lang.NoClassDefFoundError: info/magnolia/ui/framework/i18n/DefaultI18NAuthoringSupport at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_261] Caused by: java.lang.ClassNotFoundException: info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
Checklists
Acceptance criteria
Attachments
Issue Links
- mentioned in
-
Page Loading...