d2iq-archive / marathon

Deploy and manage containers (including Docker) on top of Apache Mesos at scale.
https://mesosphere.github.io/marathon/
Apache License 2.0
4.07k stars 843 forks source link

Added missing updateFramework() override to `SimulatedDriver`. #7230

Closed asekretenko closed 4 years ago

asekretenko commented 4 years ago

This adds the missing override for the new signature of SchedulerDriver.updateFramework(FrameworkInfo, Collection[String], OfferConstraints) introduced in Mesos 1.11.0 that has been pulled in by the next snapshot update.

JIRA issues: MARATHON-8764