Skip to content

DATAMONGO-1204 - Fix cyclic dbref resolution for mongo-java-driver 3.x. #334

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 2 commits into from

Conversation

christophstrobl
Copy link
Member

We now use the native datatype within ObjectPath for checking if a DBref has already been resolved. This is required as mongo-java-driver 3 generation changed ObjectId#equals which now performs a type check.


Supersedes PR #288

We now use the native datatype within ObjectPath for checking if a DBref has already been resolved. This is required as mongo-java-driver 3 generation changed ObjectId#equals which now performs a type check.
christophstrobl added a commit that referenced this pull request Nov 20, 2015
…objects.

We now use the native id within ObjectPath for checking if a DBref has already been resolved. This is required as MongoDB Java driver 3 generation changed ObjectId.equals(…) which now performs a type check.

Original pull request: #334.
Related pull request: #288.
christophstrobl added a commit that referenced this pull request Nov 20, 2015
…objects.

We now use the native id within ObjectPath for checking if a DBref has already been resolved. This is required as MongoDB Java driver 3 generation changed ObjectId.equals(…) which now performs a type check.

Original pull request: #334.
Related pull request: #288.
christophstrobl added a commit that referenced this pull request Nov 20, 2015
…objects.

We now use the native id within ObjectPath for checking if a DBref has already been resolved. This is required as MongoDB Java driver 3 generation changed ObjectId.equals(…) which now performs a type check.

Original pull request: #334.
Related pull request: #288.
@odrotbohm odrotbohm closed this Nov 20, 2015
@odrotbohm odrotbohm deleted the issue/DATAMONGO-1204 branch November 20, 2015 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants