mongo-java-server
mongo-java-server copied to clipboard
Async support follow-up 2
Revert some of the changes in #149, which are not ready to merge.
Update MongoDatabaseHanlder:
- log unknown / unexpected error
- enhance error handling
- extract and unwrap CompletionException
Add method in AsyncMongoCollection
and MongoCollection
Change method visibility in AbstractMongoBackend
, AbstractMongoDatabase
, AbstractMongoCollection
, Utils
to public
for extensibility.
Coverage decreased (-0.02%) to 96.936% when pulling 8109dc39af89ca9ce72cba68d2ff392d01bb3c0a on justinchuch:async-support-2 into 1e869b5e2b5be7a6b4d30b52be38ee7aefc9f117 on bwaldvogel:master.
@justinchuch: Could you indicate more clearly which part of this PR is the revert? I would prefer to see one or two commits just for the reverts.