`spring.factories` should remove the AutoConfiguration class or add new file
linghengqian opened this issue · 3 comments
Feature Request
For English only, other languages will not accept.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot make decision by current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Is your feature request related to a problem?
- No.
Describe the feature you would like.
-
spring.factories
should remove theAutoConfiguration
class and keep the others. The feature thatspring.factories
includesAutoConfiguration
is deprecated in SpringBoot OSS 2.7.0 and removed in Springboot OSS 3.0.0. Refer to spring-projects/spring-boot#29699 . -
If
spring.factories
is not changed, it will directly break the integration of ShardingSphere SpringBoot Starter and SpringBoot OSS 3.0.0-M5. -
If the project needs to retain support for SpringBoot OSS <= 2.6, it needs to use the processing method of remkop/picocli#1778 .
- I am working on this issue.
- Why does this issue need to be reopened? I have verified at #21225 (comment) that this PR has resolved the issue.
Fixed by #21047