Skip to content
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

fix(azure): avoid circular references in AzureStorageConfiguration #1430

Conversation

claudia-maderthaner-infoniqa
Copy link
Contributor

@claudia-maderthaner-infoniqa claudia-maderthaner-infoniqa commented May 24, 2023

The AzureStorageConfiguration may lead to exceptions due to circular references caused by the provider for the PlacementService.

Creating the instance during object creation (like in the S3StoreConfiguration) avoids this problem.

Closes #1431

@CLAassistant
Copy link

CLAassistant commented May 24, 2023

CLA assistant check
All committers have signed the CLA.

@paulcwarren
Copy link
Owner

paulcwarren commented May 25, 2023

@claudia-maderthaner-infoniqa . many thanks. looks good. can you sign the cla so this can be merged please?

@paulcwarren paulcwarren merged commit 2fab60b into paulcwarren:main May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Circular references in AzureStorageConfiguration during application startup
3 participants