Skip to content

Commit 81458bd

Browse files
authored
Document missing utility method
1 parent 54bfa2f commit 81458bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/MIGRATION_GUIDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Some utility methods aren't available in this version. Please make sure to repla
3131
// CollectionUtils
3232
public static <T> Set<T> emptyIfNull(@Nullable final Set<T> set)
3333
```
34+
```java
35+
// ShoppingListReferenceResolutionUtils
36+
public static ShoppingListQuery buildShoppingListQuery() {
37+
return ShoppingListQuery.of().plusExpansionPaths(ExpansionPath.of("lineItems[*].variant"));
38+
}
39+
```
3440
- Changed scope of utility method:
3541
```java
3642
// CompletableFutureUtils

0 commit comments

Comments
 (0)