Skip to content

Remove spring.cloud.enabled property #14219

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

Closed
snicoll opened this issue Aug 28, 2018 · 5 comments
Closed

Remove spring.cloud.enabled property #14219

snicoll opened this issue Aug 28, 2018 · 5 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented Aug 28, 2018

CloudAutoConfiguration (worth renaming?) has a spring.cloud.enabled property that has no metadata. I don't think it was ever advertized so I'd like us to get rid of it (since spring.cloud is a different territory anyway).

@snicoll snicoll added for: team-attention An issue we'd like other members of the team to review status: waiting-for-triage An issue we've not yet triaged labels Aug 28, 2018
@philwebb
Copy link
Member

SpringCloudServiceConnectorsAutoConfiguration ?

@philwebb
Copy link
Member

I think we can just drop the property and use standard auto-configure exclusions to disable it.

@snicoll snicoll added type: enhancement A general enhancement and removed for: team-attention An issue we'd like other members of the team to review status: waiting-for-triage An issue we've not yet triaged labels Aug 29, 2018
@snicoll snicoll self-assigned this Aug 29, 2018
@snicoll snicoll added this to the Backlog milestone Aug 29, 2018
@snicoll
Copy link
Member Author

snicoll commented Aug 29, 2018

Thanks, let's do this as this unknown property will keep popping up in report until we remove/document it.

@snicoll snicoll modified the milestones: Backlog, 2.1.0.M3 Aug 29, 2018
@ankitvd6
Copy link

ankitvd6 commented May 20, 2022

I am getting following error on upgrading my spring boot version from 2.0.4-RELEASE to 2.6.6
Unable to read meta-data for class org.springframework.boot.autoconfigure.cloud.CloudAutoConfiguration. I cannot find org.springframework.boot.autoconfigure.cloud in version 2.6.6. Can I safely exclude CloudAutoConfiguration.class from scan using @SpringBootApplication(exclude={CloudAutoConfiguration.class})?
@snicoll @philwebb

@bclozel
Copy link
Member

bclozel commented May 20, 2022

It's been renamed to CloudServiceConnectorsAutoConfiguration and later completely removed in #19798. You can just delete this exclusion from your application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

4 participants