Skip to content

Preserve given Id on insert. #4203

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

Closed
wants to merge 3 commits into from
Closed

Preserve given Id on insert. #4203

wants to merge 3 commits into from

Conversation

christophstrobl
Copy link
Member

Closes: #4184 & #4197

needs to be back ported.

This commit fixes an issue where an existing Id got replaced with a generated one when using MongoId annotation.
@mp911de mp911de added the type: regression A regression from a previous release label Oct 12, 2022
@mp911de mp911de added this to the 3.4.4 (2021.2.4) milestone Oct 12, 2022
mp911de pushed a commit that referenced this pull request Oct 12, 2022
This commit fixes an issue where an existing Id got replaced with a generated one when using MongoId annotation.

Closes: #4184
Closes: #4197
Original pull request: #4203.
mp911de pushed a commit that referenced this pull request Oct 12, 2022
See: #4184
See: #4197
Original pull request: #4203.
mp911de pushed a commit that referenced this pull request Oct 12, 2022
This commit fixes an issue where an existing Id got replaced with a generated one when using MongoId annotation.

Closes: #4184
Closes: #4197
Original pull request: #4203.
mp911de pushed a commit that referenced this pull request Oct 12, 2022
See: #4184
See: #4197
Original pull request: #4203.
@mp911de
Copy link
Member

mp911de commented Oct 12, 2022

That's merged and backported now.

@mp911de mp911de closed this Oct 12, 2022
@mp911de mp911de deleted the issue/4184 branch October 12, 2022 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: regression A regression from a previous release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed usage of provided ID value on document insert
2 participants