Browse Source

Merge branch '5.7.x' into 5.8.x

pull/11936/head
Marcus Da Coregio 3 years ago
parent
commit
7be2eb05d5
  1. 4
      CONTRIBUTING.adoc

4
CONTRIBUTING.adoc

@ -136,6 +136,10 @@ Search the codebase to find related unit tests and add additional `@Test` method
Update the https://www.relaxng.org[RELAX NG] schema `spring-security-x.y.rnc` instead of `spring-security-x.y.xsd` if you contribute changes to supported XML configuration. The XML schema file can be generated the following Gradle task: Update the https://www.relaxng.org[RELAX NG] schema `spring-security-x.y.rnc` instead of `spring-security-x.y.xsd` if you contribute changes to supported XML configuration. The XML schema file can be generated the following Gradle task:
----
./gradlew :spring-security-config:rncToXsd
----
Changes to the XML schema will be overwritten by the Gradle build task. Changes to the XML schema will be overwritten by the Gradle build task.
= Squash commits = Squash commits

Loading…
Cancel
Save