diff --git a/LICENSE b/LICENSE index 0a4e53757..8028de83b 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ spring-data-solr Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -192,7 +192,7 @@ spring-data-solr 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/pom.xml b/pom.xml index 589ff5247..3e94c2c47 100644 --- a/pom.xml +++ b/pom.xml @@ -1,15 +1,15 @@ - + 4.0.0 org.springframework.data spring-data-solr - 2.1.0.BUILD-SNAPSHOT + 2.1.0.DATASOLR-276-SNAPSHOT Spring Data Solr Spring Data module providing support for Apache Solr repositories. - http://github.com/spring-projects/spring-data-solr + https://github.com/spring-projects/spring-data-solr org.springframework.data.build @@ -264,7 +264,7 @@ Bamboo - http://build.spring.io/browse/DATASOLR + https://build.spring.io/browse/DATASOLR diff --git a/src/main/java/org/springframework/data/solr/SolrRealtimeGetRequest.java b/src/main/java/org/springframework/data/solr/SolrRealtimeGetRequest.java index affdf017e..0edc8d207 100644 --- a/src/main/java/org/springframework/data/solr/SolrRealtimeGetRequest.java +++ b/src/main/java/org/springframework/data/solr/SolrRealtimeGetRequest.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/src/main/java/org/springframework/data/solr/UncategorizedSolrException.java b/src/main/java/org/springframework/data/solr/UncategorizedSolrException.java index 4e9128caf..83b37a870 100644 --- a/src/main/java/org/springframework/data/solr/UncategorizedSolrException.java +++ b/src/main/java/org/springframework/data/solr/UncategorizedSolrException.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/src/main/java/org/springframework/data/solr/VersionUtil.java b/src/main/java/org/springframework/data/solr/VersionUtil.java index 8393b3e2e..bd9b8e711 100644 --- a/src/main/java/org/springframework/data/solr/VersionUtil.java +++ b/src/main/java/org/springframework/data/solr/VersionUtil.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/src/main/java/org/springframework/data/solr/config/SolrNamespaceHandler.java b/src/main/java/org/springframework/data/solr/config/SolrNamespaceHandler.java index cd3149f7b..5ff51d56f 100644 --- a/src/main/java/org/springframework/data/solr/config/SolrNamespaceHandler.java +++ b/src/main/java/org/springframework/data/solr/config/SolrNamespaceHandler.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/src/main/java/org/springframework/data/solr/core/CollectionCallback.java b/src/main/java/org/springframework/data/solr/core/CollectionCallback.java index 48336946a..fd0fc8837 100644 --- a/src/main/java/org/springframework/data/solr/core/CollectionCallback.java +++ b/src/main/java/org/springframework/data/solr/core/CollectionCallback.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/src/main/java/org/springframework/data/solr/core/DefaultQueryParser.java b/src/main/java/org/springframework/data/solr/core/DefaultQueryParser.java index 8b369ccbe..1444b976c 100644 --- a/src/main/java/org/springframework/data/solr/core/DefaultQueryParser.java +++ b/src/main/java/org/springframework/data/solr/core/DefaultQueryParser.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/src/main/java/org/springframework/data/solr/core/QueryParser.java b/src/main/java/org/springframework/data/solr/core/QueryParser.java index bbd1e6510..f38d3c53f 100644 --- a/src/main/java/org/springframework/data/solr/core/QueryParser.java +++ b/src/main/java/org/springframework/data/solr/core/QueryParser.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/src/main/java/org/springframework/data/solr/core/QueryParserBase.java b/src/main/java/org/springframework/data/solr/core/QueryParserBase.java index 3e6e4b47c..b08792981 100644 --- a/src/main/java/org/springframework/data/solr/core/QueryParserBase.java +++ b/src/main/java/org/springframework/data/solr/core/QueryParserBase.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/src/main/java/org/springframework/data/solr/core/QueryParsers.java b/src/main/java/org/springframework/data/solr/core/QueryParsers.java index 4d2a9dccc..11ba8ab1d 100644 --- a/src/main/java/org/springframework/data/solr/core/QueryParsers.java +++ b/src/main/java/org/springframework/data/solr/core/QueryParsers.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/src/main/java/org/springframework/data/solr/core/RequestMethod.java b/src/main/java/org/springframework/data/solr/core/RequestMethod.java index b5b43956c..68cd3d5e3 100644 --- a/src/main/java/org/springframework/data/solr/core/RequestMethod.java +++ b/src/main/java/org/springframework/data/solr/core/RequestMethod.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/src/main/java/org/springframework/data/solr/core/ResultHelper.java b/src/main/java/org/springframework/data/solr/core/ResultHelper.java index 73eb11f65..4cc778d5e 100644 --- a/src/main/java/org/springframework/data/solr/core/ResultHelper.java +++ b/src/main/java/org/springframework/data/solr/core/ResultHelper.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/src/main/java/org/springframework/data/solr/core/SolrCallback.java b/src/main/java/org/springframework/data/solr/core/SolrCallback.java index 02e9c6fb1..314f1a9e2 100644 --- a/src/main/java/org/springframework/data/solr/core/SolrCallback.java +++ b/src/main/java/org/springframework/data/solr/core/SolrCallback.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/src/main/java/org/springframework/data/solr/core/SolrExceptionTranslator.java b/src/main/java/org/springframework/data/solr/core/SolrExceptionTranslator.java index 408c31f43..0f05f3be1 100644 --- a/src/main/java/org/springframework/data/solr/core/SolrExceptionTranslator.java +++ b/src/main/java/org/springframework/data/solr/core/SolrExceptionTranslator.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/src/main/java/org/springframework/data/solr/core/SolrOperations.java b/src/main/java/org/springframework/data/solr/core/SolrOperations.java index fdc2a2263..b43d74949 100644 --- a/src/main/java/org/springframework/data/solr/core/SolrOperations.java +++ b/src/main/java/org/springframework/data/solr/core/SolrOperations.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/src/main/java/org/springframework/data/solr/core/SolrTemplate.java b/src/main/java/org/springframework/data/solr/core/SolrTemplate.java index ae8e44db7..950c0a54d 100644 --- a/src/main/java/org/springframework/data/solr/core/SolrTemplate.java +++ b/src/main/java/org/springframework/data/solr/core/SolrTemplate.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/src/main/java/org/springframework/data/solr/core/SolrTransactionSynchronizationAdapter.java b/src/main/java/org/springframework/data/solr/core/SolrTransactionSynchronizationAdapter.java index fd3374b84..7c0445cb1 100644 --- a/src/main/java/org/springframework/data/solr/core/SolrTransactionSynchronizationAdapter.java +++ b/src/main/java/org/springframework/data/solr/core/SolrTransactionSynchronizationAdapter.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/src/main/java/org/springframework/data/solr/core/SolrTransactionSynchronizationAdapterBuilder.java b/src/main/java/org/springframework/data/solr/core/SolrTransactionSynchronizationAdapterBuilder.java index cb29a435f..06155b24d 100644 --- a/src/main/java/org/springframework/data/solr/core/SolrTransactionSynchronizationAdapterBuilder.java +++ b/src/main/java/org/springframework/data/solr/core/SolrTransactionSynchronizationAdapterBuilder.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/src/main/java/org/springframework/data/solr/core/TermsQueryParser.java b/src/main/java/org/springframework/data/solr/core/TermsQueryParser.java index 225afc29e..21b01c7e8 100644 --- a/src/main/java/org/springframework/data/solr/core/TermsQueryParser.java +++ b/src/main/java/org/springframework/data/solr/core/TermsQueryParser.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/src/main/java/org/springframework/data/solr/core/convert/CustomConversions.java b/src/main/java/org/springframework/data/solr/core/convert/CustomConversions.java index a9c40e052..cbbb835a4 100644 --- a/src/main/java/org/springframework/data/solr/core/convert/CustomConversions.java +++ b/src/main/java/org/springframework/data/solr/core/convert/CustomConversions.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/src/main/java/org/springframework/data/solr/core/convert/DateTimeConverters.java b/src/main/java/org/springframework/data/solr/core/convert/DateTimeConverters.java index dda12c81e..7479ab5e3 100644 --- a/src/main/java/org/springframework/data/solr/core/convert/DateTimeConverters.java +++ b/src/main/java/org/springframework/data/solr/core/convert/DateTimeConverters.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/src/main/java/org/springframework/data/solr/core/convert/MappingSolrConverter.java b/src/main/java/org/springframework/data/solr/core/convert/MappingSolrConverter.java index 234159d12..c7d7e45ef 100644 --- a/src/main/java/org/springframework/data/solr/core/convert/MappingSolrConverter.java +++ b/src/main/java/org/springframework/data/solr/core/convert/MappingSolrConverter.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/src/main/java/org/springframework/data/solr/core/convert/NumberConverters.java b/src/main/java/org/springframework/data/solr/core/convert/NumberConverters.java index 5e90c7d05..ebc0291ea 100644 --- a/src/main/java/org/springframework/data/solr/core/convert/NumberConverters.java +++ b/src/main/java/org/springframework/data/solr/core/convert/NumberConverters.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/src/main/java/org/springframework/data/solr/core/convert/SolrConverter.java b/src/main/java/org/springframework/data/solr/core/convert/SolrConverter.java index 52cb883ef..70da83a33 100644 --- a/src/main/java/org/springframework/data/solr/core/convert/SolrConverter.java +++ b/src/main/java/org/springframework/data/solr/core/convert/SolrConverter.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/src/main/java/org/springframework/data/solr/core/convert/SolrConverterBase.java b/src/main/java/org/springframework/data/solr/core/convert/SolrConverterBase.java index e186ca993..128427ba7 100644 --- a/src/main/java/org/springframework/data/solr/core/convert/SolrConverterBase.java +++ b/src/main/java/org/springframework/data/solr/core/convert/SolrConverterBase.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/src/main/java/org/springframework/data/solr/core/convert/SolrJConverter.java b/src/main/java/org/springframework/data/solr/core/convert/SolrJConverter.java index 58cb9662d..7809c6013 100644 --- a/src/main/java/org/springframework/data/solr/core/convert/SolrJConverter.java +++ b/src/main/java/org/springframework/data/solr/core/convert/SolrJConverter.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/src/main/java/org/springframework/data/solr/core/convert/SolrjConverters.java b/src/main/java/org/springframework/data/solr/core/convert/SolrjConverters.java index b4b1c8ac1..4f6974305 100644 --- a/src/main/java/org/springframework/data/solr/core/convert/SolrjConverters.java +++ b/src/main/java/org/springframework/data/solr/core/convert/SolrjConverters.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/src/main/java/org/springframework/data/solr/core/geo/GeoConverters.java b/src/main/java/org/springframework/data/solr/core/geo/GeoConverters.java index 5d0126d24..dbe0a84be 100644 --- a/src/main/java/org/springframework/data/solr/core/geo/GeoConverters.java +++ b/src/main/java/org/springframework/data/solr/core/geo/GeoConverters.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/src/main/java/org/springframework/data/solr/core/geo/Point.java b/src/main/java/org/springframework/data/solr/core/geo/Point.java index 9989cbe7f..eb82fe612 100644 --- a/src/main/java/org/springframework/data/solr/core/geo/Point.java +++ b/src/main/java/org/springframework/data/solr/core/geo/Point.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/src/main/java/org/springframework/data/solr/core/mapping/Dynamic.java b/src/main/java/org/springframework/data/solr/core/mapping/Dynamic.java index 15f86bd06..6223961e4 100644 --- a/src/main/java/org/springframework/data/solr/core/mapping/Dynamic.java +++ b/src/main/java/org/springframework/data/solr/core/mapping/Dynamic.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/src/main/java/org/springframework/data/solr/core/mapping/Indexed.java b/src/main/java/org/springframework/data/solr/core/mapping/Indexed.java index 7d8add6ba..694e6eb50 100644 --- a/src/main/java/org/springframework/data/solr/core/mapping/Indexed.java +++ b/src/main/java/org/springframework/data/solr/core/mapping/Indexed.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/src/main/java/org/springframework/data/solr/core/mapping/SimpleSolrMappingContext.java b/src/main/java/org/springframework/data/solr/core/mapping/SimpleSolrMappingContext.java index 5f61cabdb..af9f4cf5e 100644 --- a/src/main/java/org/springframework/data/solr/core/mapping/SimpleSolrMappingContext.java +++ b/src/main/java/org/springframework/data/solr/core/mapping/SimpleSolrMappingContext.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/src/main/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentEntity.java b/src/main/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentEntity.java index 17ac4b919..1965f7c8c 100644 --- a/src/main/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentEntity.java +++ b/src/main/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentEntity.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/src/main/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentProperty.java b/src/main/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentProperty.java index 6ce38e792..02becc338 100644 --- a/src/main/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentProperty.java +++ b/src/main/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentProperty.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/src/main/java/org/springframework/data/solr/core/mapping/SolrDocument.java b/src/main/java/org/springframework/data/solr/core/mapping/SolrDocument.java index a072a7ba0..b23519279 100644 --- a/src/main/java/org/springframework/data/solr/core/mapping/SolrDocument.java +++ b/src/main/java/org/springframework/data/solr/core/mapping/SolrDocument.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/src/main/java/org/springframework/data/solr/core/mapping/SolrMappingEventPublisher.java b/src/main/java/org/springframework/data/solr/core/mapping/SolrMappingEventPublisher.java index af54e7b98..7c44f73ac 100644 --- a/src/main/java/org/springframework/data/solr/core/mapping/SolrMappingEventPublisher.java +++ b/src/main/java/org/springframework/data/solr/core/mapping/SolrMappingEventPublisher.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/src/main/java/org/springframework/data/solr/core/mapping/SolrPersistentEntity.java b/src/main/java/org/springframework/data/solr/core/mapping/SolrPersistentEntity.java index a8119cf5f..59dd47758 100644 --- a/src/main/java/org/springframework/data/solr/core/mapping/SolrPersistentEntity.java +++ b/src/main/java/org/springframework/data/solr/core/mapping/SolrPersistentEntity.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/src/main/java/org/springframework/data/solr/core/mapping/SolrPersistentProperty.java b/src/main/java/org/springframework/data/solr/core/mapping/SolrPersistentProperty.java index 354d8759b..00ec0b0c5 100644 --- a/src/main/java/org/springframework/data/solr/core/mapping/SolrPersistentProperty.java +++ b/src/main/java/org/springframework/data/solr/core/mapping/SolrPersistentProperty.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/src/main/java/org/springframework/data/solr/core/mapping/SolrSimpleTypes.java b/src/main/java/org/springframework/data/solr/core/mapping/SolrSimpleTypes.java index ecd876677..36eac1213 100644 --- a/src/main/java/org/springframework/data/solr/core/mapping/SolrSimpleTypes.java +++ b/src/main/java/org/springframework/data/solr/core/mapping/SolrSimpleTypes.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/src/main/java/org/springframework/data/solr/core/query/AbstractFacetAndHighlightQueryDecorator.java b/src/main/java/org/springframework/data/solr/core/query/AbstractFacetAndHighlightQueryDecorator.java index b6dfa0481..b6ab1284b 100644 --- a/src/main/java/org/springframework/data/solr/core/query/AbstractFacetAndHighlightQueryDecorator.java +++ b/src/main/java/org/springframework/data/solr/core/query/AbstractFacetAndHighlightQueryDecorator.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/src/main/java/org/springframework/data/solr/core/query/AbstractFacetQueryDecorator.java b/src/main/java/org/springframework/data/solr/core/query/AbstractFacetQueryDecorator.java index bf910b74f..2cc3adf15 100644 --- a/src/main/java/org/springframework/data/solr/core/query/AbstractFacetQueryDecorator.java +++ b/src/main/java/org/springframework/data/solr/core/query/AbstractFacetQueryDecorator.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/src/main/java/org/springframework/data/solr/core/query/AbstractFunction.java b/src/main/java/org/springframework/data/solr/core/query/AbstractFunction.java index df2baff3e..3a1fb8902 100644 --- a/src/main/java/org/springframework/data/solr/core/query/AbstractFunction.java +++ b/src/main/java/org/springframework/data/solr/core/query/AbstractFunction.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/src/main/java/org/springframework/data/solr/core/query/AbstractHighlightQueryDecorator.java b/src/main/java/org/springframework/data/solr/core/query/AbstractHighlightQueryDecorator.java index ee1f68653..0e4b22018 100644 --- a/src/main/java/org/springframework/data/solr/core/query/AbstractHighlightQueryDecorator.java +++ b/src/main/java/org/springframework/data/solr/core/query/AbstractHighlightQueryDecorator.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/src/main/java/org/springframework/data/solr/core/query/AbstractQuery.java b/src/main/java/org/springframework/data/solr/core/query/AbstractQuery.java index b4e277116..baf5fdb22 100644 --- a/src/main/java/org/springframework/data/solr/core/query/AbstractQuery.java +++ b/src/main/java/org/springframework/data/solr/core/query/AbstractQuery.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/src/main/java/org/springframework/data/solr/core/query/AbstractQueryDecorator.java b/src/main/java/org/springframework/data/solr/core/query/AbstractQueryDecorator.java index 30490fc01..1aa4a7dd0 100644 --- a/src/main/java/org/springframework/data/solr/core/query/AbstractQueryDecorator.java +++ b/src/main/java/org/springframework/data/solr/core/query/AbstractQueryDecorator.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/src/main/java/org/springframework/data/solr/core/query/AbstractValueHoldingField.java b/src/main/java/org/springframework/data/solr/core/query/AbstractValueHoldingField.java index 8e3b81f33..c3a124a0f 100644 --- a/src/main/java/org/springframework/data/solr/core/query/AbstractValueHoldingField.java +++ b/src/main/java/org/springframework/data/solr/core/query/AbstractValueHoldingField.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/src/main/java/org/springframework/data/solr/core/query/AnyCriteria.java b/src/main/java/org/springframework/data/solr/core/query/AnyCriteria.java index 378c9a938..aa898b447 100644 --- a/src/main/java/org/springframework/data/solr/core/query/AnyCriteria.java +++ b/src/main/java/org/springframework/data/solr/core/query/AnyCriteria.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/src/main/java/org/springframework/data/solr/core/query/CalculatedField.java b/src/main/java/org/springframework/data/solr/core/query/CalculatedField.java index 181d7acd5..a62d8e067 100644 --- a/src/main/java/org/springframework/data/solr/core/query/CalculatedField.java +++ b/src/main/java/org/springframework/data/solr/core/query/CalculatedField.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/src/main/java/org/springframework/data/solr/core/query/Criteria.java b/src/main/java/org/springframework/data/solr/core/query/Criteria.java index 94ff999da..26d645ef8 100644 --- a/src/main/java/org/springframework/data/solr/core/query/Criteria.java +++ b/src/main/java/org/springframework/data/solr/core/query/Criteria.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/src/main/java/org/springframework/data/solr/core/query/Crotch.java b/src/main/java/org/springframework/data/solr/core/query/Crotch.java index 1a44cddc6..7d81a11bc 100644 --- a/src/main/java/org/springframework/data/solr/core/query/Crotch.java +++ b/src/main/java/org/springframework/data/solr/core/query/Crotch.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/src/main/java/org/springframework/data/solr/core/query/CurrencyFunction.java b/src/main/java/org/springframework/data/solr/core/query/CurrencyFunction.java index 02e632ea5..a7e712766 100644 --- a/src/main/java/org/springframework/data/solr/core/query/CurrencyFunction.java +++ b/src/main/java/org/springframework/data/solr/core/query/CurrencyFunction.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/src/main/java/org/springframework/data/solr/core/query/DefaultValueFunction.java b/src/main/java/org/springframework/data/solr/core/query/DefaultValueFunction.java index b9c3a0362..6001ff334 100644 --- a/src/main/java/org/springframework/data/solr/core/query/DefaultValueFunction.java +++ b/src/main/java/org/springframework/data/solr/core/query/DefaultValueFunction.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/src/main/java/org/springframework/data/solr/core/query/DistanceField.java b/src/main/java/org/springframework/data/solr/core/query/DistanceField.java index 5245e7a4a..cbed40aa5 100644 --- a/src/main/java/org/springframework/data/solr/core/query/DistanceField.java +++ b/src/main/java/org/springframework/data/solr/core/query/DistanceField.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/src/main/java/org/springframework/data/solr/core/query/DistanceFunction.java b/src/main/java/org/springframework/data/solr/core/query/DistanceFunction.java index 87ebb7f2b..885667f17 100644 --- a/src/main/java/org/springframework/data/solr/core/query/DistanceFunction.java +++ b/src/main/java/org/springframework/data/solr/core/query/DistanceFunction.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/src/main/java/org/springframework/data/solr/core/query/DivideFunction.java b/src/main/java/org/springframework/data/solr/core/query/DivideFunction.java index f96f21b14..38eeb529c 100644 --- a/src/main/java/org/springframework/data/solr/core/query/DivideFunction.java +++ b/src/main/java/org/springframework/data/solr/core/query/DivideFunction.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/src/main/java/org/springframework/data/solr/core/query/ExistsFunction.java b/src/main/java/org/springframework/data/solr/core/query/ExistsFunction.java index ac98defd6..369156687 100644 --- a/src/main/java/org/springframework/data/solr/core/query/ExistsFunction.java +++ b/src/main/java/org/springframework/data/solr/core/query/ExistsFunction.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/src/main/java/org/springframework/data/solr/core/query/FacetAndHighlightQuery.java b/src/main/java/org/springframework/data/solr/core/query/FacetAndHighlightQuery.java index d5406cfed..3511caf1f 100644 --- a/src/main/java/org/springframework/data/solr/core/query/FacetAndHighlightQuery.java +++ b/src/main/java/org/springframework/data/solr/core/query/FacetAndHighlightQuery.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/src/main/java/org/springframework/data/solr/core/query/FacetOptions.java b/src/main/java/org/springframework/data/solr/core/query/FacetOptions.java index e82fe119d..3b94ab096 100644 --- a/src/main/java/org/springframework/data/solr/core/query/FacetOptions.java +++ b/src/main/java/org/springframework/data/solr/core/query/FacetOptions.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/src/main/java/org/springframework/data/solr/core/query/FacetQuery.java b/src/main/java/org/springframework/data/solr/core/query/FacetQuery.java index c6497f74a..9f305c700 100644 --- a/src/main/java/org/springframework/data/solr/core/query/FacetQuery.java +++ b/src/main/java/org/springframework/data/solr/core/query/FacetQuery.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/src/main/java/org/springframework/data/solr/core/query/Field.java b/src/main/java/org/springframework/data/solr/core/query/Field.java index 0938ca632..95e2de181 100644 --- a/src/main/java/org/springframework/data/solr/core/query/Field.java +++ b/src/main/java/org/springframework/data/solr/core/query/Field.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/src/main/java/org/springframework/data/solr/core/query/FieldWithQueryParameters.java b/src/main/java/org/springframework/data/solr/core/query/FieldWithQueryParameters.java index 78297f104..0dfcc3820 100644 --- a/src/main/java/org/springframework/data/solr/core/query/FieldWithQueryParameters.java +++ b/src/main/java/org/springframework/data/solr/core/query/FieldWithQueryParameters.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/src/main/java/org/springframework/data/solr/core/query/FilterQuery.java b/src/main/java/org/springframework/data/solr/core/query/FilterQuery.java index fbc3d3110..174ef3a35 100644 --- a/src/main/java/org/springframework/data/solr/core/query/FilterQuery.java +++ b/src/main/java/org/springframework/data/solr/core/query/FilterQuery.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/src/main/java/org/springframework/data/solr/core/query/Function.java b/src/main/java/org/springframework/data/solr/core/query/Function.java index f0ca90fca..c959ab72c 100644 --- a/src/main/java/org/springframework/data/solr/core/query/Function.java +++ b/src/main/java/org/springframework/data/solr/core/query/Function.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/src/main/java/org/springframework/data/solr/core/query/GeoDistanceFunction.java b/src/main/java/org/springframework/data/solr/core/query/GeoDistanceFunction.java index 579280151..f77e36ba9 100644 --- a/src/main/java/org/springframework/data/solr/core/query/GeoDistanceFunction.java +++ b/src/main/java/org/springframework/data/solr/core/query/GeoDistanceFunction.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/src/main/java/org/springframework/data/solr/core/query/GeoHashFunction.java b/src/main/java/org/springframework/data/solr/core/query/GeoHashFunction.java index 8eb587316..b9ebe3f4b 100644 --- a/src/main/java/org/springframework/data/solr/core/query/GeoHashFunction.java +++ b/src/main/java/org/springframework/data/solr/core/query/GeoHashFunction.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/src/main/java/org/springframework/data/solr/core/query/GroupOptions.java b/src/main/java/org/springframework/data/solr/core/query/GroupOptions.java index b4ba12d21..32de0a7d6 100644 --- a/src/main/java/org/springframework/data/solr/core/query/GroupOptions.java +++ b/src/main/java/org/springframework/data/solr/core/query/GroupOptions.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/src/main/java/org/springframework/data/solr/core/query/HighlightOptions.java b/src/main/java/org/springframework/data/solr/core/query/HighlightOptions.java index c0982f727..1a414776b 100644 --- a/src/main/java/org/springframework/data/solr/core/query/HighlightOptions.java +++ b/src/main/java/org/springframework/data/solr/core/query/HighlightOptions.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/src/main/java/org/springframework/data/solr/core/query/HighlightQuery.java b/src/main/java/org/springframework/data/solr/core/query/HighlightQuery.java index d282f951e..9364258c1 100644 --- a/src/main/java/org/springframework/data/solr/core/query/HighlightQuery.java +++ b/src/main/java/org/springframework/data/solr/core/query/HighlightQuery.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/src/main/java/org/springframework/data/solr/core/query/IfFunction.java b/src/main/java/org/springframework/data/solr/core/query/IfFunction.java index 5ccac159d..59314e480 100644 --- a/src/main/java/org/springframework/data/solr/core/query/IfFunction.java +++ b/src/main/java/org/springframework/data/solr/core/query/IfFunction.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/src/main/java/org/springframework/data/solr/core/query/Join.java b/src/main/java/org/springframework/data/solr/core/query/Join.java index b098b5838..d909df073 100644 --- a/src/main/java/org/springframework/data/solr/core/query/Join.java +++ b/src/main/java/org/springframework/data/solr/core/query/Join.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/src/main/java/org/springframework/data/solr/core/query/MaxFunction.java b/src/main/java/org/springframework/data/solr/core/query/MaxFunction.java index 5e7762ad9..b943f4255 100644 --- a/src/main/java/org/springframework/data/solr/core/query/MaxFunction.java +++ b/src/main/java/org/springframework/data/solr/core/query/MaxFunction.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/src/main/java/org/springframework/data/solr/core/query/Node.java b/src/main/java/org/springframework/data/solr/core/query/Node.java index 34b412c13..475875356 100644 --- a/src/main/java/org/springframework/data/solr/core/query/Node.java +++ b/src/main/java/org/springframework/data/solr/core/query/Node.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/src/main/java/org/springframework/data/solr/core/query/NotFunction.java b/src/main/java/org/springframework/data/solr/core/query/NotFunction.java index 569b6e0fe..1b2dcfc99 100644 --- a/src/main/java/org/springframework/data/solr/core/query/NotFunction.java +++ b/src/main/java/org/springframework/data/solr/core/query/NotFunction.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/src/main/java/org/springframework/data/solr/core/query/ParameterHolder.java b/src/main/java/org/springframework/data/solr/core/query/ParameterHolder.java index 88e8da5b8..f250ee8c3 100644 --- a/src/main/java/org/springframework/data/solr/core/query/ParameterHolder.java +++ b/src/main/java/org/springframework/data/solr/core/query/ParameterHolder.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/src/main/java/org/springframework/data/solr/core/query/PartialUpdate.java b/src/main/java/org/springframework/data/solr/core/query/PartialUpdate.java index 2f086b775..edde44e7f 100644 --- a/src/main/java/org/springframework/data/solr/core/query/PartialUpdate.java +++ b/src/main/java/org/springframework/data/solr/core/query/PartialUpdate.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/src/main/java/org/springframework/data/solr/core/query/ProductFunction.java b/src/main/java/org/springframework/data/solr/core/query/ProductFunction.java index fbaea80db..a32a33365 100644 --- a/src/main/java/org/springframework/data/solr/core/query/ProductFunction.java +++ b/src/main/java/org/springframework/data/solr/core/query/ProductFunction.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/src/main/java/org/springframework/data/solr/core/query/Query.java b/src/main/java/org/springframework/data/solr/core/query/Query.java index 62983152f..2f2f35feb 100644 --- a/src/main/java/org/springframework/data/solr/core/query/Query.java +++ b/src/main/java/org/springframework/data/solr/core/query/Query.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/src/main/java/org/springframework/data/solr/core/query/QueryFunction.java b/src/main/java/org/springframework/data/solr/core/query/QueryFunction.java index bd3182a61..cfbb4f2e9 100644 --- a/src/main/java/org/springframework/data/solr/core/query/QueryFunction.java +++ b/src/main/java/org/springframework/data/solr/core/query/QueryFunction.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/src/main/java/org/springframework/data/solr/core/query/QueryParameter.java b/src/main/java/org/springframework/data/solr/core/query/QueryParameter.java index 2da4b57b4..1f27555a9 100644 --- a/src/main/java/org/springframework/data/solr/core/query/QueryParameter.java +++ b/src/main/java/org/springframework/data/solr/core/query/QueryParameter.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/src/main/java/org/springframework/data/solr/core/query/QueryParameterImpl.java b/src/main/java/org/springframework/data/solr/core/query/QueryParameterImpl.java index 0c68e66a2..104cfa256 100644 --- a/src/main/java/org/springframework/data/solr/core/query/QueryParameterImpl.java +++ b/src/main/java/org/springframework/data/solr/core/query/QueryParameterImpl.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/src/main/java/org/springframework/data/solr/core/query/QueryStringHolder.java b/src/main/java/org/springframework/data/solr/core/query/QueryStringHolder.java index a4f9e07d7..9d0b6fe22 100644 --- a/src/main/java/org/springframework/data/solr/core/query/QueryStringHolder.java +++ b/src/main/java/org/springframework/data/solr/core/query/QueryStringHolder.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/src/main/java/org/springframework/data/solr/core/query/SimpleCalculatedField.java b/src/main/java/org/springframework/data/solr/core/query/SimpleCalculatedField.java index 0cb7cd43b..7bba90905 100644 --- a/src/main/java/org/springframework/data/solr/core/query/SimpleCalculatedField.java +++ b/src/main/java/org/springframework/data/solr/core/query/SimpleCalculatedField.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/src/main/java/org/springframework/data/solr/core/query/SimpleFacetAndHighlightQuery.java b/src/main/java/org/springframework/data/solr/core/query/SimpleFacetAndHighlightQuery.java index 8ebf5c6e7..766c13ce1 100644 --- a/src/main/java/org/springframework/data/solr/core/query/SimpleFacetAndHighlightQuery.java +++ b/src/main/java/org/springframework/data/solr/core/query/SimpleFacetAndHighlightQuery.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/src/main/java/org/springframework/data/solr/core/query/SimpleFacetQuery.java b/src/main/java/org/springframework/data/solr/core/query/SimpleFacetQuery.java index db1d22878..769b13cd4 100644 --- a/src/main/java/org/springframework/data/solr/core/query/SimpleFacetQuery.java +++ b/src/main/java/org/springframework/data/solr/core/query/SimpleFacetQuery.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/src/main/java/org/springframework/data/solr/core/query/SimpleField.java b/src/main/java/org/springframework/data/solr/core/query/SimpleField.java index 39174ae55..45555fd68 100644 --- a/src/main/java/org/springframework/data/solr/core/query/SimpleField.java +++ b/src/main/java/org/springframework/data/solr/core/query/SimpleField.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/src/main/java/org/springframework/data/solr/core/query/SimpleFilterQuery.java b/src/main/java/org/springframework/data/solr/core/query/SimpleFilterQuery.java index d600e0bc3..855f0ac91 100644 --- a/src/main/java/org/springframework/data/solr/core/query/SimpleFilterQuery.java +++ b/src/main/java/org/springframework/data/solr/core/query/SimpleFilterQuery.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/src/main/java/org/springframework/data/solr/core/query/SimpleHighlightQuery.java b/src/main/java/org/springframework/data/solr/core/query/SimpleHighlightQuery.java index dffb5279e..46381bb56 100644 --- a/src/main/java/org/springframework/data/solr/core/query/SimpleHighlightQuery.java +++ b/src/main/java/org/springframework/data/solr/core/query/SimpleHighlightQuery.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/src/main/java/org/springframework/data/solr/core/query/SimpleQuery.java b/src/main/java/org/springframework/data/solr/core/query/SimpleQuery.java index fc5cf14ed..624fcb326 100644 --- a/src/main/java/org/springframework/data/solr/core/query/SimpleQuery.java +++ b/src/main/java/org/springframework/data/solr/core/query/SimpleQuery.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/src/main/java/org/springframework/data/solr/core/query/SimpleStringCriteria.java b/src/main/java/org/springframework/data/solr/core/query/SimpleStringCriteria.java index 6e3605a32..4aeff1369 100644 --- a/src/main/java/org/springframework/data/solr/core/query/SimpleStringCriteria.java +++ b/src/main/java/org/springframework/data/solr/core/query/SimpleStringCriteria.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/src/main/java/org/springframework/data/solr/core/query/SimpleTermsQuery.java b/src/main/java/org/springframework/data/solr/core/query/SimpleTermsQuery.java index faa22e623..9194fda62 100644 --- a/src/main/java/org/springframework/data/solr/core/query/SimpleTermsQuery.java +++ b/src/main/java/org/springframework/data/solr/core/query/SimpleTermsQuery.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/src/main/java/org/springframework/data/solr/core/query/SimpleUpdateField.java b/src/main/java/org/springframework/data/solr/core/query/SimpleUpdateField.java index e61b7db0b..4c0135970 100644 --- a/src/main/java/org/springframework/data/solr/core/query/SimpleUpdateField.java +++ b/src/main/java/org/springframework/data/solr/core/query/SimpleUpdateField.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/src/main/java/org/springframework/data/solr/core/query/SolrDataQuery.java b/src/main/java/org/springframework/data/solr/core/query/SolrDataQuery.java index fe2111d9a..5910a969a 100644 --- a/src/main/java/org/springframework/data/solr/core/query/SolrDataQuery.java +++ b/src/main/java/org/springframework/data/solr/core/query/SolrDataQuery.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/src/main/java/org/springframework/data/solr/core/query/SolrPageRequest.java b/src/main/java/org/springframework/data/solr/core/query/SolrPageRequest.java index de34950f3..4e286a7e2 100644 --- a/src/main/java/org/springframework/data/solr/core/query/SolrPageRequest.java +++ b/src/main/java/org/springframework/data/solr/core/query/SolrPageRequest.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/src/main/java/org/springframework/data/solr/core/query/SpellcheckOptions.java b/src/main/java/org/springframework/data/solr/core/query/SpellcheckOptions.java index cc2b094eb..ac6d836af 100644 --- a/src/main/java/org/springframework/data/solr/core/query/SpellcheckOptions.java +++ b/src/main/java/org/springframework/data/solr/core/query/SpellcheckOptions.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/src/main/java/org/springframework/data/solr/core/query/StatsOptions.java b/src/main/java/org/springframework/data/solr/core/query/StatsOptions.java index cb1529742..876615eec 100644 --- a/src/main/java/org/springframework/data/solr/core/query/StatsOptions.java +++ b/src/main/java/org/springframework/data/solr/core/query/StatsOptions.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/src/main/java/org/springframework/data/solr/core/query/TermFrequencyFunction.java b/src/main/java/org/springframework/data/solr/core/query/TermFrequencyFunction.java index 6bd1b4537..a93324507 100644 --- a/src/main/java/org/springframework/data/solr/core/query/TermFrequencyFunction.java +++ b/src/main/java/org/springframework/data/solr/core/query/TermFrequencyFunction.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/src/main/java/org/springframework/data/solr/core/query/TermsOptions.java b/src/main/java/org/springframework/data/solr/core/query/TermsOptions.java index 42a526379..8c8704352 100644 --- a/src/main/java/org/springframework/data/solr/core/query/TermsOptions.java +++ b/src/main/java/org/springframework/data/solr/core/query/TermsOptions.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/src/main/java/org/springframework/data/solr/core/query/TermsQuery.java b/src/main/java/org/springframework/data/solr/core/query/TermsQuery.java index 45e8afd6f..fd8daa5b0 100644 --- a/src/main/java/org/springframework/data/solr/core/query/TermsQuery.java +++ b/src/main/java/org/springframework/data/solr/core/query/TermsQuery.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/src/main/java/org/springframework/data/solr/core/query/Update.java b/src/main/java/org/springframework/data/solr/core/query/Update.java index 2733eb68f..d9c04e7f3 100644 --- a/src/main/java/org/springframework/data/solr/core/query/Update.java +++ b/src/main/java/org/springframework/data/solr/core/query/Update.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/src/main/java/org/springframework/data/solr/core/query/UpdateAction.java b/src/main/java/org/springframework/data/solr/core/query/UpdateAction.java index 844532468..4642abc7b 100644 --- a/src/main/java/org/springframework/data/solr/core/query/UpdateAction.java +++ b/src/main/java/org/springframework/data/solr/core/query/UpdateAction.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/src/main/java/org/springframework/data/solr/core/query/UpdateField.java b/src/main/java/org/springframework/data/solr/core/query/UpdateField.java index 6be17f8fb..88c9cd40e 100644 --- a/src/main/java/org/springframework/data/solr/core/query/UpdateField.java +++ b/src/main/java/org/springframework/data/solr/core/query/UpdateField.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/src/main/java/org/springframework/data/solr/core/query/ValueHoldingField.java b/src/main/java/org/springframework/data/solr/core/query/ValueHoldingField.java index c4eb1e8d4..72f54da97 100644 --- a/src/main/java/org/springframework/data/solr/core/query/ValueHoldingField.java +++ b/src/main/java/org/springframework/data/solr/core/query/ValueHoldingField.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/src/main/java/org/springframework/data/solr/core/query/result/CountEntry.java b/src/main/java/org/springframework/data/solr/core/query/result/CountEntry.java index 687f6bb27..e90b7fa11 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/CountEntry.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/CountEntry.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/src/main/java/org/springframework/data/solr/core/query/result/Cursor.java b/src/main/java/org/springframework/data/solr/core/query/result/Cursor.java index 60f06c985..22b211eef 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/Cursor.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/Cursor.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/src/main/java/org/springframework/data/solr/core/query/result/DelegatingCursor.java b/src/main/java/org/springframework/data/solr/core/query/result/DelegatingCursor.java index 4920d7a05..275f4935a 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/DelegatingCursor.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/DelegatingCursor.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/src/main/java/org/springframework/data/solr/core/query/result/FacetAndHighlightPage.java b/src/main/java/org/springframework/data/solr/core/query/result/FacetAndHighlightPage.java index 5173d9129..5cdf28c38 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/FacetAndHighlightPage.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/FacetAndHighlightPage.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/src/main/java/org/springframework/data/solr/core/query/result/FacetEntry.java b/src/main/java/org/springframework/data/solr/core/query/result/FacetEntry.java index f5ff27efe..1a3afba0c 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/FacetEntry.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/FacetEntry.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/src/main/java/org/springframework/data/solr/core/query/result/FacetFieldEntry.java b/src/main/java/org/springframework/data/solr/core/query/result/FacetFieldEntry.java index 635e63e19..ce35d731a 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/FacetFieldEntry.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/FacetFieldEntry.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/src/main/java/org/springframework/data/solr/core/query/result/FacetPage.java b/src/main/java/org/springframework/data/solr/core/query/result/FacetPage.java index 57ee59e72..cfc56565a 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/FacetPage.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/FacetPage.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/src/main/java/org/springframework/data/solr/core/query/result/FacetQueryEntry.java b/src/main/java/org/springframework/data/solr/core/query/result/FacetQueryEntry.java index 99d001db9..8a25d7625 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/FacetQueryEntry.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/FacetQueryEntry.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/src/main/java/org/springframework/data/solr/core/query/result/FacetQueryResult.java b/src/main/java/org/springframework/data/solr/core/query/result/FacetQueryResult.java index 0a9180ca2..570f9adef 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/FacetQueryResult.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/FacetQueryResult.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/src/main/java/org/springframework/data/solr/core/query/result/FieldStatsResult.java b/src/main/java/org/springframework/data/solr/core/query/result/FieldStatsResult.java index 37e89c3fe..0c7c17df9 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/FieldStatsResult.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/FieldStatsResult.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/src/main/java/org/springframework/data/solr/core/query/result/FieldValueCountEntry.java b/src/main/java/org/springframework/data/solr/core/query/result/FieldValueCountEntry.java index 0831a3faf..08ad305ff 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/FieldValueCountEntry.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/FieldValueCountEntry.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/src/main/java/org/springframework/data/solr/core/query/result/GroupEntry.java b/src/main/java/org/springframework/data/solr/core/query/result/GroupEntry.java index 24bcef2e4..cc321ce40 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/GroupEntry.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/GroupEntry.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/src/main/java/org/springframework/data/solr/core/query/result/GroupPage.java b/src/main/java/org/springframework/data/solr/core/query/result/GroupPage.java index 6583da615..0b97ea2ba 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/GroupPage.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/GroupPage.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/src/main/java/org/springframework/data/solr/core/query/result/GroupResult.java b/src/main/java/org/springframework/data/solr/core/query/result/GroupResult.java index a302314b4..1b91af89d 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/GroupResult.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/GroupResult.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/src/main/java/org/springframework/data/solr/core/query/result/HighlightEntry.java b/src/main/java/org/springframework/data/solr/core/query/result/HighlightEntry.java index 7fdd6b1aa..0d8490a1e 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/HighlightEntry.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/HighlightEntry.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/src/main/java/org/springframework/data/solr/core/query/result/HighlightPage.java b/src/main/java/org/springframework/data/solr/core/query/result/HighlightPage.java index 233cb4997..1e00bac59 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/HighlightPage.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/HighlightPage.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/src/main/java/org/springframework/data/solr/core/query/result/HighlightQueryResult.java b/src/main/java/org/springframework/data/solr/core/query/result/HighlightQueryResult.java index 775873f9c..49f75ef4a 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/HighlightQueryResult.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/HighlightQueryResult.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/src/main/java/org/springframework/data/solr/core/query/result/PageKey.java b/src/main/java/org/springframework/data/solr/core/query/result/PageKey.java index 858fa6c27..653ac7ab3 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/PageKey.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/PageKey.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/src/main/java/org/springframework/data/solr/core/query/result/ScoredPage.java b/src/main/java/org/springframework/data/solr/core/query/result/ScoredPage.java index 38f833f21..57b55ea70 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/ScoredPage.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/ScoredPage.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/src/main/java/org/springframework/data/solr/core/query/result/SimpleFacetFieldEntry.java b/src/main/java/org/springframework/data/solr/core/query/result/SimpleFacetFieldEntry.java index 062d41c4a..c309ab244 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/SimpleFacetFieldEntry.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/SimpleFacetFieldEntry.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/src/main/java/org/springframework/data/solr/core/query/result/SimpleFacetQueryEntry.java b/src/main/java/org/springframework/data/solr/core/query/result/SimpleFacetQueryEntry.java index d4c89ba30..57675fb4e 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/SimpleFacetQueryEntry.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/SimpleFacetQueryEntry.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/src/main/java/org/springframework/data/solr/core/query/result/SimpleFieldStatsResult.java b/src/main/java/org/springframework/data/solr/core/query/result/SimpleFieldStatsResult.java index 07071d6a0..fb10b4ed0 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/SimpleFieldStatsResult.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/SimpleFieldStatsResult.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/src/main/java/org/springframework/data/solr/core/query/result/SimpleGroupEntry.java b/src/main/java/org/springframework/data/solr/core/query/result/SimpleGroupEntry.java index 1e76e4b57..bae4bd03c 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/SimpleGroupEntry.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/SimpleGroupEntry.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/src/main/java/org/springframework/data/solr/core/query/result/SimpleGroupResult.java b/src/main/java/org/springframework/data/solr/core/query/result/SimpleGroupResult.java index 011385358..60e468fb2 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/SimpleGroupResult.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/SimpleGroupResult.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/src/main/java/org/springframework/data/solr/core/query/result/SimpleStatsResult.java b/src/main/java/org/springframework/data/solr/core/query/result/SimpleStatsResult.java index e3c390467..9ff3148c6 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/SimpleStatsResult.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/SimpleStatsResult.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/src/main/java/org/springframework/data/solr/core/query/result/SimpleTermsFieldEntry.java b/src/main/java/org/springframework/data/solr/core/query/result/SimpleTermsFieldEntry.java index 3c074646e..1e5c3cf10 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/SimpleTermsFieldEntry.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/SimpleTermsFieldEntry.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/src/main/java/org/springframework/data/solr/core/query/result/SolrResultPage.java b/src/main/java/org/springframework/data/solr/core/query/result/SolrResultPage.java index 328d7daf5..a8e3ba536 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/SolrResultPage.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/SolrResultPage.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/src/main/java/org/springframework/data/solr/core/query/result/SpellcheckQueryResult.java b/src/main/java/org/springframework/data/solr/core/query/result/SpellcheckQueryResult.java index 3efb9d0d1..2a5653cb4 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/SpellcheckQueryResult.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/SpellcheckQueryResult.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/src/main/java/org/springframework/data/solr/core/query/result/SpellcheckedPage.java b/src/main/java/org/springframework/data/solr/core/query/result/SpellcheckedPage.java index bfa9ba6a6..5b1601a7b 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/SpellcheckedPage.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/SpellcheckedPage.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/src/main/java/org/springframework/data/solr/core/query/result/StatsPage.java b/src/main/java/org/springframework/data/solr/core/query/result/StatsPage.java index 28910a571..fd74ca752 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/StatsPage.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/StatsPage.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/src/main/java/org/springframework/data/solr/core/query/result/StatsResult.java b/src/main/java/org/springframework/data/solr/core/query/result/StatsResult.java index 60ac9b39d..e979dbdef 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/StatsResult.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/StatsResult.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/src/main/java/org/springframework/data/solr/core/query/result/StringPageKey.java b/src/main/java/org/springframework/data/solr/core/query/result/StringPageKey.java index ee62658ae..557929aa6 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/StringPageKey.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/StringPageKey.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/src/main/java/org/springframework/data/solr/core/query/result/TermsEntry.java b/src/main/java/org/springframework/data/solr/core/query/result/TermsEntry.java index 75f87f1f3..04e423ace 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/TermsEntry.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/TermsEntry.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/src/main/java/org/springframework/data/solr/core/query/result/TermsFieldEntry.java b/src/main/java/org/springframework/data/solr/core/query/result/TermsFieldEntry.java index d135fb9fe..42d665fea 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/TermsFieldEntry.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/TermsFieldEntry.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/src/main/java/org/springframework/data/solr/core/query/result/TermsPage.java b/src/main/java/org/springframework/data/solr/core/query/result/TermsPage.java index 56b7c7fa3..748ede16a 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/TermsPage.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/TermsPage.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/src/main/java/org/springframework/data/solr/core/query/result/TermsResultPage.java b/src/main/java/org/springframework/data/solr/core/query/result/TermsResultPage.java index eb00fb5e6..9d10e640f 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/TermsResultPage.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/TermsResultPage.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/src/main/java/org/springframework/data/solr/core/query/result/ValueCountEntry.java b/src/main/java/org/springframework/data/solr/core/query/result/ValueCountEntry.java index 070c01f5c..607de5a5a 100644 --- a/src/main/java/org/springframework/data/solr/core/query/result/ValueCountEntry.java +++ b/src/main/java/org/springframework/data/solr/core/query/result/ValueCountEntry.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/src/main/java/org/springframework/data/solr/core/schema/ContentParser.java b/src/main/java/org/springframework/data/solr/core/schema/ContentParser.java index 9807a536d..0b87834a0 100644 --- a/src/main/java/org/springframework/data/solr/core/schema/ContentParser.java +++ b/src/main/java/org/springframework/data/solr/core/schema/ContentParser.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/src/main/java/org/springframework/data/solr/core/schema/DefaultSchemaOperations.java b/src/main/java/org/springframework/data/solr/core/schema/DefaultSchemaOperations.java index e5edb0caa..afd76fcb6 100644 --- a/src/main/java/org/springframework/data/solr/core/schema/DefaultSchemaOperations.java +++ b/src/main/java/org/springframework/data/solr/core/schema/DefaultSchemaOperations.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/src/main/java/org/springframework/data/solr/core/schema/MappingJacksonRequestContentParser.java b/src/main/java/org/springframework/data/solr/core/schema/MappingJacksonRequestContentParser.java index 1ba078ec8..187d4a038 100644 --- a/src/main/java/org/springframework/data/solr/core/schema/MappingJacksonRequestContentParser.java +++ b/src/main/java/org/springframework/data/solr/core/schema/MappingJacksonRequestContentParser.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/src/main/java/org/springframework/data/solr/core/schema/MappingJacksonResponseParser.java b/src/main/java/org/springframework/data/solr/core/schema/MappingJacksonResponseParser.java index 853f6037f..76e29caca 100644 --- a/src/main/java/org/springframework/data/solr/core/schema/MappingJacksonResponseParser.java +++ b/src/main/java/org/springframework/data/solr/core/schema/MappingJacksonResponseParser.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/src/main/java/org/springframework/data/solr/core/schema/SchemaDefinition.java b/src/main/java/org/springframework/data/solr/core/schema/SchemaDefinition.java index a3b6c892f..c026441be 100644 --- a/src/main/java/org/springframework/data/solr/core/schema/SchemaDefinition.java +++ b/src/main/java/org/springframework/data/solr/core/schema/SchemaDefinition.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/src/main/java/org/springframework/data/solr/core/schema/SchemaModificationException.java b/src/main/java/org/springframework/data/solr/core/schema/SchemaModificationException.java index 8a7cfec86..2e99a744b 100644 --- a/src/main/java/org/springframework/data/solr/core/schema/SchemaModificationException.java +++ b/src/main/java/org/springframework/data/solr/core/schema/SchemaModificationException.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/src/main/java/org/springframework/data/solr/core/schema/SchemaOperations.java b/src/main/java/org/springframework/data/solr/core/schema/SchemaOperations.java index 79bdf60d0..9575a79e5 100644 --- a/src/main/java/org/springframework/data/solr/core/schema/SchemaOperations.java +++ b/src/main/java/org/springframework/data/solr/core/schema/SchemaOperations.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/src/main/java/org/springframework/data/solr/core/schema/SolrJsonRequest.java b/src/main/java/org/springframework/data/solr/core/schema/SolrJsonRequest.java index c0d9f7c4e..bac0a1f47 100644 --- a/src/main/java/org/springframework/data/solr/core/schema/SolrJsonRequest.java +++ b/src/main/java/org/springframework/data/solr/core/schema/SolrJsonRequest.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/src/main/java/org/springframework/data/solr/core/schema/SolrJsonResponse.java b/src/main/java/org/springframework/data/solr/core/schema/SolrJsonResponse.java index bb5f9c725..270f5fe5d 100644 --- a/src/main/java/org/springframework/data/solr/core/schema/SolrJsonResponse.java +++ b/src/main/java/org/springframework/data/solr/core/schema/SolrJsonResponse.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/src/main/java/org/springframework/data/solr/core/schema/SolrPersistentEntitySchemaCreator.java b/src/main/java/org/springframework/data/solr/core/schema/SolrPersistentEntitySchemaCreator.java index 073cf5f57..926608ca9 100644 --- a/src/main/java/org/springframework/data/solr/core/schema/SolrPersistentEntitySchemaCreator.java +++ b/src/main/java/org/springframework/data/solr/core/schema/SolrPersistentEntitySchemaCreator.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/src/main/java/org/springframework/data/solr/core/schema/SolrSchemaRequest.java b/src/main/java/org/springframework/data/solr/core/schema/SolrSchemaRequest.java index ed21daeaf..59a0f50ba 100644 --- a/src/main/java/org/springframework/data/solr/core/schema/SolrSchemaRequest.java +++ b/src/main/java/org/springframework/data/solr/core/schema/SolrSchemaRequest.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/src/main/java/org/springframework/data/solr/core/schema/SolrSchemaResolver.java b/src/main/java/org/springframework/data/solr/core/schema/SolrSchemaResolver.java index 57b8b7469..561dd7815 100644 --- a/src/main/java/org/springframework/data/solr/core/schema/SolrSchemaResolver.java +++ b/src/main/java/org/springframework/data/solr/core/schema/SolrSchemaResolver.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/src/main/java/org/springframework/data/solr/core/schema/SolrSchemaWriter.java b/src/main/java/org/springframework/data/solr/core/schema/SolrSchemaWriter.java index 9b3180376..6a0498727 100644 --- a/src/main/java/org/springframework/data/solr/core/schema/SolrSchemaWriter.java +++ b/src/main/java/org/springframework/data/solr/core/schema/SolrSchemaWriter.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/src/main/java/org/springframework/data/solr/repository/Boost.java b/src/main/java/org/springframework/data/solr/repository/Boost.java index 1f4cd2540..b4148cd51 100644 --- a/src/main/java/org/springframework/data/solr/repository/Boost.java +++ b/src/main/java/org/springframework/data/solr/repository/Boost.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/src/main/java/org/springframework/data/solr/repository/Facet.java b/src/main/java/org/springframework/data/solr/repository/Facet.java index 271de3fb0..0215c9d7c 100644 --- a/src/main/java/org/springframework/data/solr/repository/Facet.java +++ b/src/main/java/org/springframework/data/solr/repository/Facet.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/src/main/java/org/springframework/data/solr/repository/Highlight.java b/src/main/java/org/springframework/data/solr/repository/Highlight.java index 9596c7b44..decf7d230 100644 --- a/src/main/java/org/springframework/data/solr/repository/Highlight.java +++ b/src/main/java/org/springframework/data/solr/repository/Highlight.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/src/main/java/org/springframework/data/solr/repository/Pivot.java b/src/main/java/org/springframework/data/solr/repository/Pivot.java index 3c402da59..e1e9a1cfe 100644 --- a/src/main/java/org/springframework/data/solr/repository/Pivot.java +++ b/src/main/java/org/springframework/data/solr/repository/Pivot.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/src/main/java/org/springframework/data/solr/repository/Query.java b/src/main/java/org/springframework/data/solr/repository/Query.java index 709fadb07..2f2d50db4 100644 --- a/src/main/java/org/springframework/data/solr/repository/Query.java +++ b/src/main/java/org/springframework/data/solr/repository/Query.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/src/main/java/org/springframework/data/solr/repository/Score.java b/src/main/java/org/springframework/data/solr/repository/Score.java index f19eb66da..90824fe9c 100644 --- a/src/main/java/org/springframework/data/solr/repository/Score.java +++ b/src/main/java/org/springframework/data/solr/repository/Score.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/src/main/java/org/springframework/data/solr/repository/SelectiveStats.java b/src/main/java/org/springframework/data/solr/repository/SelectiveStats.java index 5b27e5634..bcf951bf5 100644 --- a/src/main/java/org/springframework/data/solr/repository/SelectiveStats.java +++ b/src/main/java/org/springframework/data/solr/repository/SelectiveStats.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/src/main/java/org/springframework/data/solr/repository/SolrCrudRepository.java b/src/main/java/org/springframework/data/solr/repository/SolrCrudRepository.java index 6bdd780b4..bd3cbc551 100644 --- a/src/main/java/org/springframework/data/solr/repository/SolrCrudRepository.java +++ b/src/main/java/org/springframework/data/solr/repository/SolrCrudRepository.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/src/main/java/org/springframework/data/solr/repository/SolrRepository.java b/src/main/java/org/springframework/data/solr/repository/SolrRepository.java index bfb1a558a..c5382ea36 100644 --- a/src/main/java/org/springframework/data/solr/repository/SolrRepository.java +++ b/src/main/java/org/springframework/data/solr/repository/SolrRepository.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/src/main/java/org/springframework/data/solr/repository/Spellcheck.java b/src/main/java/org/springframework/data/solr/repository/Spellcheck.java index 5220ddc1c..6fd8db6c4 100644 --- a/src/main/java/org/springframework/data/solr/repository/Spellcheck.java +++ b/src/main/java/org/springframework/data/solr/repository/Spellcheck.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/src/main/java/org/springframework/data/solr/repository/Stats.java b/src/main/java/org/springframework/data/solr/repository/Stats.java index f799fdb1e..b1391c472 100644 --- a/src/main/java/org/springframework/data/solr/repository/Stats.java +++ b/src/main/java/org/springframework/data/solr/repository/Stats.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/src/main/java/org/springframework/data/solr/repository/cdi/SolrRepositoryBean.java b/src/main/java/org/springframework/data/solr/repository/cdi/SolrRepositoryBean.java index 96c8c0aad..de125416e 100644 --- a/src/main/java/org/springframework/data/solr/repository/cdi/SolrRepositoryBean.java +++ b/src/main/java/org/springframework/data/solr/repository/cdi/SolrRepositoryBean.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/src/main/java/org/springframework/data/solr/repository/cdi/SolrRepositoryExtension.java b/src/main/java/org/springframework/data/solr/repository/cdi/SolrRepositoryExtension.java index fdf5c6155..940c36c5f 100644 --- a/src/main/java/org/springframework/data/solr/repository/cdi/SolrRepositoryExtension.java +++ b/src/main/java/org/springframework/data/solr/repository/cdi/SolrRepositoryExtension.java @@ -1,11 +1,11 @@ /* - * Copyright 2012-2014 the original author or authors. + * Copyright 2012-2016 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. * 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, @@ -38,14 +38,14 @@ */ public class SolrRepositoryExtension extends CdiRepositoryExtensionSupport { - private final Map> solrOperationsMap = new HashMap>(); + private final Map, Bean> solrOperationsMap = new HashMap, Bean>(); @SuppressWarnings("unchecked") void processBean(@Observes ProcessBean processBean) { Bean bean = processBean.getBean(); for (Type type : bean.getTypes()) { if (type instanceof Class && SolrOperations.class.isAssignableFrom((Class) type)) { - solrOperationsMap.put(bean.getQualifiers().toString(), ((Bean) bean)); + solrOperationsMap.put(bean.getQualifiers(), ((Bean) bean)); } } } @@ -62,7 +62,7 @@ void afterBeanDiscovery(@Observes AfterBeanDiscovery afterBeanDiscovery, BeanMan } private Bean createRepositoryBean(Class repositoryType, Set qualifiers, BeanManager beanManager) { - Bean solrOperationBeans = this.solrOperationsMap.get(qualifiers.toString()); + Bean solrOperationBeans = this.solrOperationsMap.get(qualifiers); if (solrOperationBeans == null) { throw new UnsatisfiedResolutionException(String.format("Unable to resolve a bean for '%s' with qualifiers %s.", diff --git a/src/main/java/org/springframework/data/solr/repository/config/EnableSolrRepositories.java b/src/main/java/org/springframework/data/solr/repository/config/EnableSolrRepositories.java index d882f91bf..a1ee8708a 100644 --- a/src/main/java/org/springframework/data/solr/repository/config/EnableSolrRepositories.java +++ b/src/main/java/org/springframework/data/solr/repository/config/EnableSolrRepositories.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/src/main/java/org/springframework/data/solr/repository/config/SolrRepositoriesRegistrar.java b/src/main/java/org/springframework/data/solr/repository/config/SolrRepositoriesRegistrar.java index 36ba51aba..984e2e1b5 100644 --- a/src/main/java/org/springframework/data/solr/repository/config/SolrRepositoriesRegistrar.java +++ b/src/main/java/org/springframework/data/solr/repository/config/SolrRepositoriesRegistrar.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/src/main/java/org/springframework/data/solr/repository/config/SolrRepositoryConfigExtension.java b/src/main/java/org/springframework/data/solr/repository/config/SolrRepositoryConfigExtension.java index c8085c9d4..1e7574f9d 100644 --- a/src/main/java/org/springframework/data/solr/repository/config/SolrRepositoryConfigExtension.java +++ b/src/main/java/org/springframework/data/solr/repository/config/SolrRepositoryConfigExtension.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/src/main/java/org/springframework/data/solr/repository/query/AbstractSolrQuery.java b/src/main/java/org/springframework/data/solr/repository/query/AbstractSolrQuery.java index c1193b024..2b2d15755 100644 --- a/src/main/java/org/springframework/data/solr/repository/query/AbstractSolrQuery.java +++ b/src/main/java/org/springframework/data/solr/repository/query/AbstractSolrQuery.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/src/main/java/org/springframework/data/solr/repository/query/BindableSolrParameter.java b/src/main/java/org/springframework/data/solr/repository/query/BindableSolrParameter.java index 78f522d09..1d25fa79f 100644 --- a/src/main/java/org/springframework/data/solr/repository/query/BindableSolrParameter.java +++ b/src/main/java/org/springframework/data/solr/repository/query/BindableSolrParameter.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/src/main/java/org/springframework/data/solr/repository/query/PartTreeSolrQuery.java b/src/main/java/org/springframework/data/solr/repository/query/PartTreeSolrQuery.java index 8752a94de..d1a48033b 100644 --- a/src/main/java/org/springframework/data/solr/repository/query/PartTreeSolrQuery.java +++ b/src/main/java/org/springframework/data/solr/repository/query/PartTreeSolrQuery.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/src/main/java/org/springframework/data/solr/repository/query/SolrEntityInformation.java b/src/main/java/org/springframework/data/solr/repository/query/SolrEntityInformation.java index d4cf36faa..4271448d0 100644 --- a/src/main/java/org/springframework/data/solr/repository/query/SolrEntityInformation.java +++ b/src/main/java/org/springframework/data/solr/repository/query/SolrEntityInformation.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/src/main/java/org/springframework/data/solr/repository/query/SolrEntityInformationCreator.java b/src/main/java/org/springframework/data/solr/repository/query/SolrEntityInformationCreator.java index 841cb52f4..c7d7fea0c 100644 --- a/src/main/java/org/springframework/data/solr/repository/query/SolrEntityInformationCreator.java +++ b/src/main/java/org/springframework/data/solr/repository/query/SolrEntityInformationCreator.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/src/main/java/org/springframework/data/solr/repository/query/SolrParameter.java b/src/main/java/org/springframework/data/solr/repository/query/SolrParameter.java index 21d67a05d..832a479df 100644 --- a/src/main/java/org/springframework/data/solr/repository/query/SolrParameter.java +++ b/src/main/java/org/springframework/data/solr/repository/query/SolrParameter.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/src/main/java/org/springframework/data/solr/repository/query/SolrParameterAccessor.java b/src/main/java/org/springframework/data/solr/repository/query/SolrParameterAccessor.java index fb466548d..550cf7390 100644 --- a/src/main/java/org/springframework/data/solr/repository/query/SolrParameterAccessor.java +++ b/src/main/java/org/springframework/data/solr/repository/query/SolrParameterAccessor.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/src/main/java/org/springframework/data/solr/repository/query/SolrParameters.java b/src/main/java/org/springframework/data/solr/repository/query/SolrParameters.java index b41ce4b9e..bc74bbedd 100644 --- a/src/main/java/org/springframework/data/solr/repository/query/SolrParameters.java +++ b/src/main/java/org/springframework/data/solr/repository/query/SolrParameters.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/src/main/java/org/springframework/data/solr/repository/query/SolrParametersParameterAccessor.java b/src/main/java/org/springframework/data/solr/repository/query/SolrParametersParameterAccessor.java index 8cb44a83d..dff5f58b6 100644 --- a/src/main/java/org/springframework/data/solr/repository/query/SolrParametersParameterAccessor.java +++ b/src/main/java/org/springframework/data/solr/repository/query/SolrParametersParameterAccessor.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/src/main/java/org/springframework/data/solr/repository/query/SolrQueryCreator.java b/src/main/java/org/springframework/data/solr/repository/query/SolrQueryCreator.java index 69d30249c..866821975 100644 --- a/src/main/java/org/springframework/data/solr/repository/query/SolrQueryCreator.java +++ b/src/main/java/org/springframework/data/solr/repository/query/SolrQueryCreator.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/src/main/java/org/springframework/data/solr/repository/query/SolrQueryMethod.java b/src/main/java/org/springframework/data/solr/repository/query/SolrQueryMethod.java index 368d943e1..4e9cc75d4 100644 --- a/src/main/java/org/springframework/data/solr/repository/query/SolrQueryMethod.java +++ b/src/main/java/org/springframework/data/solr/repository/query/SolrQueryMethod.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/src/main/java/org/springframework/data/solr/repository/query/StringBasedSolrQuery.java b/src/main/java/org/springframework/data/solr/repository/query/StringBasedSolrQuery.java index 8ae5a1882..6c9c5bffe 100644 --- a/src/main/java/org/springframework/data/solr/repository/query/StringBasedSolrQuery.java +++ b/src/main/java/org/springframework/data/solr/repository/query/StringBasedSolrQuery.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/src/main/java/org/springframework/data/solr/repository/support/MappingSolrEntityInformation.java b/src/main/java/org/springframework/data/solr/repository/support/MappingSolrEntityInformation.java index 66d9aa97c..ba96b73ed 100644 --- a/src/main/java/org/springframework/data/solr/repository/support/MappingSolrEntityInformation.java +++ b/src/main/java/org/springframework/data/solr/repository/support/MappingSolrEntityInformation.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/src/main/java/org/springframework/data/solr/repository/support/SimpleSolrRepository.java b/src/main/java/org/springframework/data/solr/repository/support/SimpleSolrRepository.java index d756968fb..c1d39e825 100644 --- a/src/main/java/org/springframework/data/solr/repository/support/SimpleSolrRepository.java +++ b/src/main/java/org/springframework/data/solr/repository/support/SimpleSolrRepository.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/src/main/java/org/springframework/data/solr/repository/support/SolrEntityInformationCreatorImpl.java b/src/main/java/org/springframework/data/solr/repository/support/SolrEntityInformationCreatorImpl.java index 2fdcd60df..ad97b4310 100644 --- a/src/main/java/org/springframework/data/solr/repository/support/SolrEntityInformationCreatorImpl.java +++ b/src/main/java/org/springframework/data/solr/repository/support/SolrEntityInformationCreatorImpl.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/src/main/java/org/springframework/data/solr/repository/support/SolrRepositoryFactory.java b/src/main/java/org/springframework/data/solr/repository/support/SolrRepositoryFactory.java index cbb6b9496..375acd14c 100644 --- a/src/main/java/org/springframework/data/solr/repository/support/SolrRepositoryFactory.java +++ b/src/main/java/org/springframework/data/solr/repository/support/SolrRepositoryFactory.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/src/main/java/org/springframework/data/solr/repository/support/SolrRepositoryFactoryBean.java b/src/main/java/org/springframework/data/solr/repository/support/SolrRepositoryFactoryBean.java index 76a9c4bdb..78d08b908 100644 --- a/src/main/java/org/springframework/data/solr/repository/support/SolrRepositoryFactoryBean.java +++ b/src/main/java/org/springframework/data/solr/repository/support/SolrRepositoryFactoryBean.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/src/main/java/org/springframework/data/solr/server/SolrClientFactory.java b/src/main/java/org/springframework/data/solr/server/SolrClientFactory.java index fba3db809..b3cac154a 100644 --- a/src/main/java/org/springframework/data/solr/server/SolrClientFactory.java +++ b/src/main/java/org/springframework/data/solr/server/SolrClientFactory.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/src/main/java/org/springframework/data/solr/server/config/EmbeddedSolrServerBeanDefinitionParser.java b/src/main/java/org/springframework/data/solr/server/config/EmbeddedSolrServerBeanDefinitionParser.java index 261ec83c0..cd42f5e23 100644 --- a/src/main/java/org/springframework/data/solr/server/config/EmbeddedSolrServerBeanDefinitionParser.java +++ b/src/main/java/org/springframework/data/solr/server/config/EmbeddedSolrServerBeanDefinitionParser.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/src/main/java/org/springframework/data/solr/server/config/HttpSolrClientBeanDefinitionParser.java b/src/main/java/org/springframework/data/solr/server/config/HttpSolrClientBeanDefinitionParser.java index f5156a4fd..f6a5c2e13 100644 --- a/src/main/java/org/springframework/data/solr/server/config/HttpSolrClientBeanDefinitionParser.java +++ b/src/main/java/org/springframework/data/solr/server/config/HttpSolrClientBeanDefinitionParser.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/src/main/java/org/springframework/data/solr/server/support/EmbeddedSolrServerFactory.java b/src/main/java/org/springframework/data/solr/server/support/EmbeddedSolrServerFactory.java index 78a9474c4..480e65b19 100644 --- a/src/main/java/org/springframework/data/solr/server/support/EmbeddedSolrServerFactory.java +++ b/src/main/java/org/springframework/data/solr/server/support/EmbeddedSolrServerFactory.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/src/main/java/org/springframework/data/solr/server/support/EmbeddedSolrServerFactoryBean.java b/src/main/java/org/springframework/data/solr/server/support/EmbeddedSolrServerFactoryBean.java index e56524208..aa529f5d9 100644 --- a/src/main/java/org/springframework/data/solr/server/support/EmbeddedSolrServerFactoryBean.java +++ b/src/main/java/org/springframework/data/solr/server/support/EmbeddedSolrServerFactoryBean.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/src/main/java/org/springframework/data/solr/server/support/HttpSolrClientFactory.java b/src/main/java/org/springframework/data/solr/server/support/HttpSolrClientFactory.java index 8718de393..30e824f46 100644 --- a/src/main/java/org/springframework/data/solr/server/support/HttpSolrClientFactory.java +++ b/src/main/java/org/springframework/data/solr/server/support/HttpSolrClientFactory.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/src/main/java/org/springframework/data/solr/server/support/HttpSolrClientFactoryBean.java b/src/main/java/org/springframework/data/solr/server/support/HttpSolrClientFactoryBean.java index 36fbbfb3c..a833f1727 100644 --- a/src/main/java/org/springframework/data/solr/server/support/HttpSolrClientFactoryBean.java +++ b/src/main/java/org/springframework/data/solr/server/support/HttpSolrClientFactoryBean.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/src/main/java/org/springframework/data/solr/server/support/MulticoreSolrClientFactory.java b/src/main/java/org/springframework/data/solr/server/support/MulticoreSolrClientFactory.java index 98d215098..094374d36 100644 --- a/src/main/java/org/springframework/data/solr/server/support/MulticoreSolrClientFactory.java +++ b/src/main/java/org/springframework/data/solr/server/support/MulticoreSolrClientFactory.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/src/main/java/org/springframework/data/solr/server/support/SolrClientFactoryBase.java b/src/main/java/org/springframework/data/solr/server/support/SolrClientFactoryBase.java index 4c5fcfd0e..7bcc396d5 100644 --- a/src/main/java/org/springframework/data/solr/server/support/SolrClientFactoryBase.java +++ b/src/main/java/org/springframework/data/solr/server/support/SolrClientFactoryBase.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/src/main/java/org/springframework/data/solr/server/support/SolrClientUtils.java b/src/main/java/org/springframework/data/solr/server/support/SolrClientUtils.java index acfeff21a..a6e21b924 100644 --- a/src/main/java/org/springframework/data/solr/server/support/SolrClientUtils.java +++ b/src/main/java/org/springframework/data/solr/server/support/SolrClientUtils.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/src/main/resources/license.txt b/src/main/resources/license.txt index 7584e2dfe..682d127ac 100644 --- a/src/main/resources/license.txt +++ b/src/main/resources/license.txt @@ -1,6 +1,6 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -192,7 +192,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/src/test/java/org/springframework/data/solr/AbstractITestWithEmbeddedSolrServer.java b/src/test/java/org/springframework/data/solr/AbstractITestWithEmbeddedSolrServer.java index 40d79776d..8d00e8070 100644 --- a/src/test/java/org/springframework/data/solr/AbstractITestWithEmbeddedSolrServer.java +++ b/src/test/java/org/springframework/data/solr/AbstractITestWithEmbeddedSolrServer.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/src/test/java/org/springframework/data/solr/ExampleSolrBean.java b/src/test/java/org/springframework/data/solr/ExampleSolrBean.java index febabeb02..56c227e94 100644 --- a/src/test/java/org/springframework/data/solr/ExampleSolrBean.java +++ b/src/test/java/org/springframework/data/solr/ExampleSolrBean.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/src/test/java/org/springframework/data/solr/HttpSolrClientFactoryTests.java b/src/test/java/org/springframework/data/solr/HttpSolrClientFactoryTests.java index 6d42c4673..5efe5ad75 100644 --- a/src/test/java/org/springframework/data/solr/HttpSolrClientFactoryTests.java +++ b/src/test/java/org/springframework/data/solr/HttpSolrClientFactoryTests.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/src/test/java/org/springframework/data/solr/SolrRealtimeGetRequestUnitTests.java b/src/test/java/org/springframework/data/solr/SolrRealtimeGetRequestUnitTests.java index a71a44da2..fc34a669e 100644 --- a/src/test/java/org/springframework/data/solr/SolrRealtimeGetRequestUnitTests.java +++ b/src/test/java/org/springframework/data/solr/SolrRealtimeGetRequestUnitTests.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/src/test/java/org/springframework/data/solr/core/DefaultQueryParserTests.java b/src/test/java/org/springframework/data/solr/core/DefaultQueryParserTests.java index 4fecfa824..18cc138c1 100644 --- a/src/test/java/org/springframework/data/solr/core/DefaultQueryParserTests.java +++ b/src/test/java/org/springframework/data/solr/core/DefaultQueryParserTests.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/src/test/java/org/springframework/data/solr/core/FunctionQueryFragmentTests.java b/src/test/java/org/springframework/data/solr/core/FunctionQueryFragmentTests.java index 359fdfa35..d9a2d47b8 100644 --- a/src/test/java/org/springframework/data/solr/core/FunctionQueryFragmentTests.java +++ b/src/test/java/org/springframework/data/solr/core/FunctionQueryFragmentTests.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/src/test/java/org/springframework/data/solr/core/ITestSolrTemplate.java b/src/test/java/org/springframework/data/solr/core/ITestSolrTemplate.java index cb0766307..63e71f381 100644 --- a/src/test/java/org/springframework/data/solr/core/ITestSolrTemplate.java +++ b/src/test/java/org/springframework/data/solr/core/ITestSolrTemplate.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/src/test/java/org/springframework/data/solr/core/QueryParserBaseTests.java b/src/test/java/org/springframework/data/solr/core/QueryParserBaseTests.java index 40a4eedc6..709348a25 100644 --- a/src/test/java/org/springframework/data/solr/core/QueryParserBaseTests.java +++ b/src/test/java/org/springframework/data/solr/core/QueryParserBaseTests.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/src/test/java/org/springframework/data/solr/core/QueryParsersTests.java b/src/test/java/org/springframework/data/solr/core/QueryParsersTests.java index f8d37ea12..c14c0d522 100644 --- a/src/test/java/org/springframework/data/solr/core/QueryParsersTests.java +++ b/src/test/java/org/springframework/data/solr/core/QueryParsersTests.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/src/test/java/org/springframework/data/solr/core/ResultHelperTests.java b/src/test/java/org/springframework/data/solr/core/ResultHelperTests.java index ce1095ac9..401f83711 100644 --- a/src/test/java/org/springframework/data/solr/core/ResultHelperTests.java +++ b/src/test/java/org/springframework/data/solr/core/ResultHelperTests.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/src/test/java/org/springframework/data/solr/core/SimpleBoostedJavaObject.java b/src/test/java/org/springframework/data/solr/core/SimpleBoostedJavaObject.java index 7086ae199..e5adb173e 100644 --- a/src/test/java/org/springframework/data/solr/core/SimpleBoostedJavaObject.java +++ b/src/test/java/org/springframework/data/solr/core/SimpleBoostedJavaObject.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/src/test/java/org/springframework/data/solr/core/SimpleJavaObject.java b/src/test/java/org/springframework/data/solr/core/SimpleJavaObject.java index 23d99b662..809fbdf5d 100644 --- a/src/test/java/org/springframework/data/solr/core/SimpleJavaObject.java +++ b/src/test/java/org/springframework/data/solr/core/SimpleJavaObject.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/src/test/java/org/springframework/data/solr/core/SolrExceptionTranslatorTests.java b/src/test/java/org/springframework/data/solr/core/SolrExceptionTranslatorTests.java index 748c89c6c..0d4bdc9c8 100644 --- a/src/test/java/org/springframework/data/solr/core/SolrExceptionTranslatorTests.java +++ b/src/test/java/org/springframework/data/solr/core/SolrExceptionTranslatorTests.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/src/test/java/org/springframework/data/solr/core/SolrTemplateTests.java b/src/test/java/org/springframework/data/solr/core/SolrTemplateTests.java index 6fd9be981..709e26c39 100644 --- a/src/test/java/org/springframework/data/solr/core/SolrTemplateTests.java +++ b/src/test/java/org/springframework/data/solr/core/SolrTemplateTests.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/src/test/java/org/springframework/data/solr/core/TermsQueryParserTests.java b/src/test/java/org/springframework/data/solr/core/TermsQueryParserTests.java index 03794a011..b45d5ddee 100644 --- a/src/test/java/org/springframework/data/solr/core/TermsQueryParserTests.java +++ b/src/test/java/org/springframework/data/solr/core/TermsQueryParserTests.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/src/test/java/org/springframework/data/solr/core/convert/CustomConversionsTests.java b/src/test/java/org/springframework/data/solr/core/convert/CustomConversionsTests.java index a7fe40d1f..d916db2ca 100644 --- a/src/test/java/org/springframework/data/solr/core/convert/CustomConversionsTests.java +++ b/src/test/java/org/springframework/data/solr/core/convert/CustomConversionsTests.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/src/test/java/org/springframework/data/solr/core/convert/DateTimeConvertersTests.java b/src/test/java/org/springframework/data/solr/core/convert/DateTimeConvertersTests.java index 5b426f523..85a970a74 100644 --- a/src/test/java/org/springframework/data/solr/core/convert/DateTimeConvertersTests.java +++ b/src/test/java/org/springframework/data/solr/core/convert/DateTimeConvertersTests.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/src/test/java/org/springframework/data/solr/core/convert/GeoConverterTests.java b/src/test/java/org/springframework/data/solr/core/convert/GeoConverterTests.java index 7aadcd583..bb273205e 100644 --- a/src/test/java/org/springframework/data/solr/core/convert/GeoConverterTests.java +++ b/src/test/java/org/springframework/data/solr/core/convert/GeoConverterTests.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/src/test/java/org/springframework/data/solr/core/convert/ITestMappingSolrConverter.java b/src/test/java/org/springframework/data/solr/core/convert/ITestMappingSolrConverter.java index cac6382cb..5db61f3b6 100644 --- a/src/test/java/org/springframework/data/solr/core/convert/ITestMappingSolrConverter.java +++ b/src/test/java/org/springframework/data/solr/core/convert/ITestMappingSolrConverter.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/src/test/java/org/springframework/data/solr/core/convert/MappingSolrConvertDocumentObjectBinderCompatibilityTests.java b/src/test/java/org/springframework/data/solr/core/convert/MappingSolrConvertDocumentObjectBinderCompatibilityTests.java index b2f015b93..9245f8bc9 100644 --- a/src/test/java/org/springframework/data/solr/core/convert/MappingSolrConvertDocumentObjectBinderCompatibilityTests.java +++ b/src/test/java/org/springframework/data/solr/core/convert/MappingSolrConvertDocumentObjectBinderCompatibilityTests.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/src/test/java/org/springframework/data/solr/core/convert/MappingSolrConverterTests.java b/src/test/java/org/springframework/data/solr/core/convert/MappingSolrConverterTests.java index 71720ef05..994220fbb 100644 --- a/src/test/java/org/springframework/data/solr/core/convert/MappingSolrConverterTests.java +++ b/src/test/java/org/springframework/data/solr/core/convert/MappingSolrConverterTests.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/src/test/java/org/springframework/data/solr/core/convert/NumberConvertersTests.java b/src/test/java/org/springframework/data/solr/core/convert/NumberConvertersTests.java index f37d1856d..baa802245 100644 --- a/src/test/java/org/springframework/data/solr/core/convert/NumberConvertersTests.java +++ b/src/test/java/org/springframework/data/solr/core/convert/NumberConvertersTests.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/src/test/java/org/springframework/data/solr/core/convert/SolrJConverterTests.java b/src/test/java/org/springframework/data/solr/core/convert/SolrJConverterTests.java index f79ebfb14..da8c5fdf4 100644 --- a/src/test/java/org/springframework/data/solr/core/convert/SolrJConverterTests.java +++ b/src/test/java/org/springframework/data/solr/core/convert/SolrJConverterTests.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/src/test/java/org/springframework/data/solr/core/convert/UpdateToSolrInputDocumentConverterTests.java b/src/test/java/org/springframework/data/solr/core/convert/UpdateToSolrInputDocumentConverterTests.java index ce566e833..16f59054d 100644 --- a/src/test/java/org/springframework/data/solr/core/convert/UpdateToSolrInputDocumentConverterTests.java +++ b/src/test/java/org/springframework/data/solr/core/convert/UpdateToSolrInputDocumentConverterTests.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/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentEntityTests.java b/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentEntityTests.java index 33b38a7ef..d9f8bedb3 100644 --- a/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentEntityTests.java +++ b/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentEntityTests.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/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentPropertyBoostTests.java b/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentPropertyBoostTests.java index e9ea9c368..40c8927e2 100644 --- a/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentPropertyBoostTests.java +++ b/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentPropertyBoostTests.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/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentPropertyTest.java b/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentPropertyTest.java index 6f659ca61..c67e2a623 100644 --- a/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentPropertyTest.java +++ b/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersistentPropertyTest.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/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersitentPropertyFieldNameTests.java b/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersitentPropertyFieldNameTests.java index e0f4906c1..825d72194 100644 --- a/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersitentPropertyFieldNameTests.java +++ b/src/test/java/org/springframework/data/solr/core/mapping/SimpleSolrPersitentPropertyFieldNameTests.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/src/test/java/org/springframework/data/solr/core/query/CriteriaTests.java b/src/test/java/org/springframework/data/solr/core/query/CriteriaTests.java index 04b0a2e45..82b04f103 100644 --- a/src/test/java/org/springframework/data/solr/core/query/CriteriaTests.java +++ b/src/test/java/org/springframework/data/solr/core/query/CriteriaTests.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/src/test/java/org/springframework/data/solr/core/query/FacetOptionsTests.java b/src/test/java/org/springframework/data/solr/core/query/FacetOptionsTests.java index 5c1491de5..904eb2d3a 100644 --- a/src/test/java/org/springframework/data/solr/core/query/FacetOptionsTests.java +++ b/src/test/java/org/springframework/data/solr/core/query/FacetOptionsTests.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/src/test/java/org/springframework/data/solr/core/query/FieldWithQueryParametersTests.java b/src/test/java/org/springframework/data/solr/core/query/FieldWithQueryParametersTests.java index a7996bfb9..bdbf7cecb 100644 --- a/src/test/java/org/springframework/data/solr/core/query/FieldWithQueryParametersTests.java +++ b/src/test/java/org/springframework/data/solr/core/query/FieldWithQueryParametersTests.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/src/test/java/org/springframework/data/solr/core/query/HighlightOptionsTests.java b/src/test/java/org/springframework/data/solr/core/query/HighlightOptionsTests.java index 5fdaf7645..2110cbb17 100644 --- a/src/test/java/org/springframework/data/solr/core/query/HighlightOptionsTests.java +++ b/src/test/java/org/springframework/data/solr/core/query/HighlightOptionsTests.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/src/test/java/org/springframework/data/solr/core/query/ITestCriteriaExecution.java b/src/test/java/org/springframework/data/solr/core/query/ITestCriteriaExecution.java index 6723f3c73..4382d275e 100644 --- a/src/test/java/org/springframework/data/solr/core/query/ITestCriteriaExecution.java +++ b/src/test/java/org/springframework/data/solr/core/query/ITestCriteriaExecution.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/src/test/java/org/springframework/data/solr/core/query/PartialUpdateTests.java b/src/test/java/org/springframework/data/solr/core/query/PartialUpdateTests.java index 051b94172..8c1b6f4fd 100644 --- a/src/test/java/org/springframework/data/solr/core/query/PartialUpdateTests.java +++ b/src/test/java/org/springframework/data/solr/core/query/PartialUpdateTests.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/src/test/java/org/springframework/data/solr/core/query/SimpleHighlightQueryTests.java b/src/test/java/org/springframework/data/solr/core/query/SimpleHighlightQueryTests.java index b21e02710..e57cbc296 100644 --- a/src/test/java/org/springframework/data/solr/core/query/SimpleHighlightQueryTests.java +++ b/src/test/java/org/springframework/data/solr/core/query/SimpleHighlightQueryTests.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/src/test/java/org/springframework/data/solr/core/query/SimpleQueryTests.java b/src/test/java/org/springframework/data/solr/core/query/SimpleQueryTests.java index ef618e5a8..3897e2e9d 100644 --- a/src/test/java/org/springframework/data/solr/core/query/SimpleQueryTests.java +++ b/src/test/java/org/springframework/data/solr/core/query/SimpleQueryTests.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/src/test/java/org/springframework/data/solr/core/query/SimpleStringCriteriaTests.java b/src/test/java/org/springframework/data/solr/core/query/SimpleStringCriteriaTests.java index 4a5154ad1..6ce622b81 100644 --- a/src/test/java/org/springframework/data/solr/core/query/SimpleStringCriteriaTests.java +++ b/src/test/java/org/springframework/data/solr/core/query/SimpleStringCriteriaTests.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/src/test/java/org/springframework/data/solr/core/query/StatsOptionsTests.java b/src/test/java/org/springframework/data/solr/core/query/StatsOptionsTests.java index 8bddc0ab5..bec40af74 100644 --- a/src/test/java/org/springframework/data/solr/core/query/StatsOptionsTests.java +++ b/src/test/java/org/springframework/data/solr/core/query/StatsOptionsTests.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/src/test/java/org/springframework/data/solr/core/query/result/DelegatingCursorUnitTests.java b/src/test/java/org/springframework/data/solr/core/query/result/DelegatingCursorUnitTests.java index 21ea56a75..a2953d6f4 100644 --- a/src/test/java/org/springframework/data/solr/core/query/result/DelegatingCursorUnitTests.java +++ b/src/test/java/org/springframework/data/solr/core/query/result/DelegatingCursorUnitTests.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/src/test/java/org/springframework/data/solr/core/query/result/SimpleStatsResultTests.java b/src/test/java/org/springframework/data/solr/core/query/result/SimpleStatsResultTests.java index 35d782c1e..82b41c6cc 100644 --- a/src/test/java/org/springframework/data/solr/core/query/result/SimpleStatsResultTests.java +++ b/src/test/java/org/springframework/data/solr/core/query/result/SimpleStatsResultTests.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/src/test/java/org/springframework/data/solr/core/query/result/SolrGroupResultPageTest.java b/src/test/java/org/springframework/data/solr/core/query/result/SolrGroupResultPageTest.java index c0526fe56..0317372ab 100644 --- a/src/test/java/org/springframework/data/solr/core/query/result/SolrGroupResultPageTest.java +++ b/src/test/java/org/springframework/data/solr/core/query/result/SolrGroupResultPageTest.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/src/test/java/org/springframework/data/solr/core/schema/DefaultSchemaOperationsTests.java b/src/test/java/org/springframework/data/solr/core/schema/DefaultSchemaOperationsTests.java index dd27b5d53..e5de3df06 100644 --- a/src/test/java/org/springframework/data/solr/core/schema/DefaultSchemaOperationsTests.java +++ b/src/test/java/org/springframework/data/solr/core/schema/DefaultSchemaOperationsTests.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/src/test/java/org/springframework/data/solr/core/schema/ITestSolrSchemaCreation.java b/src/test/java/org/springframework/data/solr/core/schema/ITestSolrSchemaCreation.java index 02ba54a39..16fb6eed0 100644 --- a/src/test/java/org/springframework/data/solr/core/schema/ITestSolrSchemaCreation.java +++ b/src/test/java/org/springframework/data/solr/core/schema/ITestSolrSchemaCreation.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/src/test/java/org/springframework/data/solr/core/schema/ITestSolrSchemaWriter.java b/src/test/java/org/springframework/data/solr/core/schema/ITestSolrSchemaWriter.java index d35aa176c..2a10d33cb 100644 --- a/src/test/java/org/springframework/data/solr/core/schema/ITestSolrSchemaWriter.java +++ b/src/test/java/org/springframework/data/solr/core/schema/ITestSolrSchemaWriter.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/src/test/java/org/springframework/data/solr/core/schema/SolrSchmeaResolverUnitTests.java b/src/test/java/org/springframework/data/solr/core/schema/SolrSchmeaResolverUnitTests.java index 89b080b82..f740470f9 100644 --- a/src/test/java/org/springframework/data/solr/core/schema/SolrSchmeaResolverUnitTests.java +++ b/src/test/java/org/springframework/data/solr/core/schema/SolrSchmeaResolverUnitTests.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/src/test/java/org/springframework/data/solr/repository/ExampleSolrBeanRepository.java b/src/test/java/org/springframework/data/solr/repository/ExampleSolrBeanRepository.java index b95450655..6e29fe089 100644 --- a/src/test/java/org/springframework/data/solr/repository/ExampleSolrBeanRepository.java +++ b/src/test/java/org/springframework/data/solr/repository/ExampleSolrBeanRepository.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/src/test/java/org/springframework/data/solr/repository/ITestSimpleSolrRepository.java b/src/test/java/org/springframework/data/solr/repository/ITestSimpleSolrRepository.java index ec32cd70b..05bfd37eb 100644 --- a/src/test/java/org/springframework/data/solr/repository/ITestSimpleSolrRepository.java +++ b/src/test/java/org/springframework/data/solr/repository/ITestSimpleSolrRepository.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/src/test/java/org/springframework/data/solr/repository/ITestSolrRepositoryOperations.java b/src/test/java/org/springframework/data/solr/repository/ITestSolrRepositoryOperations.java index f7a5f28b7..ee900f81e 100644 --- a/src/test/java/org/springframework/data/solr/repository/ITestSolrRepositoryOperations.java +++ b/src/test/java/org/springframework/data/solr/repository/ITestSolrRepositoryOperations.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/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositoryDeleteOperationRollbackFalse.java b/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositoryDeleteOperationRollbackFalse.java index ada70c750..fb980e921 100644 --- a/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositoryDeleteOperationRollbackFalse.java +++ b/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositoryDeleteOperationRollbackFalse.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/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositoryDeleteOperationRollbackTrue.java b/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositoryDeleteOperationRollbackTrue.java index 58df3b223..80e350212 100644 --- a/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositoryDeleteOperationRollbackTrue.java +++ b/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositoryDeleteOperationRollbackTrue.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/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositorySaveOperationRollbackFalse.java b/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositorySaveOperationRollbackFalse.java index d28e9f470..9623a09e3 100644 --- a/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositorySaveOperationRollbackFalse.java +++ b/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositorySaveOperationRollbackFalse.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/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositorySaveOperationRollbackTrue.java b/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositorySaveOperationRollbackTrue.java index 179ebffa1..d7115d317 100644 --- a/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositorySaveOperationRollbackTrue.java +++ b/src/test/java/org/springframework/data/solr/repository/ITestTransactionalSolrRepositorySaveOperationRollbackTrue.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/src/test/java/org/springframework/data/solr/repository/ProductBean.java b/src/test/java/org/springframework/data/solr/repository/ProductBean.java index 4133f63b4..5c791c1d9 100644 --- a/src/test/java/org/springframework/data/solr/repository/ProductBean.java +++ b/src/test/java/org/springframework/data/solr/repository/ProductBean.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/src/test/java/org/springframework/data/solr/repository/ProductRepository.java b/src/test/java/org/springframework/data/solr/repository/ProductRepository.java index 1120572de..0689a94ca 100644 --- a/src/test/java/org/springframework/data/solr/repository/ProductRepository.java +++ b/src/test/java/org/springframework/data/solr/repository/ProductRepository.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/src/test/java/org/springframework/data/solr/repository/SimpleSolrRepositoryTests.java b/src/test/java/org/springframework/data/solr/repository/SimpleSolrRepositoryTests.java index 200657819..477a8d932 100644 --- a/src/test/java/org/springframework/data/solr/repository/SimpleSolrRepositoryTests.java +++ b/src/test/java/org/springframework/data/solr/repository/SimpleSolrRepositoryTests.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/src/test/java/org/springframework/data/solr/repository/TransactionalIntegrationTestsBase.java b/src/test/java/org/springframework/data/solr/repository/TransactionalIntegrationTestsBase.java index 84c914b91..06bbf2eef 100644 --- a/src/test/java/org/springframework/data/solr/repository/TransactionalIntegrationTestsBase.java +++ b/src/test/java/org/springframework/data/solr/repository/TransactionalIntegrationTestsBase.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/src/test/java/org/springframework/data/solr/repository/cdi/CdiProductRepository.java b/src/test/java/org/springframework/data/solr/repository/cdi/CdiProductRepository.java index acb5f36bc..9d9439ced 100644 --- a/src/test/java/org/springframework/data/solr/repository/cdi/CdiProductRepository.java +++ b/src/test/java/org/springframework/data/solr/repository/cdi/CdiProductRepository.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/src/test/java/org/springframework/data/solr/repository/cdi/CdiRepositoryClient.java b/src/test/java/org/springframework/data/solr/repository/cdi/CdiRepositoryClient.java index 677aa512a..142797278 100644 --- a/src/test/java/org/springframework/data/solr/repository/cdi/CdiRepositoryClient.java +++ b/src/test/java/org/springframework/data/solr/repository/cdi/CdiRepositoryClient.java @@ -1,11 +1,11 @@ /* - * Copyright 2012-2014 the original author or authors. + * Copyright 2012-2016 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. * 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, @@ -27,6 +27,8 @@ class CdiRepositoryClient { private SamplePersonRepository samplePersonRepository; + private QualifiedProductRepository qualifiedProductRepository; + public CdiProductRepository getRepository() { return repository; } @@ -44,4 +46,13 @@ public SamplePersonRepository getSamplePersonRepository() { public void setSamplePersonRepository(SamplePersonRepository samplePersonRepository) { this.samplePersonRepository = samplePersonRepository; } + + public QualifiedProductRepository getQualifiedProductRepository() { + return qualifiedProductRepository; + } + + @Inject + public void setQualifiedProductRepository(@UserDB @OtherQualifier QualifiedProductRepository qualifiedProductRepository) { + this.qualifiedProductRepository = qualifiedProductRepository; + } } diff --git a/src/test/java/org/springframework/data/solr/repository/cdi/ITestCdiRepository.java b/src/test/java/org/springframework/data/solr/repository/cdi/ITestCdiRepository.java index ef8664cb7..6270030f6 100644 --- a/src/test/java/org/springframework/data/solr/repository/cdi/ITestCdiRepository.java +++ b/src/test/java/org/springframework/data/solr/repository/cdi/ITestCdiRepository.java @@ -1,11 +1,11 @@ /* - * Copyright 2012-2014 the original author or authors. + * Copyright 2012-2016 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. * 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, @@ -21,7 +21,6 @@ import org.apache.webbeans.cditest.CdiTestContainer; import org.apache.webbeans.cditest.CdiTestContainerLoader; import org.junit.AfterClass; -import org.junit.Assert; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; @@ -36,9 +35,11 @@ public class ITestCdiRepository { private static CdiTestContainer cdiContainer; private CdiProductRepository repository; private SamplePersonRepository samplePersonRepository; + private QualifiedProductRepository qualifiedProductRepository; @BeforeClass public static void init() throws Exception { + cdiContainer = CdiTestContainerLoader.getCdiContainer(); cdiContainer.startApplicationScope(); cdiContainer.bootContainer(); @@ -46,20 +47,24 @@ public static void init() throws Exception { @AfterClass public static void shutdown() throws Exception { + cdiContainer.stopContexts(); cdiContainer.shutdownContainer(); } @Before public void setUp() { + CdiRepositoryClient client = cdiContainer.getInstance(CdiRepositoryClient.class); repository = client.getRepository(); samplePersonRepository = client.getSamplePersonRepository(); + qualifiedProductRepository = client.getQualifiedProductRepository(); } @Test public void testCdiRepository() { - Assert.assertNotNull(repository); + + assertNotNull(repository); ProductBean bean = new ProductBean(); bean.setId("id-1"); @@ -67,22 +72,22 @@ public void testCdiRepository() { repository.save(bean); - Assert.assertTrue(repository.exists(bean.getId())); + assertTrue(repository.exists(bean.getId())); ProductBean retrieved = repository.findOne(bean.getId()); - Assert.assertNotNull(retrieved); - Assert.assertEquals(bean.getId(), retrieved.getId()); - Assert.assertEquals(bean.getName(), retrieved.getName()); + assertNotNull(retrieved); + assertEquals(bean.getId(), retrieved.getId()); + assertEquals(bean.getName(), retrieved.getName()); - Assert.assertEquals(1, repository.count()); + assertEquals(1, repository.count()); - Assert.assertTrue(repository.exists(bean.getId())); + assertTrue(repository.exists(bean.getId())); repository.delete(bean); - Assert.assertEquals(0, repository.count()); + assertEquals(0, repository.count()); retrieved = repository.findOne(bean.getId()); - Assert.assertNull(retrieved); + assertNull(retrieved); } /** @@ -94,4 +99,20 @@ public void returnOneFromCustomImpl() { assertThat(samplePersonRepository.returnOne(), is(1)); } + /** + * @see DATASOLR-276 + */ + @Test + public void testQualifiedCdiRepository() { + + ProductBean bean = new ProductBean(); + bean.setId("id-1"); + bean.setName("cidContainerTest-1"); + + qualifiedProductRepository.save(bean); + + qualifiedProductRepository.delete(bean); + + assertEquals(0, qualifiedProductRepository.count()); + } } diff --git a/src/test/java/org/springframework/data/solr/repository/cdi/OtherQualifier.java b/src/test/java/org/springframework/data/solr/repository/cdi/OtherQualifier.java new file mode 100644 index 000000000..2886f2a90 --- /dev/null +++ b/src/test/java/org/springframework/data/solr/repository/cdi/OtherQualifier.java @@ -0,0 +1,34 @@ +/* + * Copyright 2016 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. + * You may obtain a copy of the License at + * + * 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, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.springframework.data.solr.repository.cdi; + +import java.lang.annotation.ElementType; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +import java.lang.annotation.Target; + +import javax.inject.Qualifier; + +/** + * @author Mark Paluch + * @see DATASOLR-276 + */ +@Qualifier +@Retention(RetentionPolicy.RUNTIME) +@Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER }) +@interface OtherQualifier { + +} diff --git a/src/test/java/org/springframework/data/solr/repository/cdi/QualifiedProductRepository.java b/src/test/java/org/springframework/data/solr/repository/cdi/QualifiedProductRepository.java new file mode 100644 index 000000000..84d7a0570 --- /dev/null +++ b/src/test/java/org/springframework/data/solr/repository/cdi/QualifiedProductRepository.java @@ -0,0 +1,27 @@ +/* + * Copyright 2016 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. + * You may obtain a copy of the License at + * + * 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, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.springframework.data.solr.repository.cdi; + +import org.springframework.data.repository.CrudRepository; +import org.springframework.data.solr.repository.ProductBean; + +/** + * @author Mark Paluch + * @see DATASOLR-276 + */ +@OtherQualifier +@UserDB +public interface QualifiedProductRepository extends CrudRepository {} diff --git a/src/test/java/org/springframework/data/solr/repository/cdi/SamplePersonRepository.java b/src/test/java/org/springframework/data/solr/repository/cdi/SamplePersonRepository.java index de153ca8d..8611462eb 100644 --- a/src/test/java/org/springframework/data/solr/repository/cdi/SamplePersonRepository.java +++ b/src/test/java/org/springframework/data/solr/repository/cdi/SamplePersonRepository.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/src/test/java/org/springframework/data/solr/repository/cdi/SamplePersonRepositoryCustom.java b/src/test/java/org/springframework/data/solr/repository/cdi/SamplePersonRepositoryCustom.java index fa19a69d6..24c7112b8 100644 --- a/src/test/java/org/springframework/data/solr/repository/cdi/SamplePersonRepositoryCustom.java +++ b/src/test/java/org/springframework/data/solr/repository/cdi/SamplePersonRepositoryCustom.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/src/test/java/org/springframework/data/solr/repository/cdi/SamplePersonRepositoryImpl.java b/src/test/java/org/springframework/data/solr/repository/cdi/SamplePersonRepositoryImpl.java index 9c962c207..8ecd3c628 100644 --- a/src/test/java/org/springframework/data/solr/repository/cdi/SamplePersonRepositoryImpl.java +++ b/src/test/java/org/springframework/data/solr/repository/cdi/SamplePersonRepositoryImpl.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/src/test/java/org/springframework/data/solr/repository/cdi/SolrTemplateProducer.java b/src/test/java/org/springframework/data/solr/repository/cdi/SolrTemplateProducer.java index f521ee9f8..72b105559 100644 --- a/src/test/java/org/springframework/data/solr/repository/cdi/SolrTemplateProducer.java +++ b/src/test/java/org/springframework/data/solr/repository/cdi/SolrTemplateProducer.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, @@ -32,6 +32,7 @@ /** * @author Christoph Strobl + * @author Mark Paluch */ @ApplicationScoped class SolrTemplateProducer { @@ -47,6 +48,14 @@ public SolrOperations createSolrTemplate() throws IOException, ParserConfigurati return template; } + @UserDB + @OtherQualifier + @Produces + @ApplicationScoped + public SolrOperations createQualifiedSolrTemplate(SolrOperations solrOperations) { + return solrOperations; + } + @PreDestroy public void shutdown() { // remove everything to avoid conflicts with other tests in case server not shut down properly @@ -66,7 +75,5 @@ private void deleteAll() { } catch (SAXException e) { throw new RuntimeException(e); } - } - } diff --git a/src/test/java/org/springframework/data/solr/repository/cdi/UserDB.java b/src/test/java/org/springframework/data/solr/repository/cdi/UserDB.java new file mode 100644 index 000000000..31ff6c3c5 --- /dev/null +++ b/src/test/java/org/springframework/data/solr/repository/cdi/UserDB.java @@ -0,0 +1,34 @@ +/* + * Copyright 2016 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. + * You may obtain a copy of the License at + * + * 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, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.springframework.data.solr.repository.cdi; + +import java.lang.annotation.ElementType; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +import java.lang.annotation.Target; + +import javax.inject.Qualifier; + +/** + * @author Mark Paluch + * @see DATASOLR-276 + */ +@Qualifier +@Retention(RetentionPolicy.RUNTIME) +@Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER }) +@interface UserDB { + +} diff --git a/src/test/java/org/springframework/data/solr/repository/config/EnableSolrRepositoriesWithPredefinedConvertersUnitTests.java b/src/test/java/org/springframework/data/solr/repository/config/EnableSolrRepositoriesWithPredefinedConvertersUnitTests.java index d9c43243f..88b010bee 100644 --- a/src/test/java/org/springframework/data/solr/repository/config/EnableSolrRepositoriesWithPredefinedConvertersUnitTests.java +++ b/src/test/java/org/springframework/data/solr/repository/config/EnableSolrRepositoriesWithPredefinedConvertersUnitTests.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/src/test/java/org/springframework/data/solr/repository/config/EnableSolrRepositoriesWithPredefinedMappingContextTests.java b/src/test/java/org/springframework/data/solr/repository/config/EnableSolrRepositoriesWithPredefinedMappingContextTests.java index f814f8f22..f66f5f602 100644 --- a/src/test/java/org/springframework/data/solr/repository/config/EnableSolrRepositoriesWithPredefinedMappingContextTests.java +++ b/src/test/java/org/springframework/data/solr/repository/config/EnableSolrRepositoriesWithPredefinedMappingContextTests.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/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositories.java b/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositories.java index 95ef7796e..aad74217b 100644 --- a/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositories.java +++ b/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositories.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/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositoriesWithMulticoreSupport.java b/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositoriesWithMulticoreSupport.java index e5d137fe4..28e8c1ea6 100644 --- a/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositoriesWithMulticoreSupport.java +++ b/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositoriesWithMulticoreSupport.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/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositoriesWithOptionalSolrServer.java b/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositoriesWithOptionalSolrServer.java index 1b9b27000..06520b433 100644 --- a/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositoriesWithOptionalSolrServer.java +++ b/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositoriesWithOptionalSolrServer.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/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositoriesWithSchemaCreationSupport.java b/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositoriesWithSchemaCreationSupport.java index caa5bfa14..bf77b7b73 100644 --- a/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositoriesWithSchemaCreationSupport.java +++ b/src/test/java/org/springframework/data/solr/repository/config/ITestEnableSolrRepositoriesWithSchemaCreationSupport.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/src/test/java/org/springframework/data/solr/repository/config/ITestXmlNamespace.java b/src/test/java/org/springframework/data/solr/repository/config/ITestXmlNamespace.java index a977b19f4..449c85579 100644 --- a/src/test/java/org/springframework/data/solr/repository/config/ITestXmlNamespace.java +++ b/src/test/java/org/springframework/data/solr/repository/config/ITestXmlNamespace.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/src/test/java/org/springframework/data/solr/repository/config/ITestXmlNamespaceMulticore.java b/src/test/java/org/springframework/data/solr/repository/config/ITestXmlNamespaceMulticore.java index b2b148fca..b4eda5e15 100644 --- a/src/test/java/org/springframework/data/solr/repository/config/ITestXmlNamespaceMulticore.java +++ b/src/test/java/org/springframework/data/solr/repository/config/ITestXmlNamespaceMulticore.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/src/test/java/org/springframework/data/solr/repository/config/Person.java b/src/test/java/org/springframework/data/solr/repository/config/Person.java index b2a534798..107ad63fd 100644 --- a/src/test/java/org/springframework/data/solr/repository/config/Person.java +++ b/src/test/java/org/springframework/data/solr/repository/config/Person.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/src/test/java/org/springframework/data/solr/repository/config/PersonRepository.java b/src/test/java/org/springframework/data/solr/repository/config/PersonRepository.java index 4b895ad28..1e6cf63e3 100644 --- a/src/test/java/org/springframework/data/solr/repository/config/PersonRepository.java +++ b/src/test/java/org/springframework/data/solr/repository/config/PersonRepository.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/src/test/java/org/springframework/data/solr/repository/config/SolrRepositoryConfigExtensionUnitTests.java b/src/test/java/org/springframework/data/solr/repository/config/SolrRepositoryConfigExtensionUnitTests.java index d0168a75d..25c39c3ce 100644 --- a/src/test/java/org/springframework/data/solr/repository/config/SolrRepositoryConfigExtensionUnitTests.java +++ b/src/test/java/org/springframework/data/solr/repository/config/SolrRepositoryConfigExtensionUnitTests.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/src/test/java/org/springframework/data/solr/repository/query/SolrParameterTests.java b/src/test/java/org/springframework/data/solr/repository/query/SolrParameterTests.java index 02a51ac70..a03bb47d9 100644 --- a/src/test/java/org/springframework/data/solr/repository/query/SolrParameterTests.java +++ b/src/test/java/org/springframework/data/solr/repository/query/SolrParameterTests.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/src/test/java/org/springframework/data/solr/repository/query/SolrParametersParameterAccessorTests.java b/src/test/java/org/springframework/data/solr/repository/query/SolrParametersParameterAccessorTests.java index c7d63cb1d..41b50dd72 100644 --- a/src/test/java/org/springframework/data/solr/repository/query/SolrParametersParameterAccessorTests.java +++ b/src/test/java/org/springframework/data/solr/repository/query/SolrParametersParameterAccessorTests.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/src/test/java/org/springframework/data/solr/repository/query/SolrQueryCreatorTests.java b/src/test/java/org/springframework/data/solr/repository/query/SolrQueryCreatorTests.java index 7a21b9b94..03ae83455 100644 --- a/src/test/java/org/springframework/data/solr/repository/query/SolrQueryCreatorTests.java +++ b/src/test/java/org/springframework/data/solr/repository/query/SolrQueryCreatorTests.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/src/test/java/org/springframework/data/solr/repository/query/SolrQueryMethodTests.java b/src/test/java/org/springframework/data/solr/repository/query/SolrQueryMethodTests.java index 120d2b079..8ef1d95ed 100644 --- a/src/test/java/org/springframework/data/solr/repository/query/SolrQueryMethodTests.java +++ b/src/test/java/org/springframework/data/solr/repository/query/SolrQueryMethodTests.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/src/test/java/org/springframework/data/solr/repository/query/SolrQueryTests.java b/src/test/java/org/springframework/data/solr/repository/query/SolrQueryTests.java index 0656da251..a73653020 100644 --- a/src/test/java/org/springframework/data/solr/repository/query/SolrQueryTests.java +++ b/src/test/java/org/springframework/data/solr/repository/query/SolrQueryTests.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/src/test/java/org/springframework/data/solr/repository/query/StringBasedSolrQueryTests.java b/src/test/java/org/springframework/data/solr/repository/query/StringBasedSolrQueryTests.java index 5a809d94d..50d66995c 100644 --- a/src/test/java/org/springframework/data/solr/repository/query/StringBasedSolrQueryTests.java +++ b/src/test/java/org/springframework/data/solr/repository/query/StringBasedSolrQueryTests.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/src/test/java/org/springframework/data/solr/repository/support/ITestSolrRepositoryFactory.java b/src/test/java/org/springframework/data/solr/repository/support/ITestSolrRepositoryFactory.java index a10d2b4ea..881490c93 100644 --- a/src/test/java/org/springframework/data/solr/repository/support/ITestSolrRepositoryFactory.java +++ b/src/test/java/org/springframework/data/solr/repository/support/ITestSolrRepositoryFactory.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/src/test/java/org/springframework/data/solr/repository/support/MappingSolrEntityInformationTests.java b/src/test/java/org/springframework/data/solr/repository/support/MappingSolrEntityInformationTests.java index e0fb44d91..0f4b07cbb 100644 --- a/src/test/java/org/springframework/data/solr/repository/support/MappingSolrEntityInformationTests.java +++ b/src/test/java/org/springframework/data/solr/repository/support/MappingSolrEntityInformationTests.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/src/test/java/org/springframework/data/solr/repository/support/SolrRepositoryFactoryTests.java b/src/test/java/org/springframework/data/solr/repository/support/SolrRepositoryFactoryTests.java index 69f14a498..352ac7613 100644 --- a/src/test/java/org/springframework/data/solr/repository/support/SolrRepositoryFactoryTests.java +++ b/src/test/java/org/springframework/data/solr/repository/support/SolrRepositoryFactoryTests.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/src/test/java/org/springframework/data/solr/server/support/MulticoreSolrClientFactoryTests.java b/src/test/java/org/springframework/data/solr/server/support/MulticoreSolrClientFactoryTests.java index a19ce63a6..5af7d874e 100644 --- a/src/test/java/org/springframework/data/solr/server/support/MulticoreSolrClientFactoryTests.java +++ b/src/test/java/org/springframework/data/solr/server/support/MulticoreSolrClientFactoryTests.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/src/test/java/org/springframework/data/solr/server/support/SolrClientUtilTests.java b/src/test/java/org/springframework/data/solr/server/support/SolrClientUtilTests.java index 5a686cf68..74b563230 100644 --- a/src/test/java/org/springframework/data/solr/server/support/SolrClientUtilTests.java +++ b/src/test/java/org/springframework/data/solr/server/support/SolrClientUtilTests.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/src/test/java/org/springframework/data/solr/test/util/EmbeddedSolrServer.java b/src/test/java/org/springframework/data/solr/test/util/EmbeddedSolrServer.java index e1a578a61..29123fed1 100644 --- a/src/test/java/org/springframework/data/solr/test/util/EmbeddedSolrServer.java +++ b/src/test/java/org/springframework/data/solr/test/util/EmbeddedSolrServer.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/src/test/java/org/springframework/data/solr/test/util/GenericMockFactory.java b/src/test/java/org/springframework/data/solr/test/util/GenericMockFactory.java index 929afd6cb..cabdbaf10 100644 --- a/src/test/java/org/springframework/data/solr/test/util/GenericMockFactory.java +++ b/src/test/java/org/springframework/data/solr/test/util/GenericMockFactory.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/src/test/resources/managed-schema/collection1/conf/currency.xml b/src/test/resources/managed-schema/collection1/conf/currency.xml index 3a9c58afe..81a3fa5ed 100644 --- a/src/test/resources/managed-schema/collection1/conf/currency.xml +++ b/src/test/resources/managed-schema/collection1/conf/currency.xml @@ -7,7 +7,7 @@ (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 "AS IS" BASIS, diff --git a/src/test/resources/managed-schema/collection1/conf/elevate.xml b/src/test/resources/managed-schema/collection1/conf/elevate.xml index 25d5cebe4..e0173ee1f 100644 --- a/src/test/resources/managed-schema/collection1/conf/elevate.xml +++ b/src/test/resources/managed-schema/collection1/conf/elevate.xml @@ -7,7 +7,7 @@ (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 "AS IS" BASIS, diff --git a/src/test/resources/managed-schema/collection1/conf/lang/stopwords_en.txt b/src/test/resources/managed-schema/collection1/conf/lang/stopwords_en.txt index 2c164c0b2..e1287d56a 100644 --- a/src/test/resources/managed-schema/collection1/conf/lang/stopwords_en.txt +++ b/src/test/resources/managed-schema/collection1/conf/lang/stopwords_en.txt @@ -5,7 +5,7 @@ # (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 "AS IS" BASIS, diff --git a/src/test/resources/managed-schema/collection1/conf/protwords.txt b/src/test/resources/managed-schema/collection1/conf/protwords.txt index 1dfc0abec..00d2854d6 100644 --- a/src/test/resources/managed-schema/collection1/conf/protwords.txt +++ b/src/test/resources/managed-schema/collection1/conf/protwords.txt @@ -2,7 +2,7 @@ # (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 "AS IS" BASIS, diff --git a/src/test/resources/managed-schema/collection1/conf/solrconfig.xml b/src/test/resources/managed-schema/collection1/conf/solrconfig.xml index f699c75a1..aa342e0c4 100644 --- a/src/test/resources/managed-schema/collection1/conf/solrconfig.xml +++ b/src/test/resources/managed-schema/collection1/conf/solrconfig.xml @@ -7,7 +7,7 @@ (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 "AS IS" BASIS, diff --git a/src/test/resources/managed-schema/collection1/conf/stopwords.txt b/src/test/resources/managed-schema/collection1/conf/stopwords.txt index ae1e83eeb..5b5b72e72 100644 --- a/src/test/resources/managed-schema/collection1/conf/stopwords.txt +++ b/src/test/resources/managed-schema/collection1/conf/stopwords.txt @@ -5,7 +5,7 @@ # (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 "AS IS" BASIS, diff --git a/src/test/resources/managed-schema/collection1/conf/synonyms.txt b/src/test/resources/managed-schema/collection1/conf/synonyms.txt index 7f7212830..aa9f07dd0 100644 --- a/src/test/resources/managed-schema/collection1/conf/synonyms.txt +++ b/src/test/resources/managed-schema/collection1/conf/synonyms.txt @@ -2,7 +2,7 @@ # (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 "AS IS" BASIS, diff --git a/src/test/resources/managed-schema/solr.xml b/src/test/resources/managed-schema/solr.xml index 6e835c9d9..6accf6ae1 100644 --- a/src/test/resources/managed-schema/solr.xml +++ b/src/test/resources/managed-schema/solr.xml @@ -7,7 +7,7 @@ (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 "AS IS" BASIS, diff --git a/src/test/resources/static-schema/collection1/conf/currency.xml b/src/test/resources/static-schema/collection1/conf/currency.xml index 3a9c58afe..81a3fa5ed 100644 --- a/src/test/resources/static-schema/collection1/conf/currency.xml +++ b/src/test/resources/static-schema/collection1/conf/currency.xml @@ -7,7 +7,7 @@ (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 "AS IS" BASIS, diff --git a/src/test/resources/static-schema/collection1/conf/elevate.xml b/src/test/resources/static-schema/collection1/conf/elevate.xml index 25d5cebe4..e0173ee1f 100644 --- a/src/test/resources/static-schema/collection1/conf/elevate.xml +++ b/src/test/resources/static-schema/collection1/conf/elevate.xml @@ -7,7 +7,7 @@ (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 "AS IS" BASIS, diff --git a/src/test/resources/static-schema/collection1/conf/lang/stopwords_en.txt b/src/test/resources/static-schema/collection1/conf/lang/stopwords_en.txt index 2c164c0b2..e1287d56a 100644 --- a/src/test/resources/static-schema/collection1/conf/lang/stopwords_en.txt +++ b/src/test/resources/static-schema/collection1/conf/lang/stopwords_en.txt @@ -5,7 +5,7 @@ # (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 "AS IS" BASIS, diff --git a/src/test/resources/static-schema/collection1/conf/mapping-FoldToASCII.txt b/src/test/resources/static-schema/collection1/conf/mapping-FoldToASCII.txt index 9a84b6eac..1b0aefbab 100644 --- a/src/test/resources/static-schema/collection1/conf/mapping-FoldToASCII.txt +++ b/src/test/resources/static-schema/collection1/conf/mapping-FoldToASCII.txt @@ -2,7 +2,7 @@ # (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 "AS IS" BASIS, diff --git a/src/test/resources/static-schema/collection1/conf/mapping-ISOLatin1Accent.txt b/src/test/resources/static-schema/collection1/conf/mapping-ISOLatin1Accent.txt index ede774258..f782c94da 100644 --- a/src/test/resources/static-schema/collection1/conf/mapping-ISOLatin1Accent.txt +++ b/src/test/resources/static-schema/collection1/conf/mapping-ISOLatin1Accent.txt @@ -2,7 +2,7 @@ # (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 "AS IS" BASIS, diff --git a/src/test/resources/static-schema/collection1/conf/protwords.txt b/src/test/resources/static-schema/collection1/conf/protwords.txt index 1dfc0abec..00d2854d6 100644 --- a/src/test/resources/static-schema/collection1/conf/protwords.txt +++ b/src/test/resources/static-schema/collection1/conf/protwords.txt @@ -2,7 +2,7 @@ # (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 "AS IS" BASIS, diff --git a/src/test/resources/static-schema/collection1/conf/schema.xml b/src/test/resources/static-schema/collection1/conf/schema.xml index 5a472e445..99af8f6c2 100644 --- a/src/test/resources/static-schema/collection1/conf/schema.xml +++ b/src/test/resources/static-schema/collection1/conf/schema.xml @@ -7,7 +7,7 @@ (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 "AS IS" BASIS, diff --git a/src/test/resources/static-schema/collection1/conf/scripts.conf b/src/test/resources/static-schema/collection1/conf/scripts.conf index f58b262ae..16f9311d0 100644 --- a/src/test/resources/static-schema/collection1/conf/scripts.conf +++ b/src/test/resources/static-schema/collection1/conf/scripts.conf @@ -5,7 +5,7 @@ # (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 "AS IS" BASIS, diff --git a/src/test/resources/static-schema/collection1/conf/solrconfig.xml b/src/test/resources/static-schema/collection1/conf/solrconfig.xml index 2b047def2..d06d8c191 100644 --- a/src/test/resources/static-schema/collection1/conf/solrconfig.xml +++ b/src/test/resources/static-schema/collection1/conf/solrconfig.xml @@ -7,7 +7,7 @@ (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 "AS IS" BASIS, diff --git a/src/test/resources/static-schema/collection1/conf/stopwords.txt b/src/test/resources/static-schema/collection1/conf/stopwords.txt index ae1e83eeb..5b5b72e72 100644 --- a/src/test/resources/static-schema/collection1/conf/stopwords.txt +++ b/src/test/resources/static-schema/collection1/conf/stopwords.txt @@ -5,7 +5,7 @@ # (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 "AS IS" BASIS, diff --git a/src/test/resources/static-schema/collection1/conf/synonyms.txt b/src/test/resources/static-schema/collection1/conf/synonyms.txt index 7f7212830..aa9f07dd0 100644 --- a/src/test/resources/static-schema/collection1/conf/synonyms.txt +++ b/src/test/resources/static-schema/collection1/conf/synonyms.txt @@ -2,7 +2,7 @@ # (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 "AS IS" BASIS, diff --git a/src/test/resources/static-schema/solr.xml b/src/test/resources/static-schema/solr.xml index 6e835c9d9..6accf6ae1 100644 --- a/src/test/resources/static-schema/solr.xml +++ b/src/test/resources/static-schema/solr.xml @@ -7,7 +7,7 @@ (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 "AS IS" BASIS,