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

Apply type conversion to id types when serializing querydsl queries. #4721

Closed christophstrobl closed 3 weeks ago

christophstrobl commented 3 weeks ago

This PR makes sure to apply type conversion. However the disabled tests is somehow worrysome.

mp911de commented 3 weeks ago

That's merged, polished, and backported now.