Prepare for Spring Security 6.3

Closes gh-14210
This commit is contained in:
Josh Cummings
2023-12-05 15:34:14 -07:00
parent 674ce38bd3
commit d50698a269
14 changed files with 5198 additions and 41 deletions

View File

@@ -65,7 +65,7 @@ public class XsdDocumentedTests {
String schema31xDocumentLocation = "org/springframework/security/config/spring-security-3.1.xsd";
String schemaDocumentLocation = "org/springframework/security/config/spring-security-6.2.xsd";
String schemaDocumentLocation = "org/springframework/security/config/spring-security-6.3.xsd";
XmlSupport xml = new XmlSupport();
@@ -151,8 +151,8 @@ public class XsdDocumentedTests {
.list((dir, name) -> name.endsWith(".xsd"));
// @formatter:on
assertThat(schemas.length)
.withFailMessage("the count is equal to 24, if not then schemaDocument needs updating")
.isEqualTo(24);
.withFailMessage("the count is equal to 25, if not then schemaDocument needs updating")
.isEqualTo(25);
}
/**