Add Testcontainers Service Connection support for Cosmos, Blob and Queue#41176
Merged
rujche merged 12 commits intoAzure:mainfrom Jul 22, 2024
Merged
Add Testcontainers Service Connection support for Cosmos, Blob and Queue#41176rujche merged 12 commits intoAzure:mainfrom
rujche merged 12 commits intoAzure:mainfrom
Conversation
6 tasks
Collaborator
|
API change check API changes are not detected in this pull request. |
saragluna
reviewed
Jul 17, 2024
sdk/spring/scripts/compatibility_update_supported_version_matrix_json.py
Show resolved
Hide resolved
sdk/spring/scripts/compatibility_update_supported_version_matrix_json.py
Outdated
Show resolved
Hide resolved
...va/com/azure/spring/cloud/autoconfigure/implementation/cosmos/CosmosClientConfiguration.java
Outdated
Show resolved
Hide resolved
...cloud/autoconfigure/implementation/cosmos/properties/AzureCosmosPropertiesConfiguration.java
Show resolved
Hide resolved
...ing/cloud/autoconfigure/implementation/cosmos/properties/ConfigurationWithClassWithBean.java
Outdated
Show resolved
Hide resolved
...ing/cloud/autoconfigure/implementation/cosmos/properties/ConfigurationWithClassWithBean.java
Outdated
Show resolved
Hide resolved
.../cloud/autoconfigure/implementation/cosmos/properties/ConfigurationWithClassWithoutBean.java
Outdated
Show resolved
Hide resolved
Collaborator
|
API change check API changes are not detected in this pull request. |
2. Move conditionalOnClass to upper configuration class.
Member
Author
|
/azp run java - spring - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
API change check API changes are not detected in this pull request. |
Member
Author
|
/azp run java - spring - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
API change check API changes are not detected in this pull request. |
This reverts commit 4ef5581.
Member
Author
|
/azp run java - spring - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run java - spring - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run java - spring - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run java - spring - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
Hi, @saragluna . Please help to review this PR. I created another PR to fix the live test failure: #41221 |
saragluna
reviewed
Jul 22, 2024
...zure/spring/cloud/autoconfigure/implementation/cosmos/AzureCosmosAutoConfigurationTests.java
Show resolved
Hide resolved
Member
Author
|
/azp run java - spring - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
Hi, @saragluna . Please help to approve this PR again. |
saragluna
approved these changes
Jul 22, 2024
2 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
ConnectionDetailsandService Connectionsupport have been added for Cosmos, Storage Blob and Storage Queue.Currently, Cosmos can be used with Testcontainers only using Gateway Mode. See testcontainers/testcontainers-java#5518
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines
Fixes spring-projects/spring-boot#40329