quarkiverse/quarkus-dapr

Generate a build item for each discovered component

Offen

#375 geöffnet am 03.02.2026

 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)Java (20 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (37 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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