Skip to content

DATAMONGO-2012 - Upgrade drivers to 3.8 (sync) and 1.9 (reactive) and build to use MongoDB 4.0. #576

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

Conversation

christophstrobl
Copy link
Member

Upgrade drivers to latest 3.8.0 (sync) and 1.9.0 (reactivestreams).
Upgrade build infrastructure to use MongoDB 4.0.
Move to countDocuments inside transactions and adapt to latest change stream updates.

christophstrobl and others added 6 commits June 27, 2018 15:23
We still stick to count for non session operations as countDocuments does not allow geo operators like $near in the filter query. For now we will wait to see if this is resolved within the driver.
Added options to watch an entire database and resume the changestream from a given point in time (UTC).
Simplify conditional flow. Replace AtomicReference construction in ChangeStreamEvent with AtomicReferenceFieldUpdater usage to reduce object allocations to streamline lazy body conversion usage. Fix typos in reference docs.
mp911de pushed a commit that referenced this pull request Jul 2, 2018
We still stick to count for non session operations as countDocuments does not allow geo operators like $near in the filter query. For now we will wait to see if this is resolved within the driver.

Added options to watch an entire database and resume the changestream from a given point in time (UTC).

Original pull request: #576.
mp911de added a commit that referenced this pull request Jul 2, 2018
Simplify conditional flow. Replace AtomicReference construction in ChangeStreamEvent with AtomicReferenceFieldUpdater usage to reduce object allocations to streamline lazy body conversion usage. Tweak Javadoc and reference docs.

Original pull request: #576.
@mp911de
Copy link
Member

mp911de commented Jul 2, 2018

That's merged and polished now.

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