File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 22<!DOCTYPE import-control PUBLIC "-//Checkstyle//DTD ImportControl Configuration 1.4//EN" "https://checkstyle.org/dtds/import_control_1_4.dtd">
33<import-control pkg =" org.springframework.boot" >
44 <disallow pkg =" io.micrometer" />
5+ <disallow pkg =" org.springframework.lang" />
56 <allow pkg =" .*" regex =" true" />
67 <subpackage name =" autoconfigure" >
78 <disallow class =" org.springframework.boot.autoconfigure.jdbc.DataSourceProperties" />
4546 <subpackage name =" endpoint" >
4647 <disallow pkg =" org.springframework.http" />
4748 <disallow pkg =" org.springframework.web" />
49+ <subpackage name =" invoke" >
50+ <subpackage name =" reflect" >
51+ <file name =" OperationMethodParameter" >
52+ <allow pkg =" org.springframework.lang" />
53+ </file >
54+ </subpackage >
55+ </subpackage >
4856 <subpackage name =" web" >
4957 <allow pkg =" org.springframework.http" />
5058 <allow pkg =" org.springframework.web" />
5664 </subpackage >
5765 </subpackage >
5866 </subpackage >
67+ <file name =" .*Endpoint(WebExtension)?" regex =" true" >
68+ <allow pkg =" org.springframework.lang" />
69+ </file >
5970 </subpackage >
6071
6172 <subpackage name =" docs" >
You can’t perform that action at this time.
0 commit comments