quarkiverse/quarkus-dapr

Generate a build item for each discovered component

Open

#375 opened on Feb 3, 2026

View on GitHub
 (1 comment) (2 reactions) (0 assignees)Java (20 forks)auto 404
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.

Contributor guide