Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix non association mapping when id value matches already resolved instance. #4133

Closed
wants to merge 2 commits into from

Conversation

christophstrobl
Copy link
Member

This commit ensures to fully resolve non association values from the given source document instead of trying attempt a by id lookup in already resolved instances.

Closes: #4098

…stance of same type.

This commit ensures to fully resolve non association values from the given source document instead of trying attempt a by id lookup in already resolved instances.
@christophstrobl christophstrobl requested a review from mp911de August 3, 2022 10:27
mp911de pushed a commit that referenced this pull request Aug 5, 2022
…stance of same type.

This commit ensures to fully resolve non association values from the given source document instead of trying attempt a by id lookup in already resolved instances.

Closes: #4098
Original pull request: #4133.
mp911de added a commit that referenced this pull request Aug 5, 2022
Encapsulate nested object lookup. Refine method signatures and tweak Javadoc.

See #4098
Original pull request: #4133.
mp911de pushed a commit that referenced this pull request Aug 5, 2022
…stance of same type.

This commit ensures to fully resolve non association values from the given source document instead of trying attempt a by id lookup in already resolved instances.

Closes: #4098
Original pull request: #4133.
mp911de added a commit that referenced this pull request Aug 5, 2022
Encapsulate nested object lookup. Refine method signatures and tweak Javadoc.

See #4098
Original pull request: #4133.
@mp911de mp911de closed this Aug 5, 2022
@mp911de mp911de deleted the issue/4098 branch August 5, 2022 14:09
@mp911de mp911de added the type: bug A general bug label Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MappingMongoConverter replaces non-@DocumentReference nested objects with same _id
2 participants