|  | 
| 1 | 1 | <?xml version="1.0"?> | 
| 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 | +	<disallow pkg="io.micrometer" /> | 
| 4 | 5 | 	<allow pkg=".*" regex="true" /> | 
| 5 |  | - | 
| 6 | 6 | 	<subpackage name="autoconfigure"> | 
| 7 | 7 | 		<subpackage name="web"> | 
| 8 | 8 | 			<allow pkg="org.springframework.boot.web.server" /> | 
|  | 
| 38 | 38 | 		</subpackage> | 
| 39 | 39 | 	</subpackage> | 
| 40 | 40 | 
 | 
| 41 |  | -	<!-- Endpoint infrastructure --> | 
| 42 |  | -	<subpackage name="actuate.endpoint"> | 
| 43 |  | -		<disallow pkg="org.springframework.http" /> | 
| 44 |  | -		<disallow pkg="org.springframework.web" /> | 
| 45 |  | -		<subpackage name="web"> | 
| 46 |  | -			<allow pkg="org.springframework.http" /> | 
| 47 |  | -			<allow pkg="org.springframework.web" /> | 
| 48 |  | -			<subpackage name="servlet"> | 
| 49 |  | -				<disallow pkg="org.springframework.web.reactive" /> | 
| 50 |  | -			</subpackage> | 
| 51 |  | -			<subpackage name="reactive"> | 
| 52 |  | -				<disallow pkg="org.springframework.web.servlet" /> | 
|  | 41 | +	<subpackage name="actuate"> | 
|  | 42 | +		<allow pkg="io.micrometer" /> | 
|  | 43 | +		<!-- Endpoint infrastructure --> | 
|  | 44 | +		<subpackage name="endpoint"> | 
|  | 45 | +			<disallow pkg="org.springframework.http" /> | 
|  | 46 | +			<disallow pkg="org.springframework.web" /> | 
|  | 47 | +			<subpackage name="web"> | 
|  | 48 | +				<allow pkg="org.springframework.http" /> | 
|  | 49 | +				<allow pkg="org.springframework.web" /> | 
|  | 50 | +				<subpackage name="servlet"> | 
|  | 51 | +					<disallow pkg="org.springframework.web.reactive" /> | 
|  | 52 | +				</subpackage> | 
|  | 53 | +				<subpackage name="reactive"> | 
|  | 54 | +					<disallow pkg="org.springframework.web.servlet" /> | 
|  | 55 | +				</subpackage> | 
| 53 | 56 | 			</subpackage> | 
| 54 | 57 | 		</subpackage> | 
| 55 | 58 | 	</subpackage> | 
| 56 | 59 | 
 | 
|  | 60 | +	<subpackage name="docs.actuate"> | 
|  | 61 | +		<allow pkg="io.micrometer" /> | 
|  | 62 | +	</subpackage> | 
|  | 63 | + | 
| 57 | 64 | 	<!-- Logging --> | 
| 58 | 65 | 	<subpackage name="logging"> | 
| 59 | 66 | 		<disallow pkg="org.springframework.context" /> | 
|  | 
0 commit comments