You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2016/10/28 23:06:44 UTC

mesos git commit: Added MESOS-5788 to 1.1.0 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/1.1.x 3c51acb88 -> 01f119bdf


Added MESOS-5788 to 1.1.0 CHANGELOG.

Review: https://reviews.apache.org/r/53249/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/01f119bd
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/01f119bd
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/01f119bd

Branch: refs/heads/1.1.x
Commit: 01f119bdfa69b28bd4ae741b98ad3738e88d1ed0
Parents: 3c51acb
Author: Anand Mazumdar <an...@apache.org>
Authored: Fri Oct 28 16:05:32 2016 -0700
Committer: Anand Mazumdar <an...@apache.org>
Committed: Fri Oct 28 16:05:32 2016 -0700

----------------------------------------------------------------------
 CHANGELOG | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/01f119bd/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 5c95fa9..6cfa419 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -49,6 +49,11 @@ This release contains the following new features:
     TASK_GONE, TASK_GONE_BY_OPERATOR, and TASK_UNKNOWN. These new states are
     intended to eventually replace the TASK_LOST state.
 
+  * [MESOS-5788] - **Experimental** support for Java scheduler adapter. This
+    adapter allows framework developers to toggle between the old/new API
+    (driver/scheduler library) implementations, thereby allowing them to easily
+    transition their frameworks to the new v1 Scheduler API.
+
   * [MESOS-6077] - **Experimental** A new default executor is introduced which
     frameworks can use to launch task groups as nested containers. All the
     nested containers share resources likes cpu, memory, network and volumes.