From 563260d90a9e261dd29c2995829c9c23a70c852e Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Wed, 21 Jun 2023 15:31:12 -0300 Subject: [PATCH 1/2] Update Spring Boot to 3.0.7 --- reactive/rsocket/hello-security/build.gradle | 2 +- reactive/webflux-fn/hello-security/build.gradle | 2 +- reactive/webflux-fn/hello/build.gradle | 2 +- .../java/authentication/username-password/form/build.gradle | 2 +- reactive/webflux/java/authentication/x509/build.gradle | 2 +- reactive/webflux/java/hello-security-explicit/build.gradle | 2 +- reactive/webflux/java/hello-security/build.gradle | 2 +- reactive/webflux/java/hello/build.gradle | 2 +- reactive/webflux/java/method/build.gradle | 2 +- reactive/webflux/java/oauth2/login/build.gradle | 2 +- reactive/webflux/java/oauth2/resource-server/build.gradle | 2 +- reactive/webflux/java/oauth2/webclient/build.gradle | 2 +- .../java/authentication/username-password/mfa/build.gradle | 2 +- .../user-details-service/custom-user/build.gradle | 2 +- servlet/spring-boot/java/hello-security-explicit/build.gradle | 2 +- servlet/spring-boot/java/hello-security/build.gradle | 2 +- servlet/spring-boot/java/hello/build.gradle | 2 +- servlet/spring-boot/java/jwt/login/build.gradle | 2 +- servlet/spring-boot/java/ldap/build.gradle | 2 +- .../spring-boot/java/oauth2/authorization-server/build.gradle | 2 +- servlet/spring-boot/java/oauth2/login/build.gradle | 2 +- .../java/oauth2/resource-server/hello-security/build.gradle | 2 +- .../spring-boot/java/oauth2/resource-server/jwe/build.gradle | 2 +- .../java/oauth2/resource-server/multi-tenancy/build.gradle | 2 +- .../spring-boot/java/oauth2/resource-server/opaque/build.gradle | 2 +- .../spring-boot/java/oauth2/resource-server/static/build.gradle | 2 +- servlet/spring-boot/java/oauth2/webclient/build.gradle | 2 +- servlet/spring-boot/java/saml2/custom-urls/build.gradle | 2 +- servlet/spring-boot/java/saml2/login-single-tenant/build.gradle | 2 +- servlet/spring-boot/java/saml2/login/build.gradle | 2 +- .../spring-boot/java/saml2/refreshable-metadata/build.gradle | 2 +- .../maximum-sessions-prevent-login/build.gradle | 2 +- .../java/session-management/maximum-sessions/build.gradle | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/reactive/rsocket/hello-security/build.gradle b/reactive/rsocket/hello-security/build.gradle index 816aaeb..61a0e92 100644 --- a/reactive/rsocket/hello-security/build.gradle +++ b/reactive/rsocket/hello-security/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux-fn/hello-security/build.gradle b/reactive/webflux-fn/hello-security/build.gradle index ceef0b1..12b99aa 100644 --- a/reactive/webflux-fn/hello-security/build.gradle +++ b/reactive/webflux-fn/hello-security/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux-fn/hello/build.gradle b/reactive/webflux-fn/hello/build.gradle index 9b64a73..7075561 100644 --- a/reactive/webflux-fn/hello/build.gradle +++ b/reactive/webflux-fn/hello/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/authentication/username-password/form/build.gradle b/reactive/webflux/java/authentication/username-password/form/build.gradle index 2582448..5ff5330 100644 --- a/reactive/webflux/java/authentication/username-password/form/build.gradle +++ b/reactive/webflux/java/authentication/username-password/form/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.6.4' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/authentication/x509/build.gradle b/reactive/webflux/java/authentication/x509/build.gradle index c7ec987..92065e1 100644 --- a/reactive/webflux/java/authentication/x509/build.gradle +++ b/reactive/webflux/java/authentication/x509/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/hello-security-explicit/build.gradle b/reactive/webflux/java/hello-security-explicit/build.gradle index b3d5fc0..76e1d1f 100644 --- a/reactive/webflux/java/hello-security-explicit/build.gradle +++ b/reactive/webflux/java/hello-security-explicit/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/hello-security/build.gradle b/reactive/webflux/java/hello-security/build.gradle index b51003e..93ef367 100644 --- a/reactive/webflux/java/hello-security/build.gradle +++ b/reactive/webflux/java/hello-security/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/hello/build.gradle b/reactive/webflux/java/hello/build.gradle index 9b64a73..7075561 100644 --- a/reactive/webflux/java/hello/build.gradle +++ b/reactive/webflux/java/hello/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/method/build.gradle b/reactive/webflux/java/method/build.gradle index 490c68e..564709e 100644 --- a/reactive/webflux/java/method/build.gradle +++ b/reactive/webflux/java/method/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/oauth2/login/build.gradle b/reactive/webflux/java/oauth2/login/build.gradle index 13043f1..45e3268 100644 --- a/reactive/webflux/java/oauth2/login/build.gradle +++ b/reactive/webflux/java/oauth2/login/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/oauth2/resource-server/build.gradle b/reactive/webflux/java/oauth2/resource-server/build.gradle index 6ea3480..2efd943 100644 --- a/reactive/webflux/java/oauth2/resource-server/build.gradle +++ b/reactive/webflux/java/oauth2/resource-server/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/oauth2/webclient/build.gradle b/reactive/webflux/java/oauth2/webclient/build.gradle index 8f94bb2..c5c365b 100644 --- a/reactive/webflux/java/oauth2/webclient/build.gradle +++ b/reactive/webflux/java/oauth2/webclient/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/authentication/username-password/mfa/build.gradle b/servlet/spring-boot/java/authentication/username-password/mfa/build.gradle index 95adbc5..16f8e71 100644 --- a/servlet/spring-boot/java/authentication/username-password/mfa/build.gradle +++ b/servlet/spring-boot/java/authentication/username-password/mfa/build.gradle @@ -1,6 +1,6 @@ plugins { id 'io.spring.dependency-management' version '1.0.11.RELEASE' - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id "nebula.integtest" version "8.2.0" id 'java' } diff --git a/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/build.gradle b/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/build.gradle index 6f7566a..a00511d 100644 --- a/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/build.gradle +++ b/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/build.gradle @@ -1,6 +1,6 @@ plugins { id 'io.spring.dependency-management' version '1.0.11.RELEASE' - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id "nebula.integtest" version "8.2.0" id 'java' } diff --git a/servlet/spring-boot/java/hello-security-explicit/build.gradle b/servlet/spring-boot/java/hello-security-explicit/build.gradle index f64ece6..e55aea1 100644 --- a/servlet/spring-boot/java/hello-security-explicit/build.gradle +++ b/servlet/spring-boot/java/hello-security-explicit/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/hello-security/build.gradle b/servlet/spring-boot/java/hello-security/build.gradle index f8775d2..d49d607 100644 --- a/servlet/spring-boot/java/hello-security/build.gradle +++ b/servlet/spring-boot/java/hello-security/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/hello/build.gradle b/servlet/spring-boot/java/hello/build.gradle index 71995b0..fc9b8b1 100644 --- a/servlet/spring-boot/java/hello/build.gradle +++ b/servlet/spring-boot/java/hello/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/jwt/login/build.gradle b/servlet/spring-boot/java/jwt/login/build.gradle index fccb1c4..52f4646 100644 --- a/servlet/spring-boot/java/jwt/login/build.gradle +++ b/servlet/spring-boot/java/jwt/login/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' } diff --git a/servlet/spring-boot/java/ldap/build.gradle b/servlet/spring-boot/java/ldap/build.gradle index 227001c..abc98e6 100644 --- a/servlet/spring-boot/java/ldap/build.gradle +++ b/servlet/spring-boot/java/ldap/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' } diff --git a/servlet/spring-boot/java/oauth2/authorization-server/build.gradle b/servlet/spring-boot/java/oauth2/authorization-server/build.gradle index cb0877f..14a0e97 100644 --- a/servlet/spring-boot/java/oauth2/authorization-server/build.gradle +++ b/servlet/spring-boot/java/oauth2/authorization-server/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/oauth2/login/build.gradle b/servlet/spring-boot/java/oauth2/login/build.gradle index 5d31a82..f6be225 100644 --- a/servlet/spring-boot/java/oauth2/login/build.gradle +++ b/servlet/spring-boot/java/oauth2/login/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/oauth2/resource-server/hello-security/build.gradle b/servlet/spring-boot/java/oauth2/resource-server/hello-security/build.gradle index 95142e4..98604f8 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/hello-security/build.gradle +++ b/servlet/spring-boot/java/oauth2/resource-server/hello-security/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/oauth2/resource-server/jwe/build.gradle b/servlet/spring-boot/java/oauth2/resource-server/jwe/build.gradle index c9168e7..5dae020 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/jwe/build.gradle +++ b/servlet/spring-boot/java/oauth2/resource-server/jwe/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/build.gradle b/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/build.gradle index 149e1d6..79c4667 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/build.gradle +++ b/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/oauth2/resource-server/opaque/build.gradle b/servlet/spring-boot/java/oauth2/resource-server/opaque/build.gradle index 149e1d6..79c4667 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/opaque/build.gradle +++ b/servlet/spring-boot/java/oauth2/resource-server/opaque/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/oauth2/resource-server/static/build.gradle b/servlet/spring-boot/java/oauth2/resource-server/static/build.gradle index c9168e7..5dae020 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/static/build.gradle +++ b/servlet/spring-boot/java/oauth2/resource-server/static/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/oauth2/webclient/build.gradle b/servlet/spring-boot/java/oauth2/webclient/build.gradle index 612e853..4742089 100644 --- a/servlet/spring-boot/java/oauth2/webclient/build.gradle +++ b/servlet/spring-boot/java/oauth2/webclient/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/saml2/custom-urls/build.gradle b/servlet/spring-boot/java/saml2/custom-urls/build.gradle index 772654e..5d837d4 100644 --- a/servlet/spring-boot/java/saml2/custom-urls/build.gradle +++ b/servlet/spring-boot/java/saml2/custom-urls/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/saml2/login-single-tenant/build.gradle b/servlet/spring-boot/java/saml2/login-single-tenant/build.gradle index 3b64ac0..a9b2079 100644 --- a/servlet/spring-boot/java/saml2/login-single-tenant/build.gradle +++ b/servlet/spring-boot/java/saml2/login-single-tenant/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/saml2/login/build.gradle b/servlet/spring-boot/java/saml2/login/build.gradle index bf927c4..ac4d1da 100644 --- a/servlet/spring-boot/java/saml2/login/build.gradle +++ b/servlet/spring-boot/java/saml2/login/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle b/servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle index 3b64ac0..a9b2079 100644 --- a/servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle +++ b/servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/build.gradle b/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/build.gradle index c16115e..f04f01a 100644 --- a/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/build.gradle +++ b/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.0.2' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.15.RELEASE' id "nebula.integtest" version "8.2.0" } diff --git a/servlet/spring-boot/java/session-management/maximum-sessions/build.gradle b/servlet/spring-boot/java/session-management/maximum-sessions/build.gradle index c16115e..f04f01a 100644 --- a/servlet/spring-boot/java/session-management/maximum-sessions/build.gradle +++ b/servlet/spring-boot/java/session-management/maximum-sessions/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.0.2' + id 'org.springframework.boot' version '3.0.7' id 'io.spring.dependency-management' version '1.0.15.RELEASE' id "nebula.integtest" version "8.2.0" } From 55ea592e933e15110a407c13e8e30ab6ae924f07 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Wed, 21 Jun 2023 15:53:53 -0300 Subject: [PATCH 2/2] Sync gradle.properties --- gradle.properties | 3 ++- reactive/rsocket/hello-security/gradle.properties | 7 +++++-- reactive/webflux-fn/hello-security/gradle.properties | 7 +++++-- reactive/webflux-fn/hello/gradle.properties | 7 +++++-- .../authentication/username-password/form/build.gradle | 2 +- .../username-password/form/gradle.properties | 7 +++++-- .../java/example/WebfluxFormApplicationITests.java | 2 +- .../form/src/integTest/java/example/pages/LoginPage.java | 8 +++++--- .../webflux/java/authentication/x509/gradle.properties | 7 +++++-- .../java/hello-security-explicit/gradle.properties | 7 +++++-- reactive/webflux/java/hello-security/gradle.properties | 7 +++++-- reactive/webflux/java/hello/gradle.properties | 7 +++++-- reactive/webflux/java/method/gradle.properties | 7 +++++-- reactive/webflux/java/oauth2/login/gradle.properties | 7 +++++-- .../webflux/java/oauth2/resource-server/gradle.properties | 7 +++++-- reactive/webflux/java/oauth2/webclient/gradle.properties | 7 +++++-- servlet/java-configuration/aspectj/gradle.properties | 5 +++++ .../authentication/preauth/gradle.properties | 5 +++++ .../authentication/remember-me/gradle.properties | 5 +++++ .../username-password/form/gradle.properties | 5 +++++ .../username-password/in-memory/gradle.properties | 5 +++++ .../username-password/jdbc/gradle.properties | 5 +++++ .../username-password/ldap/gradle.properties | 5 +++++ .../authentication/x509/gradle.properties | 5 +++++ servlet/java-configuration/data/gradle.properties | 5 +++++ .../hello-mvc-security/gradle.properties | 5 +++++ .../hello-security-explicit/gradle.properties | 5 +++++ .../java-configuration/hello-security/gradle.properties | 5 +++++ servlet/java-configuration/max-sessions/gradle.properties | 5 +++++ servlet/java-configuration/saml2/login/gradle.properties | 5 +++++ .../username-password/mfa/gradle.properties | 7 +++++-- .../user-details-service/custom-user/gradle.properties | 7 +++++-- .../java/hello-security-explicit/gradle.properties | 7 +++++-- servlet/spring-boot/java/hello-security/gradle.properties | 7 +++++-- servlet/spring-boot/java/hello/gradle.properties | 7 +++++-- servlet/spring-boot/java/jwt/login/gradle.properties | 7 +++++-- servlet/spring-boot/java/ldap/gradle.properties | 7 +++++-- .../java/oauth2/authorization-server/gradle.properties | 7 +++++-- servlet/spring-boot/java/oauth2/login/gradle.properties | 7 +++++-- .../resource-server/hello-security/gradle.properties | 7 +++++-- .../java/oauth2/resource-server/jwe/gradle.properties | 7 +++++-- .../resource-server/multi-tenancy/gradle.properties | 7 +++++-- .../java/oauth2/resource-server/opaque/gradle.properties | 7 +++++-- .../java/oauth2/resource-server/static/gradle.properties | 7 +++++-- .../spring-boot/java/oauth2/webclient/gradle.properties | 7 +++++-- .../spring-boot/java/saml2/custom-urls/gradle.properties | 7 +++++-- .../java/saml2/login-single-tenant/gradle.properties | 7 +++++-- servlet/spring-boot/java/saml2/login/gradle.properties | 7 +++++-- .../java/saml2/refreshable-metadata/gradle.properties | 7 +++++-- .../maximum-sessions-prevent-login/gradle.properties | 5 +++++ .../session-management/maximum-sessions/gradle.properties | 5 +++++ servlet/xml/java/contacts/gradle.properties | 6 +++++- servlet/xml/java/dms/gradle.properties | 6 +++++- servlet/xml/java/helloworld/gradle.properties | 6 +++++- servlet/xml/java/preauth/gradle.properties | 6 +++++- servlet/xml/java/saml2/login-logout/gradle.properties | 6 +++++- 56 files changed, 269 insertions(+), 73 deletions(-) create mode 100644 servlet/java-configuration/aspectj/gradle.properties create mode 100644 servlet/java-configuration/authentication/preauth/gradle.properties create mode 100644 servlet/java-configuration/authentication/remember-me/gradle.properties create mode 100644 servlet/java-configuration/authentication/username-password/form/gradle.properties create mode 100644 servlet/java-configuration/authentication/username-password/in-memory/gradle.properties create mode 100644 servlet/java-configuration/authentication/username-password/jdbc/gradle.properties create mode 100644 servlet/java-configuration/authentication/username-password/ldap/gradle.properties create mode 100644 servlet/java-configuration/authentication/x509/gradle.properties create mode 100644 servlet/java-configuration/data/gradle.properties create mode 100644 servlet/java-configuration/hello-mvc-security/gradle.properties create mode 100644 servlet/java-configuration/hello-security-explicit/gradle.properties create mode 100644 servlet/java-configuration/hello-security/gradle.properties create mode 100644 servlet/java-configuration/max-sessions/gradle.properties create mode 100644 servlet/java-configuration/saml2/login/gradle.properties diff --git a/gradle.properties b/gradle.properties index 2fa63d5..8f54180 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,5 @@ -version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError org.gradle.parallel=true org.gradle.caching=true diff --git a/reactive/rsocket/hello-security/gradle.properties b/reactive/rsocket/hello-security/gradle.properties index ce1417e..8f54180 100644 --- a/reactive/rsocket/hello-security/gradle.properties +++ b/reactive/rsocket/hello-security/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux-fn/hello-security/gradle.properties b/reactive/webflux-fn/hello-security/gradle.properties index ce1417e..8f54180 100644 --- a/reactive/webflux-fn/hello-security/gradle.properties +++ b/reactive/webflux-fn/hello-security/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux-fn/hello/gradle.properties b/reactive/webflux-fn/hello/gradle.properties index ce1417e..8f54180 100644 --- a/reactive/webflux-fn/hello/gradle.properties +++ b/reactive/webflux-fn/hello/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/authentication/username-password/form/build.gradle b/reactive/webflux/java/authentication/username-password/form/build.gradle index 5ff5330..36dd3d3 100644 --- a/reactive/webflux/java/authentication/username-password/form/build.gradle +++ b/reactive/webflux/java/authentication/username-password/form/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-webflux' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' - implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5' + implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' diff --git a/reactive/webflux/java/authentication/username-password/form/gradle.properties b/reactive/webflux/java/authentication/username-password/form/gradle.properties index e19a862..8f54180 100644 --- a/reactive/webflux/java/authentication/username-password/form/gradle.properties +++ b/reactive/webflux/java/authentication/username-password/form/gradle.properties @@ -1,2 +1,5 @@ -version=5.7.0-SNAPSHOT -spring-security.version=5.7.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/authentication/username-password/form/src/integTest/java/example/WebfluxFormApplicationITests.java b/reactive/webflux/java/authentication/username-password/form/src/integTest/java/example/WebfluxFormApplicationITests.java index 47a00d3..3623ed9 100644 --- a/reactive/webflux/java/authentication/username-password/form/src/integTest/java/example/WebfluxFormApplicationITests.java +++ b/reactive/webflux/java/authentication/username-password/form/src/integTest/java/example/WebfluxFormApplicationITests.java @@ -24,7 +24,7 @@ import org.openqa.selenium.WebDriver; import org.openqa.selenium.htmlunit.HtmlUnitDriver; import org.springframework.boot.test.context.SpringBootTest; -import org.springframework.boot.web.server.LocalServerPort; +import org.springframework.boot.test.web.server.LocalServerPort; /** * Integration tests for WebFlux based form log in sample. diff --git a/reactive/webflux/java/authentication/username-password/form/src/integTest/java/example/pages/LoginPage.java b/reactive/webflux/java/authentication/username-password/form/src/integTest/java/example/pages/LoginPage.java index 298092d..13e7b7b 100644 --- a/reactive/webflux/java/authentication/username-password/form/src/integTest/java/example/pages/LoginPage.java +++ b/reactive/webflux/java/authentication/username-password/form/src/integTest/java/example/pages/LoginPage.java @@ -16,6 +16,8 @@ package example.pages; +import java.util.List; + import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; @@ -34,7 +36,7 @@ public class LoginPage { private WebDriver driver; @FindBy(css = "div[role=alert]") - private WebElement alert; + private List alert; private LoginForm loginForm; @@ -53,12 +55,12 @@ public class LoginPage { } public LoginPage assertError() { - assertThat(this.alert.getText()).isEqualTo("Invalid username and password."); + assertThat(this.alert).extracting(WebElement::getText).contains("Invalid username and password."); return this; } public LoginPage assertLogout() { - assertThat(this.alert.getText()).isEqualTo("You have been logged out."); + assertThat(this.alert).extracting(WebElement::getText).contains("You have been logged out."); return this; } diff --git a/reactive/webflux/java/authentication/x509/gradle.properties b/reactive/webflux/java/authentication/x509/gradle.properties index ce1417e..8f54180 100644 --- a/reactive/webflux/java/authentication/x509/gradle.properties +++ b/reactive/webflux/java/authentication/x509/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/hello-security-explicit/gradle.properties b/reactive/webflux/java/hello-security-explicit/gradle.properties index ce1417e..8f54180 100644 --- a/reactive/webflux/java/hello-security-explicit/gradle.properties +++ b/reactive/webflux/java/hello-security-explicit/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/hello-security/gradle.properties b/reactive/webflux/java/hello-security/gradle.properties index ce1417e..8f54180 100644 --- a/reactive/webflux/java/hello-security/gradle.properties +++ b/reactive/webflux/java/hello-security/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/hello/gradle.properties b/reactive/webflux/java/hello/gradle.properties index ce1417e..8f54180 100644 --- a/reactive/webflux/java/hello/gradle.properties +++ b/reactive/webflux/java/hello/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/method/gradle.properties b/reactive/webflux/java/method/gradle.properties index ce1417e..8f54180 100644 --- a/reactive/webflux/java/method/gradle.properties +++ b/reactive/webflux/java/method/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/oauth2/login/gradle.properties b/reactive/webflux/java/oauth2/login/gradle.properties index ce1417e..8f54180 100644 --- a/reactive/webflux/java/oauth2/login/gradle.properties +++ b/reactive/webflux/java/oauth2/login/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/oauth2/resource-server/gradle.properties b/reactive/webflux/java/oauth2/resource-server/gradle.properties index ce1417e..8f54180 100644 --- a/reactive/webflux/java/oauth2/resource-server/gradle.properties +++ b/reactive/webflux/java/oauth2/resource-server/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/oauth2/webclient/gradle.properties b/reactive/webflux/java/oauth2/webclient/gradle.properties index ce1417e..8f54180 100644 --- a/reactive/webflux/java/oauth2/webclient/gradle.properties +++ b/reactive/webflux/java/oauth2/webclient/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/aspectj/gradle.properties b/servlet/java-configuration/aspectj/gradle.properties new file mode 100644 index 0000000..8f54180 --- /dev/null +++ b/servlet/java-configuration/aspectj/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/authentication/preauth/gradle.properties b/servlet/java-configuration/authentication/preauth/gradle.properties new file mode 100644 index 0000000..8f54180 --- /dev/null +++ b/servlet/java-configuration/authentication/preauth/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/authentication/remember-me/gradle.properties b/servlet/java-configuration/authentication/remember-me/gradle.properties new file mode 100644 index 0000000..8f54180 --- /dev/null +++ b/servlet/java-configuration/authentication/remember-me/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/authentication/username-password/form/gradle.properties b/servlet/java-configuration/authentication/username-password/form/gradle.properties new file mode 100644 index 0000000..8f54180 --- /dev/null +++ b/servlet/java-configuration/authentication/username-password/form/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/authentication/username-password/in-memory/gradle.properties b/servlet/java-configuration/authentication/username-password/in-memory/gradle.properties new file mode 100644 index 0000000..8f54180 --- /dev/null +++ b/servlet/java-configuration/authentication/username-password/in-memory/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/authentication/username-password/jdbc/gradle.properties b/servlet/java-configuration/authentication/username-password/jdbc/gradle.properties new file mode 100644 index 0000000..8f54180 --- /dev/null +++ b/servlet/java-configuration/authentication/username-password/jdbc/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/authentication/username-password/ldap/gradle.properties b/servlet/java-configuration/authentication/username-password/ldap/gradle.properties new file mode 100644 index 0000000..8f54180 --- /dev/null +++ b/servlet/java-configuration/authentication/username-password/ldap/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/authentication/x509/gradle.properties b/servlet/java-configuration/authentication/x509/gradle.properties new file mode 100644 index 0000000..8f54180 --- /dev/null +++ b/servlet/java-configuration/authentication/x509/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/data/gradle.properties b/servlet/java-configuration/data/gradle.properties new file mode 100644 index 0000000..8f54180 --- /dev/null +++ b/servlet/java-configuration/data/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/hello-mvc-security/gradle.properties b/servlet/java-configuration/hello-mvc-security/gradle.properties new file mode 100644 index 0000000..8f54180 --- /dev/null +++ b/servlet/java-configuration/hello-mvc-security/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/hello-security-explicit/gradle.properties b/servlet/java-configuration/hello-security-explicit/gradle.properties new file mode 100644 index 0000000..8f54180 --- /dev/null +++ b/servlet/java-configuration/hello-security-explicit/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/hello-security/gradle.properties b/servlet/java-configuration/hello-security/gradle.properties new file mode 100644 index 0000000..8f54180 --- /dev/null +++ b/servlet/java-configuration/hello-security/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/max-sessions/gradle.properties b/servlet/java-configuration/max-sessions/gradle.properties new file mode 100644 index 0000000..8f54180 --- /dev/null +++ b/servlet/java-configuration/max-sessions/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/saml2/login/gradle.properties b/servlet/java-configuration/saml2/login/gradle.properties new file mode 100644 index 0000000..8f54180 --- /dev/null +++ b/servlet/java-configuration/saml2/login/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/authentication/username-password/mfa/gradle.properties b/servlet/spring-boot/java/authentication/username-password/mfa/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/authentication/username-password/mfa/gradle.properties +++ b/servlet/spring-boot/java/authentication/username-password/mfa/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/gradle.properties b/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/gradle.properties +++ b/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/hello-security-explicit/gradle.properties b/servlet/spring-boot/java/hello-security-explicit/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/hello-security-explicit/gradle.properties +++ b/servlet/spring-boot/java/hello-security-explicit/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/hello-security/gradle.properties b/servlet/spring-boot/java/hello-security/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/hello-security/gradle.properties +++ b/servlet/spring-boot/java/hello-security/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/hello/gradle.properties b/servlet/spring-boot/java/hello/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/hello/gradle.properties +++ b/servlet/spring-boot/java/hello/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/jwt/login/gradle.properties b/servlet/spring-boot/java/jwt/login/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/jwt/login/gradle.properties +++ b/servlet/spring-boot/java/jwt/login/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/ldap/gradle.properties b/servlet/spring-boot/java/ldap/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/ldap/gradle.properties +++ b/servlet/spring-boot/java/ldap/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/oauth2/authorization-server/gradle.properties b/servlet/spring-boot/java/oauth2/authorization-server/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/oauth2/authorization-server/gradle.properties +++ b/servlet/spring-boot/java/oauth2/authorization-server/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/oauth2/login/gradle.properties b/servlet/spring-boot/java/oauth2/login/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/oauth2/login/gradle.properties +++ b/servlet/spring-boot/java/oauth2/login/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/oauth2/resource-server/hello-security/gradle.properties b/servlet/spring-boot/java/oauth2/resource-server/hello-security/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/hello-security/gradle.properties +++ b/servlet/spring-boot/java/oauth2/resource-server/hello-security/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/oauth2/resource-server/jwe/gradle.properties b/servlet/spring-boot/java/oauth2/resource-server/jwe/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/jwe/gradle.properties +++ b/servlet/spring-boot/java/oauth2/resource-server/jwe/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/gradle.properties b/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/gradle.properties +++ b/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/oauth2/resource-server/opaque/gradle.properties b/servlet/spring-boot/java/oauth2/resource-server/opaque/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/opaque/gradle.properties +++ b/servlet/spring-boot/java/oauth2/resource-server/opaque/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/oauth2/resource-server/static/gradle.properties b/servlet/spring-boot/java/oauth2/resource-server/static/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/static/gradle.properties +++ b/servlet/spring-boot/java/oauth2/resource-server/static/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/oauth2/webclient/gradle.properties b/servlet/spring-boot/java/oauth2/webclient/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/oauth2/webclient/gradle.properties +++ b/servlet/spring-boot/java/oauth2/webclient/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/saml2/custom-urls/gradle.properties b/servlet/spring-boot/java/saml2/custom-urls/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/saml2/custom-urls/gradle.properties +++ b/servlet/spring-boot/java/saml2/custom-urls/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/saml2/login-single-tenant/gradle.properties b/servlet/spring-boot/java/saml2/login-single-tenant/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/saml2/login-single-tenant/gradle.properties +++ b/servlet/spring-boot/java/saml2/login-single-tenant/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/saml2/login/gradle.properties b/servlet/spring-boot/java/saml2/login/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/saml2/login/gradle.properties +++ b/servlet/spring-boot/java/saml2/login/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/saml2/refreshable-metadata/gradle.properties b/servlet/spring-boot/java/saml2/refreshable-metadata/gradle.properties index ce1417e..8f54180 100644 --- a/servlet/spring-boot/java/saml2/refreshable-metadata/gradle.properties +++ b/servlet/spring-boot/java/saml2/refreshable-metadata/gradle.properties @@ -1,2 +1,5 @@ -version=6.0.0-SNAPSHOT -spring-security.version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/gradle.properties b/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/gradle.properties index e69de29..8f54180 100644 --- a/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/gradle.properties +++ b/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/session-management/maximum-sessions/gradle.properties b/servlet/spring-boot/java/session-management/maximum-sessions/gradle.properties index e69de29..8f54180 100644 --- a/servlet/spring-boot/java/session-management/maximum-sessions/gradle.properties +++ b/servlet/spring-boot/java/session-management/maximum-sessions/gradle.properties @@ -0,0 +1,5 @@ +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/xml/java/contacts/gradle.properties b/servlet/xml/java/contacts/gradle.properties index a2f0b27..8f54180 100644 --- a/servlet/xml/java/contacts/gradle.properties +++ b/servlet/xml/java/contacts/gradle.properties @@ -1 +1,5 @@ -version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/xml/java/dms/gradle.properties b/servlet/xml/java/dms/gradle.properties index a2f0b27..8f54180 100644 --- a/servlet/xml/java/dms/gradle.properties +++ b/servlet/xml/java/dms/gradle.properties @@ -1 +1,5 @@ -version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/xml/java/helloworld/gradle.properties b/servlet/xml/java/helloworld/gradle.properties index a2f0b27..8f54180 100644 --- a/servlet/xml/java/helloworld/gradle.properties +++ b/servlet/xml/java/helloworld/gradle.properties @@ -1 +1,5 @@ -version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/xml/java/preauth/gradle.properties b/servlet/xml/java/preauth/gradle.properties index a2f0b27..8f54180 100644 --- a/servlet/xml/java/preauth/gradle.properties +++ b/servlet/xml/java/preauth/gradle.properties @@ -1 +1,5 @@ -version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/xml/java/saml2/login-logout/gradle.properties b/servlet/xml/java/saml2/login-logout/gradle.properties index a2f0b27..8f54180 100644 --- a/servlet/xml/java/saml2/login-logout/gradle.properties +++ b/servlet/xml/java/saml2/login-logout/gradle.properties @@ -1 +1,5 @@ -version=6.0.0-SNAPSHOT +version=6.0.4 +spring-security.version=6.0.4 +org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true