Details
-
Task
-
Resolution: Fixed
-
Neutral
-
3.1.4
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
-
Yes
Description
Context
We have some Microprofile config dependencies and classes in SSO v3.1, they can't work on Magnolia 6.2. So, it should be removed in v3.1 to avoid confusion and improve readability in the code base.
Note: We do support Microprofile config on v4.0.0 (current master branch).
To do
- Remove dependency in magnolia-sso/pom.xml
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>${microprofile.version}</version>
</dependency>
- Safe to remove MicroprofileSsoConfigProvider class
Checklists
Acceptance criteria
Attachments
Issue Links
- relates to
-
MGNLSSO-265 Possibility to implement custom SsoConfig
-
- Closed
-