-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
area/storageIndicates an issue that touches storage (change in data layout or data manipulation)Indicates an issue that touches storage (change in data layout or data manipulation)
Milestone
Description
Description
Legacy and the new storage impose a different paradigm in accessing data objects. New storage aims at a strict separation of data access layer from services layer. This has been relaxed in the legacy store so some of the logic for data layer is implemented in services module rather than a data module, for example various data managers or even logic is implemented in KeycloakSession implementations.
This epic is to extract the logic from the services module into a separate maven module so that services would only refer the abstract layer
Discussion
https://issues.redhat.com/browse/KEYCLOAK-17408
Issues
No response
Motivation
No response
Metadata
Metadata
Labels
area/storageIndicates an issue that touches storage (change in data layout or data manipulation)Indicates an issue that touches storage (change in data layout or data manipulation)
Type
Projects
Status
✅ Done