Use launchTasks(Collection, Collection) instead.
Note that this may add a default filter (see mesos.proto)
for the remaining resources. Notably the MesosSchedulerDriver
does so.
To call UPDATE_FRAMEWORK without setting offer constraints,
use the new `updateFramework()` signature and pass empty constraints
(for example, the ones returned by `OfferConstraints.getDefaultInstance()`).
Replaced by
#updateFramework(FrameworkInfo, Collection, OfferConstraints)
NOTE: The underlying JNI method exists only to maintain compatibility
of newer versions of libmesos-java.so with older versions of mesos.jar