Files
spring-boot/spring-boot-project
Stephane Nicoll bc7db86c8c Consistently apply exclude on auto-configuration
Previously, exclude of an import selector was applied only locally. In
other words, if one import selector imports `AcmeAutoConfiguration` and
another one exclude it, it would still be imported because exclude were
applied separately

This commit collects the outcome of all auto-configuration import
selectors and then apply exclusions in a single pass.

Closes gh-12586
2018-07-19 14:08:10 +02:00
..
2018-07-18 11:01:38 -07:00
2018-07-17 19:26:08 +01:00
2018-05-17 15:29:50 +02:00
2018-07-17 08:22:58 +02:00
2018-07-18 14:17:35 +01:00
2018-07-18 13:47:31 +01:00