File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 14
14
<allow pkg =" .*" regex =" true" />
15
15
16
16
<!-- Keep foundation packages away from 'org.springframework.boot' package -->
17
+ <subpackage name =" ansi" >
18
+ <disallow pkg =" org.springframework.boot" exact-match =" true" />
19
+ </subpackage >
20
+ <subpackage name =" avilability" >
21
+ <disallow pkg =" org.springframework.boot" exact-match =" true" />
22
+ </subpackage >
17
23
<subpackage name =" bootstrap" >
18
24
<disallow pkg =" org.springframework.boot" exact-match =" true" />
19
25
</subpackage >
26
+ <subpackage name =" context" >
27
+ <subpackage name =" properties" >
28
+ <subpackage name =" bind" >
29
+ <disallow pkg =" org.springframework.boot" exact-match =" true" />
30
+ </subpackage >
31
+ <subpackage name =" source" >
32
+ <disallow pkg =" org.springframework.boot" exact-match =" true" />
33
+ </subpackage >
34
+ </subpackage >
35
+ </subpackage >
20
36
<subpackage name =" env" >
21
37
<disallow pkg =" org.springframework.boot" exact-match =" true" />
22
38
</subpackage >
39
+ <subpackage name =" info" >
40
+ <disallow pkg =" org.springframework.boot" exact-match =" true" />
41
+ </subpackage >
42
+ <subpackage name =" io" >
43
+ <disallow pkg =" org.springframework.boot" exact-match =" true" />
44
+ </subpackage >
23
45
<subpackage name =" ssl" >
24
46
<disallow pkg =" org.springframework.boot" exact-match =" true" />
25
47
</subpackage >
48
+ <subpackage name =" util" >
49
+ <disallow pkg =" org.springframework.boot" exact-match =" true" />
50
+ </subpackage >
26
51
27
52
<!-- Open direct use of micrometer to specific subpackages -->
28
53
<subpackage name =" metrics" >
You can’t perform that action at this time.
0 commit comments