-
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
Spring Cloud Azure App Configuration 4.0 #33337
Merged
Merged
Changes from 8 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
84f5744
Moving Spring Provider to the Spring folder
mrm9084 cebd01c
Fixing name in external places and updating RevApi
mrm9084 a8751c9
Removing Dynamic Features as it might not be part of the 4.0
mrm9084 c612103
Fixing Dependencies, and Dynamic Web
mrm9084 c7bbe41
Updating Readmes and dependencies
mrm9084 92df7f4
Fixing Links
mrm9084 37ecab2
Updated Test Project
mrm9084 3da321c
Fixing names
mrm9084 2f4e17a
Code Review Comments + Fix to Feature FIlters
mrm9084 07cf876
Removing Extra dependency
mrm9084 f390a75
Merge branch 'main' into 4.0Merge
mrm9084 563a791
Fixing Dependencies
mrm9084 3005fa0
Trying to fix pom files
mrm9084 bcf34f1
Small code review changes. Updated Java Docs, changed a few names. Re…
mrm9084 51b0d77
updating AppConfigurationKeyVaultClientFactory bean name
mrm9084 a5d1576
Fixing Provider Properties
mrm9084 910a38b
Removing extra annotation
mrm9084 fc2b405
Fixing Property validation
mrm9084 5738881
Fixing integration tests
mrm9084 4c700f3
Cleaning up unused @Component s
mrm9084 4d2e66b
Removing Feature Flag Components
mrm9084 5dcbfc0
Updating Feature Handler
mrm9084 2bd2072
Removing unneeded @Component
mrm9084 69fdc5f
Fixing Pipeline
mrm9084 6bc7c94
Few renames
mrm9084 a7ef855
Fixing Auto Configuration and revapi
mrm9084 187e963
Merge branch 'main' into 4.0Merge
mrm9084 cfa2b82
Updating RevApi
mrm9084 a906752
Fixing AutoConfiguration
mrm9084 5fd7627
Fixing Verify
mrm9084 4ac3db2
Wrong dependency
mrm9084 1c6a5fe
Update pom.xml
mrm9084 a7a40eb
Update pom.xml
mrm9084 61a9854
Update pom.xml
mrm9084 d0f9453
Update pom.xml
mrm9084 1dfe5cd
Moving files to impl, and adding optional
mrm9084 37d14b5
Merge branch 'main' into 4.0Merge
mrm9084 b576995
Update tests.yml
mrm9084 3b55ca3
move app config to the first when provisioning resources
saragluna 71ba16f
Fixing Integration Test
mrm9084 7e6488c
Fixing Integration Tests
mrm9084 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
100 changes: 0 additions & 100 deletions
100
sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...-config-web/src/main/java/com/azure/spring/cloud/config/web/pullrefresh/package-info.java
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...nfig-web/src/main/java/com/azure/spring/cloud/config/web/pushbusrefresh/package-info.java
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...-config-web/src/main/java/com/azure/spring/cloud/config/web/pushrefresh/package-info.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Can we use one rule as following for them?
Or simply modify that rule?
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.
we should avoid regex as it increases the revapi time. See Alan's post about it.
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.
I don't think this mean we should avoid regex,
But I checked the PR, he is using code to address the external APIs. See
eng/code-quality-reports/src/main/java/com/azure/tools/revapi/transforms/AzureSdkAllowedExternalApis.java
in #33130.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.
We can wait until #33130 gets merged.