quarkiverse/quarkus-dapr

Generate a build item for each discovered component

Ouverte

#375 ouverte le 3 févr. 2026

 (1 commentaire) (2 réactions) (0 personne assignée)Java (20 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (37 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur