Skip to content

Commit 7381e84

Browse files
authored
Merge branch 'version/1.x' into recover-and-try
2 parents 787b713 + 4948d21 commit 7381e84

File tree

248 files changed

+314
-263
lines changed

Some content is hidden

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

248 files changed

+314
-263
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ____ ______________ ________________________ __________
44

55
The MIT License (MIT)
66

7-
Copyright 2024 Vavr, https://vavr.io
7+
Copyright 2025 Vavr, https://vavr.io
88

99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666

6767
tasks.withType(Test).configureEach {
6868
useJUnitPlatform()
69-
69+
maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
7070
maxHeapSize = '1G'
7171
}
7272

generator/Generator.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* The MIT License (MIT)
66
*
7-
* Copyright 2024 Vavr, https://vavr.io
7+
* Copyright 2025 Vavr, https://vavr.io
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal
@@ -3769,7 +3769,7 @@ def genVavrFile(packageName: String, className: String, baseDir: String = TARGET
37693769
*
37703770
* The MIT License (MIT)
37713771
*
3772-
* Copyright 2024 Vavr, https://vavr.io
3772+
* Copyright 2025 Vavr, https://vavr.io
37733773
*
37743774
* Permission is hereby granted, free of charge, to any person obtaining a copy
37753775
* of this software and associated documentation files (the "Software"), to deal

src-gen/main/java/io/vavr/API.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* The MIT License (MIT)
66
*
7-
* Copyright 2024 Vavr, https://vavr.io
7+
* Copyright 2025 Vavr, https://vavr.io
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

src-gen/main/java/io/vavr/CheckedFunction0.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* The MIT License (MIT)
66
*
7-
* Copyright 2024 Vavr, https://vavr.io
7+
* Copyright 2025 Vavr, https://vavr.io
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

src-gen/main/java/io/vavr/CheckedFunction1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* The MIT License (MIT)
66
*
7-
* Copyright 2024 Vavr, https://vavr.io
7+
* Copyright 2025 Vavr, https://vavr.io
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

src-gen/main/java/io/vavr/CheckedFunction2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* The MIT License (MIT)
66
*
7-
* Copyright 2024 Vavr, https://vavr.io
7+
* Copyright 2025 Vavr, https://vavr.io
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

src-gen/main/java/io/vavr/CheckedFunction3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* The MIT License (MIT)
66
*
7-
* Copyright 2024 Vavr, https://vavr.io
7+
* Copyright 2025 Vavr, https://vavr.io
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

src-gen/main/java/io/vavr/CheckedFunction4.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* The MIT License (MIT)
66
*
7-
* Copyright 2024 Vavr, https://vavr.io
7+
* Copyright 2025 Vavr, https://vavr.io
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)