You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 3.6 release brings new improvements to the `PojoCodec`:
46
+
47
+
* Improved sub-class and discriminator support.
48
+
* Support for custom Collection and Map implementations.
49
+
* Improvements to the `BsonCreator` annotation, which now supports `@BsonId` and `@BsonProperty` with values that represent the read name of the property.
50
+
* A new [`PropertyCodecProvider`]({{<apiref "org/bson/codecs/pojo/PropertyCodecProvider">}}) API, allowing for easy and type-safe handling of container types.
51
+
52
+
The MongoDB Java drivers team would like to thank both [Joseph Florencio](https://github.com/jflorencio) and [Qi Liu](https://github.com/visualage)
53
+
for their excellent contributions to the PojoCodec.
0 commit comments