Skip to content

Commit

Permalink
Merge branch '5.7.x' into 5.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed Oct 3, 2022
2 parents 6d56af7 + cd4ddde commit 7be2eb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

----
./gradlew :spring-security-config:rncToXsd
----

Changes to the XML schema will be overwritten by the Gradle build task.

= Squash commits
Expand Down

0 comments on commit 7be2eb0

Please sign in to comment.