Skip to content

Commit 42a302c

Browse files
committed
Use 'https://vavr.io' instead of 'http://vavr.io' (#2918)
1 parent 58bd285 commit 42a302c

File tree

294 files changed

+370
-370
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+370
-370
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ _Source: http://users.ece.utexas.edu/~adnan/pike.html_
4949
* \ \/ / /\ \ \/ / /
5050
* \____/__/ \__\____/__/
5151
*
52-
* Copyright 2014-2024 Vavr, http://vavr.io
52+
* Copyright 2014-2024 Vavr, https://vavr.io
5353
*
5454
* Licensed under the Apache License, Version 2.0 (the "License");
5555
* you may not use this file except in compliance with the License.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Sputnik](https://sputnik.ci/conf/badge)](https://sputnik.ci/app#/builds/vavr-io/vavr)
66
[![Gitter Chat](https://badges.gitter.im/Join%20Chat.png)](https://gitter.im/vavr-io/vavr)
77

8-
# [Vavr](http://vavr.io/)
8+
# [Vavr](https://vavr.io/)
99

1010
Vavr is an object-functional language extension to Java 8, which aims to reduce the lines of code and increase code quality.
1111
It provides persistent collections, functional abstractions for error handling, concurrent programming, pattern matching and much more.

vavr-benchmark/src/test/java/io/vavr/BenchmarkPerformanceReporter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/JmhRunner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/MemoryUsage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/ArrayBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/BitSetBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/CharSeqBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/HashSetBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/IteratorBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/ListBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/MapBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/PriorityQueueBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/VectorBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/control/LazyBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/idiom/ForBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/idiom/PatternMatchingBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/idiom/TryBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/idiom/TupleBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-match-processor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<packaging>jar</packaging>
1111
<name>Vavr Match Annotation Processor</name>
1212
<description>Processor for structural pattern matching.</description>
13-
<url>http://vavr.io</url>
13+
<url>https://vavr.io</url>
1414
<licenses>
1515
<license>
1616
<name>The Apache Software License, Version 2.0</name>

vavr-match-processor/src/main/java/io/vavr/match/PatternsProcessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/UnapplyChecker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/generator/Generator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/generator/ImportManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/model/ClassModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/model/MethodModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/model/ParameterModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/model/TypeParameterModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-match/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<packaging>jar</packaging>
1111
<name>Vavr Match</name>
1212
<description>Annotation for structural pattern matching.</description>
13-
<url>http://vavr.io</url>
13+
<url>https://vavr.io</url>
1414
<licenses>
1515
<license>
1616
<name>The Apache Software License, Version 2.0</name>

vavr-match/src/main/java/io/vavr/match/annotation/Patterns.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-match/src/main/java/io/vavr/match/annotation/Unapply.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-test/generator/Generator.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.
@@ -697,7 +697,7 @@ def genVavrFile(packageName: String, className: String, baseDir: String = TARGET
697697
* \ \/ / /\ \ \/ / /
698698
* \____/__/ \__\____/__/
699699
*
700-
* Copyright 2014-2024 Vavr, http://vavr.io
700+
* Copyright 2014-2024 Vavr, https://vavr.io
701701
*
702702
* Licensed under the Apache License, Version 2.0 (the "License");
703703
* you may not use this file except in compliance with the License.

vavr-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<packaging>jar</packaging>
1111
<name>Vavr Test</name>
1212
<description>A property check framework for Vavr.</description>
13-
<url>http://vavr.io</url>
13+
<url>https://vavr.io</url>
1414
<licenses>
1515
<license>
1616
<name>The Apache Software License, Version 2.0</name>

vavr-test/src-gen/main/java/io/vavr/test/Property.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.
@@ -1308,4 +1308,4 @@ static class CheckError extends Error {
13081308
super(message, cause);
13091309
}
13101310
}
1311-
}
1311+
}

vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck1Test.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.
@@ -120,4 +120,4 @@ public void shouldReturnErroneousProperty1CheckResultIfArbitraryFails() {
120120
.check();
121121
assertThat(result.isErroneous()).isTrue();
122122
}
123-
}
123+
}

vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck2Test.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.
@@ -120,4 +120,4 @@ public void shouldReturnErroneousProperty2CheckResultIfArbitraryFails() {
120120
.check();
121121
assertThat(result.isErroneous()).isTrue();
122122
}
123-
}
123+
}

vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck3Test.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.
@@ -120,4 +120,4 @@ public void shouldReturnErroneousProperty3CheckResultIfArbitraryFails() {
120120
.check();
121121
assertThat(result.isErroneous()).isTrue();
122122
}
123-
}
123+
}

vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck4Test.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.
@@ -120,4 +120,4 @@ public void shouldReturnErroneousProperty4CheckResultIfArbitraryFails() {
120120
.check();
121121
assertThat(result.isErroneous()).isTrue();
122122
}
123-
}
123+
}

0 commit comments

Comments
 (0)