-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Codecs
-
None
The LazyWriteableDBObject class is dangerous as it violates the contract of it's superclass. If you attempt to encode a LazyWriteableDBObject with the LazyDBObjectEncoder, any modifications that were made to the LazyWriteableDBObject will be ignored.
For this reason we will deprecate the class and remove it in 3.0.
- is depended on by
-
JAVA-1537 Remove LazyWriteableDBObject and related classes
- Closed