[JAVA-4790] Remove reactive streams ClientSession#getWrapped method Created: 24/Oct/22 Updated: 28/Oct/23 Resolved: 24/Oct/22 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | API, Reactive Streams |
| Affects Version/s: | None |
| Fix Version/s: | 4.8.0 |
| Type: | Improvement | Priority: | Unknown |
| Reporter: | Jeffrey Yemin | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Minor Change |
| Documentation Changes: | Not Needed |
| Description |
|
This method's API doc says "For internal use only" and it returns an AsyncClientSession, which, while public, is in an internal package in driver-core. Removing this method would allow us to remove the AsyncClientSession type entirely, simplifying the code base |
| Comments |
| Comment by Githook User [ 24/Oct/22 ] |
|
Author: {'name': 'Jeff Yemin', 'email': 'jeff.yemin@mongodb.com', 'username': 'jyemin'}Message: Remove reactive streams ClientSession#getWrapped method
|