Update to Spring Security 5.6

Closes gh-9695
This commit is contained in:
Josh Cummings
2021-04-29 17:26:47 -06:00
parent 8c0248d0dc
commit d203235567
7 changed files with 4324 additions and 8 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-5.5.xsd";
String schemaDocumentLocation = "org/springframework/security/config/spring-security-5.6.xsd";
XmlSupport xml = new XmlSupport();
@@ -150,8 +150,8 @@ public class XsdDocumentedTests {
.getParentFile()
.list((dir, name) -> name.endsWith(".xsd"));
// @formatter:on
assertThat(schemas.length).isEqualTo(17)
.withFailMessage("the count is equal to 17, if not then schemaDocument needs updating");
assertThat(schemas.length).isEqualTo(18)
.withFailMessage("the count is equal to 18, if not then schemaDocument needs updating");
}
/**