spring-boot/spring-boot-project/spring-boot-test
Phillip Webb 2b261e6ebd Apply TestTypeExcludeFilter in regular applications
Add `ExcludeFilterApplicationContextInitializer` to register the
`TestTypeExcludeFilter` for regular applications.

Prior to this commit, the filter was only registered using the
`ExcludeFilterContextCustomizerFactory` which meant that test components
were filtered in tests but not when using `SpringApplication.from` with
a test classpath.

Fixes gh-35206
2023-04-29 21:10:02 -07:00
..
src Apply TestTypeExcludeFilter in regular applications 2023-04-29 21:10:02 -07:00
build.gradle Upgrade to Jakarta Activation 2.1.0 2022-11-08 11:01:17 +00:00