diff --git a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/.mvn/wrapper/maven-wrapper.properties b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/.mvn/wrapper/maven-wrapper.properties index 2e8ff46a7..2076438e0 100644 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/.mvn/wrapper/maven-wrapper.properties +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/.mvn/wrapper/maven-wrapper.properties @@ -6,7 +6,7 @@ # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an diff --git a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/mvnw b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/mvnw index 19529ddf8..d7c358e5a 100755 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/mvnw +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/mvnw @@ -8,7 +8,7 @@ # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an diff --git a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/mvnw.cmd b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/mvnw.cmd index 249bdf382..6f779cff2 100644 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/mvnw.cmd +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/mvnw.cmd @@ -8,7 +8,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/pom.xml b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/pom.xml index c42224186..63dc9d1bc 100644 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/pom.xml +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/pom.xml @@ -1,7 +1,7 @@ - + 4.0.0 org.springframework.boot diff --git a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/CLR.java b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/CLR.java index aaa2ed513..762f654ad 100644 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/CLR.java +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/CLR.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/User.java b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/User.java index 2a5d37d66..64cbf5319 100644 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/User.java +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/User.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/UserProjection.java b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/UserProjection.java index 8ac144a12..8c7803383 100644 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/UserProjection.java +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/UserProjection.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/UserRepository.java b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/UserRepository.java index 4d28f9a52..5ae0e92a7 100644 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/UserRepository.java +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-generation/src/main/java/example/springdata/aot/UserRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,