Increment to 6.5.0-SNAPSHOT

Closes gh-16221
This commit is contained in:
Rob Winch
2024-12-12 21:44:08 -06:00
parent 7e83fd54aa
commit 2fcd305509
13 changed files with 5225 additions and 404 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.4.xsd";
String schemaDocumentLocation = "org/springframework/security/config/spring-security-6.5.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 26, if not then schemaDocument needs updating")
.isEqualTo(26);
.withFailMessage("the count is equal to 27, if not then schemaDocument needs updating")
.isEqualTo(27);
}
/**