You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: evita_external_api/evita_external_api_core/src/main/java/io/evitadb/externalApi/api/catalog/dataApi/builder/constraint/ConstraintSchemaBuilder.java
+21-6
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
* | __/\ V /| | || (_| | |_| | |_) |
7
7
* \___| \_/ |_|\__\__,_|____/|____/
8
8
*
9
-
* Copyright (c) 2023-2024
9
+
* Copyright (c) 2023-2025
10
10
*
11
11
* Licensed under the Business Source License, Version 1.1 (the "License");
12
12
* you may not use this file except in compliance with the License.
* Implementation should cache the built objects for later reuse.
926
939
*
940
+
* If returns null, parent constraint should be omitted, because there are no valid parameters to specify.
941
+
*
927
942
* <b>Note:</b> this method should not be used directly, instead use {@link #obtainWrapperObjectConstraintValue(ConstraintBuildContext, List, List, List, ValueTypeSupplier)}.
Copy file name to clipboardexpand all lines: evita_external_api/evita_external_api_core/src/main/java/io/evitadb/externalApi/api/catalog/dataApi/constraint/DataLocatorResolver.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
* | __/\ V /| | || (_| | |_| | |_) |
7
7
* \___| \_/ |_|\__\__,_|____/|____/
8
8
*
9
-
* Copyright (c) 2023-2024
9
+
* Copyright (c) 2023-2025
10
10
*
11
11
* Licensed under the Business Source License, Version 1.1 (the "License");
12
12
* you may not use this file except in compliance with the License.
@@ -177,7 +177,7 @@ public Optional<DataLocator> resolveChildParameterDataLocator(@Nonnull DataLocat
Copy file name to clipboardexpand all lines: evita_external_api/evita_external_api_core/src/main/java/io/evitadb/externalApi/api/catalog/dataApi/resolver/constraint/ConstraintDescriptorResolver.java
+4-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
* | __/\ V /| | || (_| | |_| | |_) |
7
7
* \___| \_/ |_|\__\__,_|____/|____/
8
8
*
9
-
* Copyright (c) 2023-2024
9
+
* Copyright (c) 2023-2025
10
10
*
11
11
* Licensed under the Business Source License, Version 1.1 (the "License");
12
12
* you may not use this file except in compliance with the License.
Copy file name to clipboardexpand all lines: evita_external_api/evita_external_api_graphql/src/main/java/io/evitadb/externalApi/graphql/api/catalog/dataApi/builder/constraint/GraphQLConstraintSchemaBuilder.java
+20-11
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
* | __/\ V /| | || (_| | |_| | |_) |
7
7
* \___| \_/ |_|\__\__,_|____/|____/
8
8
*
9
-
* Copyright (c) 2023-2024
9
+
* Copyright (c) 2023-2025
10
10
*
11
11
* Licensed under the Business Source License, Version 1.1 (the "License");
12
12
* you may not use this file except in compliance with the License.
Copy file name to clipboardexpand all lines: evita_external_api/evita_external_api_rest/src/main/java/io/evitadb/externalApi/rest/api/catalog/dataApi/builder/constraint/OpenApiConstraintSchemaBuilder.java
+20-11
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
* | __/\ V /| | || (_| | |_| | |_) |
7
7
* \___| \_/ |_|\__\__,_|____/|____/
8
8
*
9
-
* Copyright (c) 2023-2024
9
+
* Copyright (c) 2023-2025
10
10
*
11
11
* Licensed under the Business Source License, Version 1.1 (the "License");
12
12
* you may not use this file except in compliance with the License.
Copy file name to clipboardexpand all lines: evita_functional_tests/src/test/java/io/evitadb/externalApi/graphql/api/catalog/dataApi/resolver/constraint/AbstractConstraintResolverTest.java
+6-3
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
* | __/\ V /| | || (_| | |_| | |_) |
7
7
* \___| \_/ |_|\__\__,_|____/|____/
8
8
*
9
-
* Copyright (c) 2023
9
+
* Copyright (c) 2023-2025
10
10
*
11
11
* Licensed under the Business Source License, Version 1.1 (the "License");
12
12
* you may not use this file except in compliance with the License.
@@ -96,8 +96,11 @@ public Optional<EntitySchemaContract> getEntitySchema(@Nonnull String entityType
Copy file name to clipboardexpand all lines: evita_functional_tests/src/test/java/io/evitadb/externalApi/graphql/api/catalog/dataApi/resolver/constraint/RequireConstraintResolverTest.java
+4-15
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
* | __/\ V /| | || (_| | |_| | |_) |
7
7
* \___| \_/ |_|\__\__,_|____/|____/
8
8
*
9
-
* Copyright (c) 2023-2024
9
+
* Copyright (c) 2023-2025
10
10
*
11
11
* Licensed under the Business Source License, Version 1.1 (the "License");
12
12
* you may not use this file except in compliance with the License.
Copy file name to clipboardexpand all lines: evita_functional_tests/src/test/java/io/evitadb/externalApi/rest/api/catalog/dataApi/resolver/constraint/AbstractConstraintResolverTest.java
+6-3
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
* | __/\ V /| | || (_| | |_| | |_) |
7
7
* \___| \_/ |_|\__\__,_|____/|____/
8
8
*
9
-
* Copyright (c) 2023-2024
9
+
* Copyright (c) 2023-2025
10
10
*
11
11
* Licensed under the Business Source License, Version 1.1 (the "License");
12
12
* you may not use this file except in compliance with the License.
@@ -98,8 +98,11 @@ public Optional<EntitySchemaContract> getEntitySchema(@Nonnull String entityType
0 commit comments