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.61k stars 1.08k forks source link

Fix conversion of types when mapping Aggregation pipeline. #4723

Open christophstrobl opened 3 months ago

christophstrobl commented 3 months ago

This PR makes sure to apply conversion to non native mongo types when the context does not expose fields.

Resolves: #4722

moldo1997 commented 2 months ago

Hello @christophstrobl , Do you have an expected time for which this ticket will be merged? Thanks, Cristian

moldo1997 commented 1 week ago

Hello @christophstrobl ,

Are there any updates regarding this ticket?

Was the test necessary for the ticket to be merged added?

Thank you, Cristian