Procházet zdrojové kódy

Fix checkstyle errors

Marcus Hert Da Coregio před 1 rokem
rodič
revize
bd98343b9c
100 změnil soubory, kde provedl 182 přidání a 82 odebrání
  1. 2 1
      config/checkstyle/checkstyle.xml
  2. 2 1
      reactive/rsocket/hello-security/src/integTest/java/example/HelloRSocketApplicationITests.java
  3. 1 0
      reactive/webflux-fn/hello-security/src/test/java/example/HelloTests.java
  4. 1 0
      reactive/webflux-fn/hello/src/test/java/example/HelloTests.java
  5. 1 0
      reactive/webflux/java/authentication/username-password/form/src/integTest/java/example/WebfluxFormApplicationITests.java
  6. 2 1
      reactive/webflux/java/hello-security-explicit/src/integTest/java/example/HelloSecurityExplicitITests.java
  7. 2 1
      reactive/webflux/java/hello-security-explicit/src/integTest/java/example/pages/HomePage.java
  8. 2 1
      reactive/webflux/java/hello-security-explicit/src/integTest/java/example/pages/LoginPage.java
  9. 1 0
      reactive/webflux/java/hello-security-explicit/src/test/java/example/HelloSecurityTests.java
  10. 1 0
      reactive/webflux/java/hello-security/src/test/java/example/HelloSecurityTests.java
  11. 1 0
      reactive/webflux/java/hello/src/test/java/example/HelloTests.java
  12. 1 0
      reactive/webflux/java/method/src/integTest/java/example/HelloMethodApplicationITests.java
  13. 1 0
      reactive/webflux/java/method/src/test/java/example/HelloMethodApplicationTests.java
  14. 1 0
      reactive/webflux/java/oauth2/login/src/integTest/java/example/OAuth2LoginApplicationTests.java
  15. 1 0
      reactive/webflux/java/oauth2/login/src/main/java/example/ReactiveOAuth2LoginApplication.java
  16. 1 0
      reactive/webflux/java/oauth2/resource-server/src/main/java/example/OAuth2ResourceServerController.java
  17. 1 0
      reactive/webflux/java/oauth2/resource-server/src/main/java/example/ServerOAuth2ResourceServerApplication.java
  18. 1 0
      reactive/webflux/java/oauth2/resource-server/src/main/java/org/springframework/boot/env/package-info.java
  19. 1 0
      reactive/webflux/java/oauth2/webclient/src/main/java/example/OAuth2WebClientController.java
  20. 2 1
      reactive/webflux/java/oauth2/webclient/src/main/java/example/OAuth2WebClientWebFluxApplication.java
  21. 1 0
      reactive/webflux/java/oauth2/webclient/src/main/java/example/RegisteredOAuth2AuthorizedClientController.java
  22. 1 0
      reactive/webflux/java/oauth2/webclient/src/main/java/example/SecurityConfiguration.java
  23. 2 1
      servlet/java-configuration/authentication/preauth/src/integTest/java/example/HelloWorldTests.java
  24. 2 1
      servlet/java-configuration/authentication/preauth/src/integTest/java/example/pages/HomePage.java
  25. 2 1
      servlet/java-configuration/authentication/preauth/src/integTest/java/example/pages/LoginPage.java
  26. 2 1
      servlet/java-configuration/authentication/preauth/src/main/java/example/IndexController.java
  27. 2 1
      servlet/java-configuration/authentication/preauth/src/main/java/example/SecurityConfiguration.java
  28. 2 1
      servlet/java-configuration/authentication/remember-me/src/main/integTest/java/example/FormLoginTests.java
  29. 2 1
      servlet/java-configuration/authentication/remember-me/src/main/integTest/java/example/pages/CustomLoginPage.java
  30. 2 1
      servlet/java-configuration/authentication/remember-me/src/main/integTest/java/example/pages/HomePage.java
  31. 2 1
      servlet/java-configuration/authentication/remember-me/src/main/java/example/IndexController.java
  32. 2 1
      servlet/java-configuration/authentication/remember-me/src/main/java/example/SecurityConfiguration.java
  33. 2 1
      servlet/java-configuration/authentication/username-password/form/src/integTest/java/example/FormLoginTests.java
  34. 2 1
      servlet/java-configuration/authentication/username-password/form/src/integTest/java/example/pages/CustomLoginPage.java
  35. 2 1
      servlet/java-configuration/authentication/username-password/form/src/integTest/java/example/pages/HomePage.java
  36. 2 1
      servlet/java-configuration/authentication/username-password/form/src/main/java/example/IndexController.java
  37. 2 1
      servlet/java-configuration/authentication/username-password/form/src/main/java/example/SecurityConfiguration.java
  38. 2 1
      servlet/java-configuration/authentication/username-password/in-memory/src/integTest/java/example/InMemoryTests.java
  39. 2 1
      servlet/java-configuration/authentication/username-password/in-memory/src/integTest/java/example/pages/HomePage.java
  40. 2 1
      servlet/java-configuration/authentication/username-password/in-memory/src/integTest/java/example/pages/LoginPage.java
  41. 2 1
      servlet/java-configuration/authentication/username-password/in-memory/src/main/java/example/IndexController.java
  42. 2 1
      servlet/java-configuration/authentication/username-password/in-memory/src/main/java/example/SecurityConfiguration.java
  43. 2 1
      servlet/java-configuration/authentication/username-password/jdbc/src/integTest/java/example/JdbcTests.java
  44. 2 1
      servlet/java-configuration/authentication/username-password/jdbc/src/integTest/java/example/pages/HomePage.java
  45. 2 1
      servlet/java-configuration/authentication/username-password/jdbc/src/integTest/java/example/pages/LoginPage.java
  46. 2 1
      servlet/java-configuration/authentication/username-password/jdbc/src/main/java/example/IndexController.java
  47. 2 1
      servlet/java-configuration/authentication/username-password/jdbc/src/main/java/example/SecurityConfiguration.java
  48. 2 1
      servlet/java-configuration/authentication/username-password/ldap/src/integTest/java/example/InMemoryTests.java
  49. 2 1
      servlet/java-configuration/authentication/username-password/ldap/src/integTest/java/example/pages/HomePage.java
  50. 2 1
      servlet/java-configuration/authentication/username-password/ldap/src/integTest/java/example/pages/LoginPage.java
  51. 2 1
      servlet/java-configuration/authentication/username-password/ldap/src/main/java/example/IndexController.java
  52. 2 1
      servlet/java-configuration/authentication/username-password/ldap/src/main/java/example/SecurityConfiguration.java
  53. 2 1
      servlet/java-configuration/authentication/x509/src/integTest/java/example/X509Tests.java
  54. 2 1
      servlet/java-configuration/authentication/x509/src/main/java/example/SecurityConfiguration.java
  55. 2 1
      servlet/java-configuration/hello-mvc-security/src/integTest/java/example/HelloWorldTests.java
  56. 2 1
      servlet/java-configuration/hello-mvc-security/src/integTest/java/example/pages/HomePage.java
  57. 2 1
      servlet/java-configuration/hello-mvc-security/src/integTest/java/example/pages/LoginPage.java
  58. 2 1
      servlet/java-configuration/hello-mvc-security/src/main/java/example/IndexController.java
  59. 2 1
      servlet/java-configuration/hello-mvc-security/src/main/java/example/SecurityConfiguration.java
  60. 2 1
      servlet/java-configuration/hello-security-explicit/src/integTest/java/example/HelloWorldTests.java
  61. 2 1
      servlet/java-configuration/hello-security-explicit/src/integTest/java/example/pages/HomePage.java
  62. 2 1
      servlet/java-configuration/hello-security-explicit/src/integTest/java/example/pages/LoginPage.java
  63. 2 1
      servlet/java-configuration/hello-security-explicit/src/main/java/example/SecurityConfiguration.java
  64. 2 1
      servlet/java-configuration/hello-security-explicit/src/main/java/example/SecurityWebApplicationInitializer.java
  65. 2 1
      servlet/java-configuration/hello-security/src/integTest/java/example/HelloWorldTests.java
  66. 2 1
      servlet/java-configuration/hello-security/src/integTest/java/example/pages/HomePage.java
  67. 2 1
      servlet/java-configuration/hello-security/src/integTest/java/example/pages/LoginPage.java
  68. 2 1
      servlet/java-configuration/hello-security/src/main/java/example/SecurityConfiguration.java
  69. 2 1
      servlet/java-configuration/hello-security/src/main/java/example/SecurityWebApplicationInitializer.java
  70. 2 1
      servlet/java-configuration/max-sessions/src/integTest/java/example/MaxSessionsITests.java
  71. 2 1
      servlet/java-configuration/max-sessions/src/integTest/java/example/pages/HomePage.java
  72. 2 1
      servlet/java-configuration/max-sessions/src/integTest/java/example/pages/LoginPage.java
  73. 2 1
      servlet/java-configuration/max-sessions/src/main/java/example/IndexController.java
  74. 2 1
      servlet/java-configuration/saml2/login/src/main/java/example/IndexController.java
  75. 2 1
      servlet/java-configuration/saml2/login/src/main/java/example/SecurityConfiguration.java
  76. 1 0
      servlet/spring-boot/java/authentication/username-password/mfa/src/main/java/example/MfaApplication.java
  77. 1 0
      servlet/spring-boot/java/authentication/username-password/mfa/src/test/java/example/MfaApplicationTests.java
  78. 2 1
      servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/src/integTest/java/example/HelloSecurityExplicitITests.java
  79. 2 1
      servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/src/main/java/example/UserController.java
  80. 2 1
      servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/src/main/java/example/UserDetailsServiceApplication.java
  81. 2 1
      servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/src/test/java/example/UserDetailsServiceApplicationTests.java
  82. 2 1
      servlet/spring-boot/java/hello-security-explicit/src/integTest/java/example/HelloSecurityExplicitITests.java
  83. 2 1
      servlet/spring-boot/java/hello-security-explicit/src/integTest/java/example/pages/HomePage.java
  84. 2 1
      servlet/spring-boot/java/hello-security-explicit/src/integTest/java/example/pages/LoginPage.java
  85. 2 1
      servlet/spring-boot/java/hello-security-explicit/src/main/java/example/HelloSecurityExplicitApplication.java
  86. 2 1
      servlet/spring-boot/java/hello-security-explicit/src/main/java/example/IndexController.java
  87. 2 1
      servlet/spring-boot/java/hello-security-explicit/src/test/java/example/HelloSecurityExplicitApplicationTests.java
  88. 2 1
      servlet/spring-boot/java/hello-security/src/main/java/example/HelloSecurityApplication.java
  89. 2 1
      servlet/spring-boot/java/hello-security/src/main/java/example/IndexController.java
  90. 2 1
      servlet/spring-boot/java/hello-security/src/test/java/example/HelloSecurityApplicationTests.java
  91. 2 1
      servlet/spring-boot/java/hello/src/main/java/example/HelloApplication.java
  92. 2 1
      servlet/spring-boot/java/hello/src/main/java/example/IndexController.java
  93. 2 1
      servlet/spring-boot/java/hello/src/test/java/example/HelloApplicationTests.java
  94. 2 1
      servlet/spring-boot/java/oauth2/login/src/integTest/java/example/OAuth2LoginApplicationTests.java
  95. 2 1
      servlet/spring-boot/java/oauth2/login/src/main/java/example/OAuth2LoginApplication.java
  96. 2 1
      servlet/spring-boot/java/oauth2/login/src/main/java/example/web/OAuth2LoginController.java
  97. 2 1
      servlet/spring-boot/java/oauth2/resource-server/hello-security/src/integTest/java/example/OAuth2ResourceServerApplicationITests.java
  98. 2 1
      servlet/spring-boot/java/oauth2/resource-server/hello-security/src/main/java/example/OAuth2ResourceServerApplication.java
  99. 2 1
      servlet/spring-boot/java/oauth2/resource-server/hello-security/src/main/java/example/OAuth2ResourceServerController.java
  100. 2 1
      servlet/spring-boot/java/oauth2/resource-server/hello-security/src/main/java/example/OAuth2ResourceServerSecurityConfiguration.java

+ 2 - 1
config/checkstyle/checkstyle.xml

@@ -12,6 +12,7 @@
 			org.springframework.security.oauth2.client.web.reactive.function.client.ServletOAuth2AuthorizedClientExchangeFilterFunction.*,
 			org.springframework.security.test.web.servlet.response.SecurityMockMvcResultMatchers.*" />
 		<property name="excludes" value="com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck" />
+		<property name="excludes" value="com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck" />
 	</module>
 	<module name="com.puppycrawl.tools.checkstyle.TreeWalker">
 		<module name="io.spring.javaformat.checkstyle.check.SpringJUnit5Check" />
@@ -46,4 +47,4 @@
 			<property name="requireSinceTag" value="false" />
 		</module>
 	</module>
-</module>
+</module>

+ 2 - 1
reactive/rsocket/hello-security/src/integTest/java/example/HelloRSocketApplicationITests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2019 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import io.rsocket.metadata.WellKnownMimeType;

+ 1 - 0
reactive/webflux-fn/hello-security/src/test/java/example/HelloTests.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.junit.jupiter.api.Test;

+ 1 - 0
reactive/webflux-fn/hello/src/test/java/example/HelloTests.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.junit.jupiter.api.Test;

+ 1 - 0
reactive/webflux/java/authentication/username-password/form/src/integTest/java/example/WebfluxFormApplicationITests.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import com.gargoylesoftware.htmlunit.BrowserVersion;

+ 2 - 1
reactive/webflux/java/hello-security-explicit/src/integTest/java/example/HelloSecurityExplicitITests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import example.pages.HomePage;

+ 2 - 1
reactive/webflux/java/hello-security-explicit/src/integTest/java/example/pages/HomePage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
reactive/webflux/java/hello-security-explicit/src/integTest/java/example/pages/LoginPage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 1 - 0
reactive/webflux/java/hello-security-explicit/src/test/java/example/HelloSecurityTests.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.junit.jupiter.api.Test;

+ 1 - 0
reactive/webflux/java/hello-security/src/test/java/example/HelloSecurityTests.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.junit.jupiter.api.Test;

+ 1 - 0
reactive/webflux/java/hello/src/test/java/example/HelloTests.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.junit.jupiter.api.Test;

+ 1 - 0
reactive/webflux/java/method/src/integTest/java/example/HelloMethodApplicationITests.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import java.util.function.Consumer;

+ 1 - 0
reactive/webflux/java/method/src/test/java/example/HelloMethodApplicationTests.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.junit.jupiter.api.Test;

+ 1 - 0
reactive/webflux/java/oauth2/login/src/integTest/java/example/OAuth2LoginApplicationTests.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.junit.jupiter.api.Test;

+ 1 - 0
reactive/webflux/java/oauth2/login/src/main/java/example/ReactiveOAuth2LoginApplication.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.boot.SpringApplication;

+ 1 - 0
reactive/webflux/java/oauth2/resource-server/src/main/java/example/OAuth2ResourceServerController.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.security.core.annotation.AuthenticationPrincipal;

+ 1 - 0
reactive/webflux/java/oauth2/resource-server/src/main/java/example/ServerOAuth2ResourceServerApplication.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.boot.SpringApplication;

+ 1 - 0
reactive/webflux/java/oauth2/resource-server/src/main/java/org/springframework/boot/env/package-info.java

@@ -20,4 +20,5 @@
  *
  * @author Rob Winch
  */
+
 package org.springframework.boot.env;

+ 1 - 0
reactive/webflux/java/oauth2/webclient/src/main/java/example/OAuth2WebClientController.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import reactor.core.publisher.Mono;

+ 2 - 1
reactive/webflux/java/oauth2/webclient/src/main/java/example/OAuth2WebClientWebFluxApplication.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.boot.SpringApplication;

+ 1 - 0
reactive/webflux/java/oauth2/webclient/src/main/java/example/RegisteredOAuth2AuthorizedClientController.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import reactor.core.publisher.Mono;

+ 1 - 0
reactive/webflux/java/oauth2/webclient/src/main/java/example/SecurityConfiguration.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.context.annotation.Bean;

+ 2 - 1
servlet/java-configuration/authentication/preauth/src/integTest/java/example/HelloWorldTests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import example.pages.HomePage;

+ 2 - 1
servlet/java-configuration/authentication/preauth/src/integTest/java/example/pages/HomePage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/authentication/preauth/src/integTest/java/example/pages/LoginPage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/authentication/preauth/src/main/java/example/IndexController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.stereotype.Controller;

+ 2 - 1
servlet/java-configuration/authentication/preauth/src/main/java/example/SecurityConfiguration.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2023 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.context.annotation.Bean;

+ 2 - 1
servlet/java-configuration/authentication/remember-me/src/main/integTest/java/example/FormLoginTests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import example.pages.CustomLoginPage;

+ 2 - 1
servlet/java-configuration/authentication/remember-me/src/main/integTest/java/example/pages/CustomLoginPage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/authentication/remember-me/src/main/integTest/java/example/pages/HomePage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/authentication/remember-me/src/main/java/example/IndexController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.stereotype.Controller;

+ 2 - 1
servlet/java-configuration/authentication/remember-me/src/main/java/example/SecurityConfiguration.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.context.annotation.Bean;

+ 2 - 1
servlet/java-configuration/authentication/username-password/form/src/integTest/java/example/FormLoginTests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import example.pages.CustomLoginPage;

+ 2 - 1
servlet/java-configuration/authentication/username-password/form/src/integTest/java/example/pages/CustomLoginPage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/authentication/username-password/form/src/integTest/java/example/pages/HomePage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/authentication/username-password/form/src/main/java/example/IndexController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.stereotype.Controller;

+ 2 - 1
servlet/java-configuration/authentication/username-password/form/src/main/java/example/SecurityConfiguration.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.context.annotation.Bean;

+ 2 - 1
servlet/java-configuration/authentication/username-password/in-memory/src/integTest/java/example/InMemoryTests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import example.pages.HomePage;

+ 2 - 1
servlet/java-configuration/authentication/username-password/in-memory/src/integTest/java/example/pages/HomePage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/authentication/username-password/in-memory/src/integTest/java/example/pages/LoginPage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/authentication/username-password/in-memory/src/main/java/example/IndexController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.stereotype.Controller;

+ 2 - 1
servlet/java-configuration/authentication/username-password/in-memory/src/main/java/example/SecurityConfiguration.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.context.annotation.Bean;

+ 2 - 1
servlet/java-configuration/authentication/username-password/jdbc/src/integTest/java/example/JdbcTests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import example.pages.HomePage;

+ 2 - 1
servlet/java-configuration/authentication/username-password/jdbc/src/integTest/java/example/pages/HomePage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/authentication/username-password/jdbc/src/integTest/java/example/pages/LoginPage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/authentication/username-password/jdbc/src/main/java/example/IndexController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.stereotype.Controller;

+ 2 - 1
servlet/java-configuration/authentication/username-password/jdbc/src/main/java/example/SecurityConfiguration.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import javax.sql.DataSource;

+ 2 - 1
servlet/java-configuration/authentication/username-password/ldap/src/integTest/java/example/InMemoryTests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import example.pages.HomePage;

+ 2 - 1
servlet/java-configuration/authentication/username-password/ldap/src/integTest/java/example/pages/HomePage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/authentication/username-password/ldap/src/integTest/java/example/pages/LoginPage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/authentication/username-password/ldap/src/main/java/example/IndexController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.stereotype.Controller;

+ 2 - 1
servlet/java-configuration/authentication/username-password/ldap/src/main/java/example/SecurityConfiguration.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.context.annotation.Bean;

+ 2 - 1
servlet/java-configuration/authentication/x509/src/integTest/java/example/X509Tests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import java.security.KeyStore;

+ 2 - 1
servlet/java-configuration/authentication/x509/src/main/java/example/SecurityConfiguration.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.context.annotation.Bean;

+ 2 - 1
servlet/java-configuration/hello-mvc-security/src/integTest/java/example/HelloWorldTests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import example.pages.HomePage;

+ 2 - 1
servlet/java-configuration/hello-mvc-security/src/integTest/java/example/pages/HomePage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/hello-mvc-security/src/integTest/java/example/pages/LoginPage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/hello-mvc-security/src/main/java/example/IndexController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.stereotype.Controller;

+ 2 - 1
servlet/java-configuration/hello-mvc-security/src/main/java/example/SecurityConfiguration.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.context.annotation.Bean;

+ 2 - 1
servlet/java-configuration/hello-security-explicit/src/integTest/java/example/HelloWorldTests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import example.pages.HomePage;

+ 2 - 1
servlet/java-configuration/hello-security-explicit/src/integTest/java/example/pages/HomePage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/hello-security-explicit/src/integTest/java/example/pages/LoginPage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/hello-security-explicit/src/main/java/example/SecurityConfiguration.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.context.annotation.Bean;

+ 2 - 1
servlet/java-configuration/hello-security-explicit/src/main/java/example/SecurityWebApplicationInitializer.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2013 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer;

+ 2 - 1
servlet/java-configuration/hello-security/src/integTest/java/example/HelloWorldTests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import example.pages.HomePage;

+ 2 - 1
servlet/java-configuration/hello-security/src/integTest/java/example/pages/HomePage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/hello-security/src/integTest/java/example/pages/LoginPage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/hello-security/src/main/java/example/SecurityConfiguration.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.context.annotation.Bean;

+ 2 - 1
servlet/java-configuration/hello-security/src/main/java/example/SecurityWebApplicationInitializer.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2013 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer;

+ 2 - 1
servlet/java-configuration/max-sessions/src/integTest/java/example/MaxSessionsITests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import example.pages.HomePage;

+ 2 - 1
servlet/java-configuration/max-sessions/src/integTest/java/example/pages/HomePage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/max-sessions/src/integTest/java/example/pages/LoginPage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/java-configuration/max-sessions/src/main/java/example/IndexController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.stereotype.Controller;

+ 2 - 1
servlet/java-configuration/saml2/login/src/main/java/example/IndexController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2021 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.security.core.annotation.AuthenticationPrincipal;

+ 2 - 1
servlet/java-configuration/saml2/login/src/main/java/example/SecurityConfiguration.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import java.io.InputStream;

+ 1 - 0
servlet/spring-boot/java/authentication/username-password/mfa/src/main/java/example/MfaApplication.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import java.util.HashMap;

+ 1 - 0
servlet/spring-boot/java/authentication/username-password/mfa/src/test/java/example/MfaApplicationTests.java

@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import com.j256.twofactorauth.TimeBasedOneTimePasswordUtil;

+ 2 - 1
servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/src/integTest/java/example/HelloSecurityExplicitITests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.junit.jupiter.api.Test;

+ 2 - 1
servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/src/main/java/example/UserController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.web.bind.annotation.GetMapping;

+ 2 - 1
servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/src/main/java/example/UserDetailsServiceApplication.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import java.util.HashMap;

+ 2 - 1
servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/src/test/java/example/UserDetailsServiceApplicationTests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.junit.jupiter.api.Test;

+ 2 - 1
servlet/spring-boot/java/hello-security-explicit/src/integTest/java/example/HelloSecurityExplicitITests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import example.pages.HomePage;

+ 2 - 1
servlet/spring-boot/java/hello-security-explicit/src/integTest/java/example/pages/HomePage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/spring-boot/java/hello-security-explicit/src/integTest/java/example/pages/LoginPage.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.pages;
 
 import org.openqa.selenium.WebDriver;

+ 2 - 1
servlet/spring-boot/java/hello-security-explicit/src/main/java/example/HelloSecurityExplicitApplication.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.boot.SpringApplication;

+ 2 - 1
servlet/spring-boot/java/hello-security-explicit/src/main/java/example/IndexController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.stereotype.Controller;

+ 2 - 1
servlet/spring-boot/java/hello-security-explicit/src/test/java/example/HelloSecurityExplicitApplicationTests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.junit.jupiter.api.Test;

+ 2 - 1
servlet/spring-boot/java/hello-security/src/main/java/example/HelloSecurityApplication.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.boot.SpringApplication;

+ 2 - 1
servlet/spring-boot/java/hello-security/src/main/java/example/IndexController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.stereotype.Controller;

+ 2 - 1
servlet/spring-boot/java/hello-security/src/test/java/example/HelloSecurityApplicationTests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.junit.jupiter.api.Test;

+ 2 - 1
servlet/spring-boot/java/hello/src/main/java/example/HelloApplication.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.boot.SpringApplication;

+ 2 - 1
servlet/spring-boot/java/hello/src/main/java/example/IndexController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.stereotype.Controller;

+ 2 - 1
servlet/spring-boot/java/hello/src/test/java/example/HelloApplicationTests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2016 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.junit.jupiter.api.Test;

+ 2 - 1
servlet/spring-boot/java/oauth2/login/src/integTest/java/example/OAuth2LoginApplicationTests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2019 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import java.net.URI;

+ 2 - 1
servlet/spring-boot/java/oauth2/login/src/main/java/example/OAuth2LoginApplication.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.boot.SpringApplication;

+ 2 - 1
servlet/spring-boot/java/oauth2/login/src/main/java/example/web/OAuth2LoginController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example.web;
 
 import org.springframework.security.core.annotation.AuthenticationPrincipal;

+ 2 - 1
servlet/spring-boot/java/oauth2/resource-server/hello-security/src/integTest/java/example/OAuth2ResourceServerApplicationITests.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2019 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.junit.jupiter.api.Test;

+ 2 - 1
servlet/spring-boot/java/oauth2/resource-server/hello-security/src/main/java/example/OAuth2ResourceServerApplication.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.boot.SpringApplication;

+ 2 - 1
servlet/spring-boot/java/oauth2/resource-server/hello-security/src/main/java/example/OAuth2ResourceServerController.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2019 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.security.core.annotation.AuthenticationPrincipal;

+ 2 - 1
servlet/spring-boot/java/oauth2/resource-server/hello-security/src/main/java/example/OAuth2ResourceServerSecurityConfiguration.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2019 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package example;
 
 import org.springframework.beans.factory.annotation.Value;

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů