From 24c25aeae449deb58d4db3e5bccdfd0fdee00c5d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 17 Sep 2025 12:35:42 -0700 Subject: [PATCH] Tighten Checkstyle import-control rules for foundation layers Update rules to ensure foundational layers don't depend on the `org.springframework.boot` package. Closes gh-47232 --- config/checkstyle/import-control.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/config/checkstyle/import-control.xml b/config/checkstyle/import-control.xml index 86eaac0edc5..1916c8e4e54 100644 --- a/config/checkstyle/import-control.xml +++ b/config/checkstyle/import-control.xml @@ -14,15 +14,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + +