diff --git a/pom.xml b/pom.xml index 0679313013..f60fae45de 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 542650cd94..e3d8f20ec1 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 b7b534baca..7b441ad24e 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 ba459a2917..8e609dafe5 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 3c5ca006dc..06867ba7ca 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 d1febd65d0..c8ab93869c 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 a398cbffce..c8c85effab 100644 --- a/src/checkstyle/import-control.xml +++ b/src/checkstyle/import-control.xml @@ -5,12 +5,12 @@ + + - -