spring-projects / spring-data-mongodb

Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-mongodb/
Apache License 2.0
1.59k stars 1.07k forks source link

Fix NPE when rendering untyped aggregation operation as part of query. #4695

Closed christophstrobl closed 1 month ago

christophstrobl commented 2 months ago

Resolves: #4687

mp911de commented 1 month ago

That's merged, polished, and backported now.