Merging PR 35546 to SB3.#36134
Conversation
* Merging * Revert "Merging" This reverts commit ade7932. * Exposing diagnostic threshold's at the client level in Spring SDK. * Revert "Revert "Merging"" This reverts commit 6bab94e. * Updating changelog. * Removing unused import. * Adding defaults to application.properties * Fixing copy/paste error in code. * Fixing PR comments. * Fixing PR comments. * Fixing PR comments. * Adding test case. * Adding javaagent sample to readme. * Updating readme wording. * Removing unused imports. * Fixing bad merge resolution. * Update sdk/spring/azure-spring-data-cosmos/CHANGELOG.md Changing wording. Co-authored-by: Kushagra Thapar <kushuthapar@gmail.com> * Update sdk/spring/azure-spring-data-cosmos/README.md Wording change. Co-authored-by: Kushagra Thapar <kushuthapar@gmail.com> --------- Co-authored-by: Kushagra Thapar <kushuthapar@gmail.com>
|
API change check APIView has identified API level changes in this PR and created following API reviews. |
|
/azp run java - spring - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
| @Value("${azure.cosmos.responseContinuationTokenLimitInKb}") | ||
| private int responseContinuationTokenLimitInKb; | ||
|
|
||
| @Value("${azure.cosmos.diagnosticsThresholds.pointOperationLatencyThresholdInMS}") |
There was a problem hiding this comment.
I am not sure how the build is passing, but since you have added these here, you should add these to the readme.md file as well - since this sample file is referred there.
Same goes for AppConfigurationCodeSnippet.
Now I realize this was the same issue on main branch as well, where I fixed it later with some of my code changes for the readme.
There was a problem hiding this comment.
These were already in the commit, I just messed up when resolving merge conflicts. Fixed.
| @Value("${azure.cosmos.responseContinuationTokenLimitInKb}") | ||
| private int responseContinuationTokenLimitInKb; | ||
|
|
||
| @Value("${azure.cosmos.diagnosticsThresholds.pointOperationLatencyThresholdInMS}") |
There was a problem hiding this comment.
Same for this - pls reflect these changes on the readme.md
There was a problem hiding this comment.
These were already in the commit, I just messed up when resolving merge conflicts. Fixed.
Co-authored-by: Kushagra Thapar <kushuthapar@gmail.com>
Adding readme file changes. Co-Authored-By: Kushagra Thapar <kushuthapar@gmail.com>
Adding changes to readme file
|
/azp run java - spring - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Merging
Revert "Merging"
This reverts commit ade7932.
Exposing diagnostic threshold's at the client level in Spring SDK.
Revert "Revert "Merging""
This reverts commit 6bab94e.
Updating changelog.
Removing unused import.
Adding defaults to application.properties
Fixing copy/paste error in code.
Fixing PR comments.
Fixing PR comments.
Fixing PR comments.
Adding test case.
Adding javaagent sample to readme.
Updating readme wording.
Removing unused imports.
Fixing bad merge resolution.
Update sdk/spring/azure-spring-data-cosmos/CHANGELOG.md
Changing wording.
Wording change.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines