[JAVA-1587] Add new exception types for writes from the new CRUD API Created: 05/Dec/14 Updated: 31/Mar/15 Resolved: 11/Dec/14 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | API, Write Operations |
| Affects Version/s: | None |
| Fix Version/s: | 3.0.0 |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Jeffrey Yemin | Assignee: | Jeffrey Yemin |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
| Comments |
| Comment by Jeffrey Yemin [ 31/Mar/15 ] |
|
Closing all resolved 3.0.0 issues, as 3.0.0 has been tagged and released. |
| Comment by Githook User [ 30/Jan/15 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: Added support for modifiedCount in UpdateResult, which required using MixedBulkWriteOperation for As part of this, changed the exception types thrown for all single write operations in the new CRUD API |
| Comment by Githook User [ 30/Jan/15 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: Added MongoWriteException and MongoWriteConcernException for use in new MongoCollection API. |
| Comment by Githook User [ 30/Jan/15 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: NettyStream does need some synchronization between threads calling readAsync and Netty threads calling methods in InboundBufferHandler class |
| Comment by Githook User [ 11/Dec/14 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: Added support for modifiedCount in UpdateResult, which required using MixedBulkWriteOperation for As part of this, changed the exception types thrown for all single write operations in the new CRUD API |
| Comment by Githook User [ 11/Dec/14 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: Added MongoWriteException and MongoWriteConcernException for use in new MongoCollection API. |