Details
-
Story
-
Resolution: Fixed
-
Neutral
-
1.2
-
None
-
-
Empty show more show less
-
Yes
-
Yes
-
AdminX 12
-
5
Description
Currently Password manager module depends on both core module and Vaadin UI modules. As we want to develop a decouple UI framework, we'll need to split this module into core service module and app functionalities support.
Module split into 2 sub-modules
<dependency>
<groupId>info.magnolia.passwordmanager</groupId>
<artifactId>magnolia-module-password-manager-core</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>info.magnolia.passwordmanager</groupId>
<artifactId>magnolia-module-password-manager-app</artifactId>
<version>1.2.1</version>
</dependency>
Parent module
<groupId>info.magnolia.passwordmanager</groupId> <artifactId>magnolia-module-password-manager-parent</artifactId> <version>1.2.1</version>
TODO:
use core only in aws foundation and external dam projects. Both master and feature/cloud branches
Checklists
Acceptance criteria
Attachments
Issue Links
- caused by
-
MGNLMAIL-67 Split out app functionalities into a separated modules
-
- Open
-
There are no Sub-Tasks for this issue.