From d6eeafb10cbe7e96be5077a1b7cf0afee5f673f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Apr 2023 15:21:42 +0000 Subject: [PATCH 1/6] Release 5.7.8 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e4892a14f8..cbbc4c5f00 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ springJavaformatVersion=0.0.31 springBootVersion=2.4.2 springFrameworkVersion=5.3.27 openSamlVersion=3.4.6 -version=5.7.8-SNAPSHOT +version=5.7.8 kotlinVersion=1.6.21 samplesBranch=5.7.x org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError From e75b210015650a6a044e25fecc597ed9f5bc2201 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Apr 2023 15:21:54 +0000 Subject: [PATCH 2/6] Release 5.8.3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ed9ebf2313..f34facd113 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ springJavaformatVersion=0.0.38 springBootVersion=2.4.2 springFrameworkVersion=5.3.27 openSamlVersion=3.4.6 -version=5.8.3-SNAPSHOT +version=5.8.3 kotlinVersion=1.7.22 samplesBranch=5.8.x org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError From 53d007f062f23b50590afc33d1d8e1eea0dbcfca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Apr 2023 16:04:08 +0000 Subject: [PATCH 3/6] Next development version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cbbc4c5f00..e489ea71b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ springJavaformatVersion=0.0.31 springBootVersion=2.4.2 springFrameworkVersion=5.3.27 openSamlVersion=3.4.6 -version=5.7.8 +version=5.7.9-SNAPSHOT kotlinVersion=1.6.21 samplesBranch=5.7.x org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError From 3a58666622e6014de28564365e871e76dd7fe54d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Apr 2023 16:19:06 +0000 Subject: [PATCH 4/6] Next development version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f34facd113..5b684fa900 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ springJavaformatVersion=0.0.38 springBootVersion=2.4.2 springFrameworkVersion=5.3.27 openSamlVersion=3.4.6 -version=5.8.3 +version=5.8.4-SNAPSHOT kotlinVersion=1.7.22 samplesBranch=5.8.x org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError From 556ae316ba901447c3fe0cb88ebab0820b1dd1c7 Mon Sep 17 00:00:00 2001 From: SeasonPan <244014926@qq.com> Date: Wed, 22 Mar 2023 21:57:35 +0800 Subject: [PATCH 5/6] fix typo of modules.adoc --- docs/modules/ROOT/pages/modules.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/modules.adoc b/docs/modules/ROOT/pages/modules.adoc index 3503fea601..49dadb23ac 100644 --- a/docs/modules/ROOT/pages/modules.adoc +++ b/docs/modules/ROOT/pages/modules.adoc @@ -21,7 +21,7 @@ Where a module depends on another Spring Security module, the non-optional depen [[spring-security-core]] == Core -- `spring-security-core.jar` -This module contains core authentication and access-contol classes and interfaces, remoting support, and basic provisioning APIs. +This module contains core authentication and access-control classes and interfaces, remoting support, and basic provisioning APIs. It is required by any application that uses Spring Security. It supports standalone applications, remote clients, method (service layer) security, and JDBC user provisioning. It contains the following top-level packages: @@ -317,7 +317,7 @@ It requires OpenID4Java. This module contains support for testing with Spring Security. [[spring-security-taglibs]] -== Taglibs -- `spring-secuity-taglibs.jar` +== Taglibs -- `spring-security-taglibs.jar` Provides Spring Security's JSP tag implementations. .Taglib Dependencies From 8bec14009e5f2d2c2751c8049a1b117f8fb356e5 Mon Sep 17 00:00:00 2001 From: Amal Krishna Date: Mon, 27 Feb 2023 23:14:54 +0530 Subject: [PATCH 6/6] Fix typo in SecurityMockMvcResultMatchers.java Change the first parameter's name of the AuthenticatedMatcher.withAuthentication() method from assesrtAuthentication to assertAuthentication --- .../web/servlet/response/SecurityMockMvcResultMatchers.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/src/main/java/org/springframework/security/test/web/servlet/response/SecurityMockMvcResultMatchers.java b/test/src/main/java/org/springframework/security/test/web/servlet/response/SecurityMockMvcResultMatchers.java index d27f1c5afb..ae661d612a 100644 --- a/test/src/main/java/org/springframework/security/test/web/servlet/response/SecurityMockMvcResultMatchers.java +++ b/test/src/main/java/org/springframework/security/test/web/servlet/response/SecurityMockMvcResultMatchers.java @@ -140,11 +140,11 @@ public final class SecurityMockMvcResultMatchers { /** * Allows for any validating the authentication with arbitrary assertions - * @param assesrtAuthentication the Consumer which validates the authentication + * @param assertAuthentication the Consumer which validates the authentication * @return the AuthenticatedMatcher to perform additional assertions */ - public AuthenticatedMatcher withAuthentication(Consumer assesrtAuthentication) { - this.assertAuthentication = assesrtAuthentication; + public AuthenticatedMatcher withAuthentication(Consumer assertAuthentication) { + this.assertAuthentication = assertAuthentication; return this; }