This repository was archived by the owner on Apr 1, 2025. It is now read-only.
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
Can not disable autoconfiguration #208
Closed
Description
There is an inner class in the autoconfiguration and according to
spring-projects/spring-boot#5427
boot does not allow disabling of inner classes for autoconfiguration.
EarlyConnectionConfiguration should be moved its own class.