Reference lookup query fails for empty @DocumentReference
List
and Map
#3805
Labels
Milestone
@DocumentReference
List
and Map
#3805
Hello,
I have a problem when using @DocumentReference with an empty list. Specifically when we initialize our list as new ArrayList<>(). Below are the test codes: the first one failed, the second one success
Failed test code(throws NoSuchElementException when template.findById):
Success test code:
Spring Data MongoDB version: 3.3.0-SNAPSHOT
The text was updated successfully, but these errors were encountered: