From 87988851cd9aa17c7ebf1ef1b102e5e71fe58061 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Tue, 2 Apr 2019 09:19:26 +0200 Subject: [PATCH] Use https URLs everywhere. --- .mvn/wrapper/MavenWrapperDownloader.java | 2 +- etc/checkstyle/java-header.txt | 4 ++-- mvnw | 2 +- mvnw.cmd | 4 ++-- pom.xml | 8 ++++---- spring-data-neo4j/pom.xml | 4 ++-- .../data/neo4j/core/DefaultNodeManager.java | 4 ++-- .../springframework/data/neo4j/core/Neo4jOperations.java | 4 ++-- .../springframework/data/neo4j/core/Neo4jTemplate.java | 4 ++-- .../org/springframework/data/neo4j/core/NodeManager.java | 4 ++-- .../data/neo4j/core/NodeManagerFactory.java | 4 ++-- .../neo4j/core/context/DefaultPersistenceContext.java | 4 ++-- .../data/neo4j/core/context/PersistenceContext.java | 4 ++-- .../neo4j/core/mapping/DefaultNeo4jPersistentEntity.java | 4 ++-- .../core/mapping/DefaultNeo4jPersistentProperty.java | 4 ++-- .../core/mapping/MappingContextBasedScannerImpl.java | 4 ++-- .../data/neo4j/core/mapping/Neo4jMappingContext.java | 4 ++-- .../data/neo4j/core/mapping/Neo4jPersistentEntity.java | 4 ++-- .../data/neo4j/core/mapping/Neo4jPersistentProperty.java | 4 ++-- .../org/springframework/data/neo4j/core/schema/Id.java | 4 ++-- .../data/neo4j/core/schema/IdDescription.java | 4 ++-- .../data/neo4j/core/schema/IdGenerator.java | 4 ++-- .../neo4j/core/schema/IllegalSchemaChangeException.java | 4 ++-- .../data/neo4j/core/schema/Neo4jSimpleTypes.java | 4 ++-- .../org/springframework/data/neo4j/core/schema/Node.java | 4 ++-- .../data/neo4j/core/schema/NodeDescription.java | 4 ++-- .../springframework/data/neo4j/core/schema/Property.java | 4 ++-- .../data/neo4j/core/schema/PropertyDescription.java | 4 ++-- .../data/neo4j/core/schema/Relationship.java | 4 ++-- .../data/neo4j/core/schema/RelationshipDescription.java | 4 ++-- .../springframework/data/neo4j/core/schema/Scanner.java | 4 ++-- .../springframework/data/neo4j/core/schema/Schema.java | 4 ++-- .../neo4j/core/transaction/Neo4jConnectionHolder.java | 4 ++-- .../core/transaction/Neo4jSessionSynchronization.java | 4 ++-- .../neo4j/core/transaction/Neo4jTransactionManager.java | 4 ++-- .../neo4j/core/transaction/Neo4jTransactionUtils.java | 4 ++-- .../data/neo4j/core/transaction/NodeManagerHolder.java | 4 ++-- .../core/transaction/NodeManagerSynchronization.java | 6 ++---- .../data/neo4j/repository/Neo4jRepository.java | 4 ++-- .../data/neo4j/repository/ReactiveNeo4jRepository.java | 4 ++-- .../neo4j/repository/config/EnableNeo4jRepositories.java | 4 ++-- .../repository/config/Neo4jRepositoriesRegistrar.java | 4 ++-- .../config/Neo4jRepositoryConfigurationExtension.java | 4 ++-- .../data/neo4j/repository/query/AbstractNeo4jQuery.java | 4 ++-- .../data/neo4j/repository/query/CountQuery.java | 4 ++-- .../data/neo4j/repository/query/ExistsQuery.java | 4 ++-- .../data/neo4j/repository/query/Neo4jQueryMethod.java | 4 ++-- .../data/neo4j/repository/query/PartTreeNeo4jQuery.java | 4 ++-- .../data/neo4j/repository/query/Query.java | 4 ++-- .../neo4j/repository/query/StringBasedNeo4jQuery.java | 4 ++-- .../neo4j/repository/support/Neo4jRepositoryFactory.java | 4 ++-- .../repository/support/Neo4jRepositoryFactoryBean.java | 4 ++-- .../neo4j/repository/support/NodeManagerFactoryBean.java | 4 ++-- .../repository/support/SharedNodeManagerCreator.java | 4 ++-- .../neo4j/repository/support/SimpleNeo4jRepository.java | 4 ++-- .../core/mapping/DefaultNeo4JPersistentEntityTest.java | 4 ++-- .../core/mapping/MappingContextBasedScannerImplTest.java | 4 ++-- .../data/neo4j/core/schema/SchemaTest.java | 4 ++-- .../core/transaction/Neo4jTransactionManagerTest.java | 4 ++-- .../neo4j/core/transaction/Neo4jTransactionUtilsTest.java | 4 ++-- .../springframework/data/neo4j/integration/Person.java | 4 ++-- .../data/neo4j/integration/PersonRepository.java | 4 ++-- .../data/neo4j/integration/RepositoryIT.java | 4 ++-- .../repository/config/EnableNeo4jRepositoriesTests.java | 4 ++-- .../data/neo4j/repository/query/Neo4jQueryMethodTest.java | 4 ++-- .../repository/support/SimpleNeo4jRepositoryTest.java | 4 ++-- spring-data-neo4j/src/test/resources/logback-test.xml | 4 ++-- 67 files changed, 134 insertions(+), 136 deletions(-) diff --git a/.mvn/wrapper/MavenWrapperDownloader.java b/.mvn/wrapper/MavenWrapperDownloader.java index fa4f7b499..2e394d5b3 100755 --- a/.mvn/wrapper/MavenWrapperDownloader.java +++ b/.mvn/wrapper/MavenWrapperDownloader.java @@ -7,7 +7,7 @@ to you under the Apache License, Version 2.0 (the "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/etc/checkstyle/java-header.txt b/etc/checkstyle/java-header.txt index ef8f05fad..1197aab68 100644 --- a/etc/checkstyle/java-header.txt +++ b/etc/checkstyle/java-header.txt @@ -1,6 +1,6 @@ ^\Q/*\E$ ^\Q * Copyright (c) 2019 "Neo4j,"\E$ -^\Q * Neo4j Sweden AB [http://neo4j.com]\E$ +^\Q * Neo4j Sweden AB [https://neo4j.com]\E$ ^\Q *\E$ ^\Q * This file is part of Neo4j.\E$ ^\Q *\E$ @@ -8,7 +8,7 @@ ^\Q * you may not use this file except in compliance with the License.\E$ ^\Q * You may obtain a copy of the License at\E$ ^\Q *\E$ -^\Q * http://www.apache.org/licenses/LICENSE-2.0\E$ +^\Q * https://www.apache.org/licenses/LICENSE-2.0\E$ ^\Q *\E$ ^\Q * Unless required by applicable law or agreed to in writing, software\E$ ^\Q * distributed under the License is distributed on an "AS IS" BASIS,\E$ diff --git a/mvnw b/mvnw index 5551fde8e..8b9da3b8b 100755 --- a/mvnw +++ b/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/mvnw.cmd b/mvnw.cmd index 48363fa60..f954cb294 100755 --- a/mvnw.cmd +++ b/mvnw.cmd @@ -7,7 +7,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 @@ -122,7 +122,7 @@ set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain set DOWNLOAD_URL="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.2/maven-wrapper-0.4.2.jar" FOR /F "tokens=1,2 delims==" %%A IN (%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties) DO ( - IF "%%A"=="wrapperUrl" SET DOWNLOAD_URL=%%B + IF "%%A"=="wrapperUrl" SET DOWNLOAD_URL=%%B ) @REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central diff --git a/pom.xml b/pom.xml index 95d731d6e..e4db00e4e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@