From 2ae39fce8a4b9ac8abfd8302b837d1d50e6539e0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 24 Jul 2017 19:54:28 +0100 Subject: [PATCH] Restrict imports in o.s.b.autoconfigure.web Closes gh-8682 --- .../src/checkstyle/import-control.xml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/spring-boot-parent/src/checkstyle/import-control.xml b/spring-boot-parent/src/checkstyle/import-control.xml index db8c4a8f5d..b73b7cbd40 100644 --- a/spring-boot-parent/src/checkstyle/import-control.xml +++ b/spring-boot-parent/src/checkstyle/import-control.xml @@ -3,6 +3,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +