-
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 Spring Feature Management Usage #33854
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…re. Fixed bug were invalid feature flags would cause refresh loop.
mrm9084
requested review from
backwind1233,
chenrujun,
hui1110,
Netyyyy,
saragluna,
stliu,
yiliuTo,
moarychan and
fangjian0423
as code owners
March 3, 2023 20:06
API change check API changes are not detected in this pull request. |
saragluna
requested changes
Mar 6, 2023
...nfig/src/main/java/com/azure/spring/cloud/config/implementation/http/policy/TracingInfo.java
Outdated
Show resolved
Hide resolved
...nfig/src/main/java/com/azure/spring/cloud/config/implementation/http/policy/TracingInfo.java
Outdated
Show resolved
Hide resolved
...nfig/src/main/java/com/azure/spring/cloud/config/implementation/http/policy/TracingInfo.java
Outdated
Show resolved
Hide resolved
...nfig/src/main/java/com/azure/spring/cloud/config/implementation/http/policy/TracingInfo.java
Outdated
Show resolved
Hide resolved
...c/main/java/com/azure/spring/cloud/config/implementation/http/policy/FeatureFlagTracing.java
Outdated
Show resolved
Hide resolved
...rc/main/java/com/azure/spring/cloud/config/implementation/AppConfigurationReplicaClient.java
Outdated
Show resolved
Hide resolved
@chenrujun please take a look at this PR. |
…/java/com/azure/spring/cloud/config/implementation/http/policy/TracingInfo.java Co-authored-by: Xiaolu Dai <[email protected]>
…/java/com/azure/spring/cloud/config/implementation/http/policy/TracingInfo.java Co-authored-by: Xiaolu Dai <[email protected]>
…/java/com/azure/spring/cloud/config/implementation/http/policy/TracingInfo.java Co-authored-by: Xiaolu Dai <[email protected]>
…/java/com/azure/spring/cloud/config/implementation/AppConfigurationReplicaClient.java Co-authored-by: Xiaolu Dai <[email protected]>
chenrujun
reviewed
Mar 8, 2023
...ig/src/main/java/com/azure/spring/cloud/config/implementation/AppConfigurationConstants.java
Outdated
Show resolved
Hide resolved
...zure/spring/cloud/config/implementation/AppConfigurationFeatureManagementPropertySource.java
Show resolved
Hide resolved
...zure/spring/cloud/config/implementation/AppConfigurationFeatureManagementPropertySource.java
Outdated
Show resolved
Hide resolved
...java/com/azure/spring/cloud/config/implementation/AppConfigurationPropertySourceLocator.java
Show resolved
Hide resolved
.../src/main/java/com/azure/spring/cloud/config/implementation/AppConfigurationRefreshUtil.java
Outdated
Show resolved
Hide resolved
...c/main/java/com/azure/spring/cloud/config/implementation/http/policy/FeatureFlagTracing.java
Show resolved
Hide resolved
...nfig/src/main/java/com/azure/spring/cloud/config/implementation/http/policy/TracingInfo.java
Outdated
Show resolved
Hide resolved
...nfig/src/main/java/com/azure/spring/cloud/config/implementation/http/policy/TracingInfo.java
Outdated
Show resolved
Hide resolved
...nfig/src/main/java/com/azure/spring/cloud/config/implementation/http/policy/TracingInfo.java
Outdated
Show resolved
Hide resolved
...nfig/src/main/java/com/azure/spring/cloud/config/implementation/http/policy/TracingInfo.java
Outdated
Show resolved
Hide resolved
chenrujun
approved these changes
Mar 14, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
chenrujun
added
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
feature-request
This issue requires a new behavior in the product in order be resolved.
azure-spring
All azure-spring related issues
azure-spring-app-configuration
Spring app configuration related issues.
labels
Mar 14, 2023
saragluna
approved these changes
Mar 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
azure-spring
All azure-spring related issues
azure-spring-app-configuration
Spring app configuration related issues.
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
feature-request
This issue requires a new behavior in the product in order be resolved.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines