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 2
2
<!DOCTYPE import-control PUBLIC "-//Checkstyle//DTD ImportControl Configuration 1.4//EN" "https://checkstyle.org/dtds/import_control_1_4.dtd">
3
3
<import-control pkg =" org.springframework.boot" >
4
4
<disallow pkg =" io.micrometer" />
5
+ <disallow pkg =" org.springframework.lang" />
5
6
<allow pkg =" .*" regex =" true" />
6
7
<subpackage name =" autoconfigure" >
7
8
<disallow class =" org.springframework.boot.autoconfigure.jdbc.DataSourceProperties" />
45
46
<subpackage name =" endpoint" >
46
47
<disallow pkg =" org.springframework.http" />
47
48
<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 >
48
56
<subpackage name =" web" >
49
57
<allow pkg =" org.springframework.http" />
50
58
<allow pkg =" org.springframework.web" />
56
64
</subpackage >
57
65
</subpackage >
58
66
</subpackage >
67
+ <file name =" .*Endpoint(WebExtension)?" regex =" true" >
68
+ <allow pkg =" org.springframework.lang" />
69
+ </file >
59
70
</subpackage >
60
71
61
72
<subpackage name =" docs" >
You can’t perform that action at this time.
0 commit comments