From b72e4b3444c8da6ad75c7e3e18835cbdd4162d4c Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Fri, 16 May 2025 12:38:48 +0200 Subject: [PATCH] replace http with https --- .../test-projects/aot-data-repositories-mongodb/pom.xml | 6 +++--- .../src/main/java/example/springdata/aot/App.java | 2 +- .../src/main/java/example/springdata/aot/CLR.java | 2 +- .../src/main/java/example/springdata/aot/Post.java | 2 +- .../src/main/java/example/springdata/aot/User.java | 2 +- .../main/java/example/springdata/aot/UserProjection.java | 2 +- .../main/java/example/springdata/aot/UserRepository.java | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/pom.xml b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/pom.xml index 3be815d37..890568050 100644 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/pom.xml +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/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-data-repositories-mongodb/src/main/java/example/springdata/aot/App.java b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/src/main/java/example/springdata/aot/App.java index 1f3c478af..b63c97cd8 100644 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/src/main/java/example/springdata/aot/App.java +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/src/main/java/example/springdata/aot/App.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-data-repositories-mongodb/src/main/java/example/springdata/aot/CLR.java b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/src/main/java/example/springdata/aot/CLR.java index 1ccacfaa2..b98eed567 100644 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/src/main/java/example/springdata/aot/CLR.java +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/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-data-repositories-mongodb/src/main/java/example/springdata/aot/Post.java b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/src/main/java/example/springdata/aot/Post.java index 10f5068ba..9ca0d2f64 100644 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/src/main/java/example/springdata/aot/Post.java +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/src/main/java/example/springdata/aot/Post.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-data-repositories-mongodb/src/main/java/example/springdata/aot/User.java b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/src/main/java/example/springdata/aot/User.java index 56317490e..1caf9faa2 100644 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/src/main/java/example/springdata/aot/User.java +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/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-data-repositories-mongodb/src/main/java/example/springdata/aot/UserProjection.java b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/src/main/java/example/springdata/aot/UserProjection.java index d243ba3a8..c83c48fd1 100644 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/src/main/java/example/springdata/aot/UserProjection.java +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/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-data-repositories-mongodb/src/main/java/example/springdata/aot/UserRepository.java b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/src/main/java/example/springdata/aot/UserRepository.java index 6a935551e..cf89ec144 100644 --- a/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/src/main/java/example/springdata/aot/UserRepository.java +++ b/headless-services/spring-boot-language-server/src/test/resources/test-projects/aot-data-repositories-mongodb/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,