Potential NullPointerException in AbstractMappingContext [DATACMNS-695] #1162
Comments
Oliver Drotbohm commented Good catch! Merged into all of the currently maintained branches. Note, that Dijkstra is really in string maintenance mode with its next and very last service release scheduled for mid July. We strongly recommend to upgrade to a newer release train |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Elettra Petta opened DATACMNS-695 and commented
We found the reported issue upgrading Spring Data MongoDB library from 1.3.5.RELEASE to 1.5.5.RELEASE. The issue is triggered querying a nested generic field qualified with a custom class (not primitive). Following snippet shows the nested field we are trying to query:
The call to
mongoOperations
throws aNullPointerException
originating fromAbstractMappingContext
. It is a Spring Data Commons class and we noticed that the issue starts from version 1.7.2.RELEASE of this library, just after commit 02046daAffects: 1.8.5 (Dijkstra SR5)
Attachments:
Backported to: 1.10.1 (Fowler SR1), 1.9.3 (Evans SR3), 1.8.6 (Dijkstra SR6)
The text was updated successfully, but these errors were encountered: