quarkiverse/quarkus-dapr
View on GitHubGenerate a build item for each discovered component
Open
#375 opened on Feb 3, 2026
enhancementgood first issue
Repository metrics
- Stars
- (37 stars)
- PR merge metrics
- (PR metrics pending)
Description
Problem
We are getting all components through classpath using the generateDeclaredComponents() method. When we have the dashboard container, if the user set a component for database, we could use it for creating the dashboard container.
Additionally, we can show in the DevUI all used components.