• Andy Wilkinson's avatar
    Make TypeExcludeFilters public so they can be composed with user's own · 9ed4207f
    Andy Wilkinson authored
    Previously, all of the type exclude filters in
    spring-boot-test-autoconfigure were package-private. This prevent a
    user who was creating their own test slice from composing their own
    TypeExcludeFilter with one of Boot's.
    
    This commit updates all of the TypeExcludeFilters in the
    test-autoconfigure module to make them public. The intention is only
    to allow them to be composed with other type exclude filters when
    referenced in a @TypeExcludeFilters annotation. Therefore, each
    filter class is declared final and their constructors remain
    package-private.
    
    Closes gh-18746
    9ed4207f
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...