vert-x3 / vertx-mongo-client

Mongo Client for Eclipse Vert.x
http://vertx.io
Apache License 2.0
58 stars 98 forks source link

Fix #280: Avoid NullPointerException in BulkOperation Constructor #281

Closed matter-it-does closed 2 years ago

matter-it-does commented 2 years ago

Motivation:

This allows caller to send an empty JsonObject and later set only the needed fields and leave others at default. Fix #280

matter-it-does commented 2 years ago

poke for review @tsegismont