quarkus-unleash icon indicating copy to clipboard operation
quarkus-unleash copied to clipboard

Validate at build time that `UnleashSubscriber` and `ToggleBootstrapProvider` are `@ApplicationScoped` or `@Singleton`

Open gwenneg opened this issue 1 year ago • 0 comments

Since the Unleash client is an @ApplicationScoped bean and the extension is passing to the client builder the CDI beans that implement UnleashSubscriber or ToggleBootstrapProvider, the processor should validate at build time that these beans are @ApplicationScoped or @Singleton.

gwenneg avatar Apr 20 '24 16:04 gwenneg