-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Configuration - Preview Feature Variants #28701
App Configuration - Preview Feature Variants #28701
Conversation
…ants users first, then all variants groups, then just the default percentage. Not checking just one variant at a time.
API change check for API changes have been detected in |
API change check for API changes have been detected in |
API change check for API changes have been detected in API changes + public class DynamicFeatureManagerSnapshot {
+ public DynamicFeatureManagerSnapshot(DynamicFeatureManager dynamicFeatureManager)
+ public <T> Mono<T> getVariantAsync(String variantName, Class<T> type)
+ }
+ @Configuration
+ @Bean @RequestScope public DynamicFeatureManagerSnapshot dynamicFeatureManagerSnapshot(DynamicFeatureManager dynamicFeatureManager) |
API change check for API changes are not detected in this pull request for |
API change check APIView has identified API level changes in this PR and created following API reviews. azure-spring-cloud-appconfiguration-config |
We'd better mark this PR as |
API change check APIView has identified API level changes in this PR and created following API reviews. azure-spring-cloud-appconfiguration-config |
Seems like this API review still has some warnings https://apiview.dev/Assemblies/Review/a8e6522e59ea40ccb18997f5491df348 |
I am not sure what that is referencing as that is the old azure-spring-cloud package name, and it was deleted. |
No description provided.