Преглед на файлове

Merge branch '6.1.x' into 6.2.x

Marcus Hert Da Coregio преди 1 година
родител
ревизия
70d8dfc522
променени са 54 файла, в които са добавени 54 реда и са изтрити 54 реда
  1. 1 1
      reactive/rsocket/hello-security/build.gradle
  2. 1 1
      reactive/webflux-fn/hello-security/build.gradle
  3. 1 1
      reactive/webflux-fn/hello/build.gradle
  4. 1 1
      reactive/webflux/java/authentication/username-password/form/build.gradle
  5. 1 1
      reactive/webflux/java/authentication/x509/build.gradle
  6. 1 1
      reactive/webflux/java/hello-security-explicit/build.gradle
  7. 1 1
      reactive/webflux/java/hello-security/build.gradle
  8. 1 1
      reactive/webflux/java/hello/build.gradle
  9. 1 1
      reactive/webflux/java/method/build.gradle
  10. 1 1
      reactive/webflux/java/oauth2/login/build.gradle
  11. 1 1
      reactive/webflux/java/oauth2/resource-server/build.gradle
  12. 1 1
      reactive/webflux/java/oauth2/webclient/build.gradle
  13. 1 1
      servlet/java-configuration/aspectj/build.gradle
  14. 1 1
      servlet/java-configuration/authentication/preauth/build.gradle
  15. 1 1
      servlet/java-configuration/authentication/remember-me/build.gradle
  16. 1 1
      servlet/java-configuration/authentication/username-password/form/build.gradle
  17. 1 1
      servlet/java-configuration/authentication/username-password/in-memory/build.gradle
  18. 1 1
      servlet/java-configuration/authentication/username-password/jdbc/build.gradle
  19. 1 1
      servlet/java-configuration/authentication/username-password/ldap/build.gradle
  20. 1 1
      servlet/java-configuration/authentication/x509/build.gradle
  21. 1 1
      servlet/java-configuration/data/build.gradle
  22. 1 1
      servlet/java-configuration/hello-mvc-security/build.gradle
  23. 1 1
      servlet/java-configuration/hello-security-explicit/build.gradle
  24. 1 1
      servlet/java-configuration/hello-security/build.gradle
  25. 1 1
      servlet/java-configuration/max-sessions/build.gradle
  26. 1 1
      servlet/java-configuration/saml2/login/build.gradle
  27. 1 1
      servlet/spring-boot/java/authentication/username-password/mfa/build.gradle
  28. 1 1
      servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/build.gradle
  29. 1 1
      servlet/spring-boot/java/cas/login/build.gradle
  30. 1 1
      servlet/spring-boot/java/hello-security-explicit/build.gradle
  31. 1 1
      servlet/spring-boot/java/hello-security/build.gradle
  32. 1 1
      servlet/spring-boot/java/hello/build.gradle
  33. 1 1
      servlet/spring-boot/java/jwt/login/build.gradle
  34. 1 1
      servlet/spring-boot/java/ldap/build.gradle
  35. 1 1
      servlet/spring-boot/java/oauth2/authorization-server/build.gradle
  36. 1 1
      servlet/spring-boot/java/oauth2/login/build.gradle
  37. 1 1
      servlet/spring-boot/java/oauth2/resource-server/hello-security/build.gradle
  38. 1 1
      servlet/spring-boot/java/oauth2/resource-server/jwe/build.gradle
  39. 1 1
      servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/build.gradle
  40. 1 1
      servlet/spring-boot/java/oauth2/resource-server/opaque/build.gradle
  41. 1 1
      servlet/spring-boot/java/oauth2/resource-server/static/build.gradle
  42. 1 1
      servlet/spring-boot/java/oauth2/webclient/build.gradle
  43. 1 1
      servlet/spring-boot/java/saml2/custom-urls/build.gradle
  44. 1 1
      servlet/spring-boot/java/saml2/login-single-tenant/build.gradle
  45. 1 1
      servlet/spring-boot/java/saml2/login/build.gradle
  46. 1 1
      servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle
  47. 1 1
      servlet/spring-boot/java/saml2/saml-extension-federation/build.gradle
  48. 1 1
      servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/build.gradle
  49. 1 1
      servlet/spring-boot/java/session-management/maximum-sessions/build.gradle
  50. 1 1
      servlet/xml/java/contacts/build.gradle
  51. 1 1
      servlet/xml/java/dms/build.gradle
  52. 1 1
      servlet/xml/java/helloworld/build.gradle
  53. 1 1
      servlet/xml/java/preauth/build.gradle
  54. 1 1
      servlet/xml/java/saml2/login-logout/build.gradle

+ 1 - 1
reactive/rsocket/hello-security/build.gradle

@@ -24,5 +24,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
reactive/webflux-fn/hello-security/build.gradle

@@ -24,5 +24,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
reactive/webflux-fn/hello/build.gradle

@@ -22,5 +22,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
reactive/webflux/java/authentication/username-password/form/build.gradle

@@ -28,5 +28,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
reactive/webflux/java/authentication/x509/build.gradle

@@ -24,5 +24,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
reactive/webflux/java/hello-security-explicit/build.gradle

@@ -26,5 +26,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
reactive/webflux/java/hello-security/build.gradle

@@ -24,5 +24,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
reactive/webflux/java/hello/build.gradle

@@ -22,5 +22,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
reactive/webflux/java/method/build.gradle

@@ -24,5 +24,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
reactive/webflux/java/oauth2/login/build.gradle

@@ -27,5 +27,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
reactive/webflux/java/oauth2/resource-server/build.gradle

@@ -24,5 +24,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
reactive/webflux/java/oauth2/webclient/build.gradle

@@ -27,5 +27,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/java-configuration/aspectj/build.gradle

@@ -42,7 +42,7 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }
 
 

+ 1 - 1
servlet/java-configuration/authentication/preauth/build.gradle

@@ -37,5 +37,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/java-configuration/authentication/remember-me/build.gradle

@@ -40,5 +40,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/java-configuration/authentication/username-password/form/build.gradle

@@ -35,5 +35,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/java-configuration/authentication/username-password/in-memory/build.gradle

@@ -35,5 +35,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/java-configuration/authentication/username-password/jdbc/build.gradle

@@ -37,5 +37,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/java-configuration/authentication/username-password/ldap/build.gradle

@@ -38,5 +38,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/java-configuration/authentication/x509/build.gradle

@@ -36,5 +36,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/java-configuration/data/build.gradle

@@ -44,5 +44,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/java-configuration/hello-mvc-security/build.gradle

@@ -35,5 +35,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/java-configuration/hello-security-explicit/build.gradle

@@ -36,5 +36,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/java-configuration/hello-security/build.gradle

@@ -36,5 +36,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/java-configuration/max-sessions/build.gradle

@@ -38,5 +38,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/java-configuration/saml2/login/build.gradle

@@ -63,5 +63,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/authentication/username-password/mfa/build.gradle

@@ -27,5 +27,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/build.gradle

@@ -23,5 +23,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/cas/login/build.gradle

@@ -26,5 +26,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
     useJUnitPlatform()
-    outputs.upToDateWhen { false }
+    
 }

+ 1 - 1
servlet/spring-boot/java/hello-security-explicit/build.gradle

@@ -26,5 +26,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/hello-security/build.gradle

@@ -24,5 +24,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/hello/build.gradle

@@ -22,5 +22,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/jwt/login/build.gradle

@@ -22,5 +22,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/ldap/build.gradle

@@ -24,5 +24,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/oauth2/authorization-server/build.gradle

@@ -25,5 +25,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/oauth2/login/build.gradle

@@ -27,5 +27,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/oauth2/resource-server/hello-security/build.gradle

@@ -24,5 +24,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/oauth2/resource-server/jwe/build.gradle

@@ -40,5 +40,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/build.gradle

@@ -41,5 +41,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/oauth2/resource-server/opaque/build.gradle

@@ -41,5 +41,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/oauth2/resource-server/static/build.gradle

@@ -40,5 +40,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/oauth2/webclient/build.gradle

@@ -45,5 +45,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/saml2/custom-urls/build.gradle

@@ -31,5 +31,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/saml2/login-single-tenant/build.gradle

@@ -33,5 +33,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/saml2/login/build.gradle

@@ -33,5 +33,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle

@@ -33,5 +33,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/saml2/saml-extension-federation/build.gradle

@@ -31,5 +31,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/build.gradle

@@ -18,5 +18,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/spring-boot/java/session-management/maximum-sessions/build.gradle

@@ -18,5 +18,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/xml/java/contacts/build.gradle

@@ -51,5 +51,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/xml/java/dms/build.gradle

@@ -41,5 +41,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/xml/java/helloworld/build.gradle

@@ -37,5 +37,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/xml/java/preauth/build.gradle

@@ -31,5 +31,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }

+ 1 - 1
servlet/xml/java/saml2/login-logout/build.gradle

@@ -46,5 +46,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	outputs.upToDateWhen { false }
+	
 }