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

Change non-sdk defined boolean types from Boolean to boolean #27321

Conversation

saragluna
Copy link
Member

In Spring Cloud Azure 4.0, we define those boolean switches derived from SDK as Boolean to avoid changing the default value to them. But we should use boolean for the types we defined. This PR will change the type for these fields and add more tests for configuration properties.

@ghost ghost added the azure-spring All azure-spring related issues label Feb 26, 2022
Copy link
Member

@yiliuTo yiliuTo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@saragluna
Copy link
Member Author

Merge this now, the test coverage is fixed in #27322.

@saragluna saragluna merged commit 4d8fb63 into Azure:feature/azure-spring-cloud-4.0 Feb 28, 2022
@saragluna saragluna self-assigned this Feb 28, 2022
@saragluna saragluna deleted the xiada/change-Boolean-to-boolean branch March 17, 2022 05:27
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
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants