From f8c1a73bf2d5838adef760b7c66e546f5414494d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 23 Mar 2021 10:16:42 +0000 Subject: [PATCH] Prevent import of Micrometer class outside of the Actuator Closes gh-25760 --- src/checkstyle/import-control.xml | 33 +++++++++++++++++++------------ 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/src/checkstyle/import-control.xml b/src/checkstyle/import-control.xml index 53ba5f5e99..697d7baa03 100644 --- a/src/checkstyle/import-control.xml +++ b/src/checkstyle/import-control.xml @@ -1,8 +1,8 @@ + - @@ -38,22 +38,29 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + +