-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Problem
- Quarkus does not support the CDI javax.enterprise.inject.spi.Extension service provider.
- The engine-cdi module uses this interface to register the custom scope BusinessProcessScoped.
- This has no impact since we register the scope programmatically in our Quarkus extension with
CAM-13754
- This has no impact since we register the scope programmatically in our Quarkus extension with
Solution
We document, that Quarkus has this limitation and link to the official documentation:
https://quarkus.io/guides/cdi-reference#limitations
This is the controller panel for Smart Panels app
- is caused by
-
CAM-13562 Engine CDI module is integrated into Quarkus Extension
- Closed