-
Feature Request
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
-
MCP Team 2 Sprint 3
Today the developer needs to register all service they wanna use, including the services provided by our libraries.
static { ServiceModuleRegistry.getInstance().registerServiceModule("keycloak", KeyCloakService.class); ServiceModuleRegistry.getInstance().registerServiceModule("echo-service", EchoServiceModule.class); }
We should replace this by annotation processor
- is blocked by
-
AEROGEAR-3693 Instantiate services based on ServiceModuleRegistry instead of in JSON
- Closed