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

Unleash is a open source feature flag & toggle system

Results 18 quarkus-unleash issues
Sort by recently updated
recently updated
newest added

Bumps `quarkus.version` from 3.10.1 to 3.11.0. Updates `io.quarkus:quarkus-bom` from 3.10.1 to 3.11.0 Release notes Sourced from io.quarkus:quarkus-bom's releases. 3.11.0.CR1 Major changes #38448 - Initial Observability extension - devservices, devresources, LGTM...

dependencies

Bumps [io.getunleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) from 9.2.1 to 9.2.2. Release notes Sourced from io.getunleash:unleash-client-java's releases. unleash-client-java-9.2.2 d6831776 - [maven-release-plugin] prepare release unleash-client-java-9.2.2 132a086b - fix: enableAll and disableAll overrides fallback (#243) 5fddde58 -...

dependencies

UnleashContext allows gradual rollout of features based on userId, amongst other things. This MR adds a @RequestScoped UnleashContext that is used by the feature toggle producer. Applications can use customizers...

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...

Using dev mode it looks like there are multiple clients instantiated. A new one is added on every recompilation of the code: ``` 12:39:58,311 ERROR traceId=, parentId=, spanId=, sampled= [io.get.DefaultUnleash]...

From what I saw in the extension code, when `@FeatureToggle Instance` or `@FeatureVariant Instance` are used, the injected bean doesn't have an explicit CDI scope which means it defaults to...

In Unleash, both toggles and variants have a `name`. ``` Toggle [name="foo", ...] \__ Variant [name="alpha", ...] \__ Variant [name="bravo", ...] Toggle [name="bar", ...] ``` The `@FeatureVariant` annotation from quarkus-unleash,...

I have encountered the problem, that when the my service is trying to fetch information about the feature flags without having internet connection (potentially can be other cases), your implementation...

Currently I have two beans that implement the same interface, and the decision on which to inject uses the annotation `@LookupIfProperty`. And I control this property using environment variables. However,...

Bumps `quarkus.version` from 3.12.2 to 3.14.0. Updates `io.quarkus:quarkus-bom` from 3.12.2 to 3.14.0 Release notes Sourced from io.quarkus:quarkus-bom's releases. 3.14.0.CR1 Major changes #37034 - Decorate stacktraces in dev-mode error page #41063...

dependencies