Browse Source

Update Symlink for 6.0

Issue gh-13131
pull/13232/head
Josh Cummings 3 years ago
parent
commit
71703dc371
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
  1. 2
      config/src/main/resources/org/springframework/security/config/spring-security.xsd
  2. 4
      config/src/test/java/org/springframework/security/config/doc/XsdDocumentedTests.java

2
config/src/main/resources/org/springframework/security/config/spring-security.xsd

@ -1 +1 @@ @@ -1 +1 @@
spring-security-5.8.xsd
spring-security-6.0.xsd

4
config/src/test/java/org/springframework/security/config/doc/XsdDocumentedTests.java

@ -150,8 +150,8 @@ public class XsdDocumentedTests { @@ -150,8 +150,8 @@ public class XsdDocumentedTests {
.getParentFile()
.list((dir, name) -> name.endsWith(".xsd"));
// @formatter:on
assertThat(schemas.length).isEqualTo(21)
.withFailMessage("the count is equal to 21, if not then schemaDocument needs updating");
assertThat(schemas.length).isEqualTo(22)
.withFailMessage("the count is equal to 22, if not then schemaDocument needs updating");
}
/**

Loading…
Cancel
Save