We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9232b22 + 81458bd commit 036d9cdCopy full SHA for 036d9cd
docs/MIGRATION_GUIDE.md
@@ -31,6 +31,12 @@ Some utility methods aren't available in this version. Please make sure to repla
31
// CollectionUtils
32
public static <T> Set<T> emptyIfNull(@Nullable final Set<T> set)
33
```
34
+```java
35
+// ShoppingListReferenceResolutionUtils
36
+public static ShoppingListQuery buildShoppingListQuery() {
37
+ return ShoppingListQuery.of().plusExpansionPaths(ExpansionPath.of("lineItems[*].variant"));
38
+}
39
+```
40
- Changed scope of utility method:
41
```java
42
// CompletableFutureUtils
0 commit comments