-
Notifications
You must be signed in to change notification settings - Fork 157
Support MongoDB Reactive Streams 5.2.0 and up #2465
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2465 +/- ##
=========================================
Coverage 70.44% 70.44%
+ Complexity 10046 10042 -4
=========================================
Files 845 845
Lines 40730 40730
Branches 6180 6180
=========================================
Hits 28694 28694
+ Misses 9247 9241 -6
- Partials 2789 2795 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
...ams-5.2/src/main/java/com/mongodb/internal/operation/AggregateOperation_Instrumentation.java
Outdated
Show resolved
Hide resolved
...tive-streams-5.2/src/main/java/com/mongodb/client/model/SearchIndexType_Instrumentation.java
Show resolved
Hide resolved
...src/main/java/com/mongodb/internal/operation/BaseFindAndModifyOperation_Instrumentation.java
Outdated
Show resolved
Hide resolved
...5.2/src/main/java/com/mongodb/internal/operation/CreateIndexesOperation_Instrumentation.java
Outdated
Show resolved
Hide resolved
...eams-5.2/src/main/java/com/mongodb/internal/operation/DistinctOperation_Instrumentation.java
Outdated
Show resolved
Hide resolved
instrumentation/mongodb-reactive-streams-5.2/src/test/java/mongo/MongoUtilTest.java
Show resolved
Hide resolved
instrumentation/mongodb-reactive-streams-5.2/src/test/java/mongodb/MongoDbAsync520Test.java
Outdated
Show resolved
Hide resolved
instrumentation/mongodb-reactive-streams-5.2/src/test/java/mongodb/QuickTour.java
Show resolved
Hide resolved
instrumentation/mongodb-reactive-streams-5.2/src/test/java/mongodb/SubscriberHelpers.java
Show resolved
Hide resolved
jasonjkeller
approved these changes
Aug 25, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Adds support for
org.mongodb:mongodb-driver-reactivestreams:5.2.0and up.Related Github Issue
#2066