You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2026. It is now read-only.
Currently we only support injecting a @ConfigProperty Provider<T> but this has some issues on Weld.
So we might think about additionally also supporting injection of Supplier <T>
Currently we only support injecting a
@ConfigProperty Provider<T>but this has some issues on Weld.So we might think about additionally also supporting injection of
Supplier <T>