diff --git a/pom.xml b/pom.xml
index 06793130132..f60fae45de0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,7 @@
src/checkstyle/checkstyle.xml
src/checkstyle/checkstyle-suppressions.xml
true
+ main.basedir=${main.basedir}
check
diff --git a/spring-boot-project/pom.xml b/spring-boot-project/pom.xml
index 542650cd94b..e3d8f20ec1a 100644
--- a/spring-boot-project/pom.xml
+++ b/spring-boot-project/pom.xml
@@ -12,7 +12,7 @@
Spring Boot Build
Spring Boot Build
- ${basedir}/../..
+ ${basedir}/..
spring-boot-dependencies
diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml
index b7b534baca8..7b441ad24e6 100644
--- a/spring-boot-project/spring-boot-dependencies/pom.xml
+++ b/spring-boot-project/spring-boot-dependencies/pom.xml
@@ -31,6 +31,7 @@
+ ${basedir}/../..
5.15.6
2.7.7
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml
index ba459a2917d..8e609dafe52 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml
@@ -14,6 +14,7 @@
Parent pom providing dependency and plugin management for applications
built with Maven
+ ${basedir}/../../..
1.8
@
UTF-8
diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/reactive/filter/OrderedHiddenHttpMethodFilter.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/reactive/filter/OrderedHiddenHttpMethodFilter.java
index 3c5ca006dc7..06867ba7ca4 100644
--- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/reactive/filter/OrderedHiddenHttpMethodFilter.java
+++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/reactive/filter/OrderedHiddenHttpMethodFilter.java
@@ -16,7 +16,6 @@
package org.springframework.boot.web.reactive.filter;
-import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.core.Ordered;
import org.springframework.web.filter.reactive.HiddenHttpMethodFilter;
@@ -32,8 +31,7 @@ public class OrderedHiddenHttpMethodFilter extends HiddenHttpMethodFilter
/**
* The default order is high to ensure the filter is applied before Spring Security.
*/
- public static final int DEFAULT_ORDER = FilterRegistrationBean.REQUEST_WRAPPER_FILTER_MAX_ORDER
- - 10000;
+ public static final int DEFAULT_ORDER = -10000;
private int order = DEFAULT_ORDER;
diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml
index d1febd65d04..c8ab93869cf 100644
--- a/src/checkstyle/checkstyle.xml
+++ b/src/checkstyle/checkstyle.xml
@@ -11,5 +11,11 @@
+
+
+
+
diff --git a/src/checkstyle/import-control.xml b/src/checkstyle/import-control.xml
index a398cbffcee..c8c85effab1 100644
--- a/src/checkstyle/import-control.xml
+++ b/src/checkstyle/import-control.xml
@@ -5,12 +5,12 @@
+
+
-
-