You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/07/18 19:04:15 UTC

[1/2] mesos git commit: Included v1 Executor Protos in maven jar.

Repository: mesos
Updated Branches:
  refs/heads/0.28.x 5464a90ca -> f5e308877


Included v1 Executor Protos in maven jar.

Updated the Makefile to include v1 executor protos classes files
in the generated mesos maven jar.

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


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

Branch: refs/heads/0.28.x
Commit: fcb04dae9048ea7d78af80d072947af7a3b521f7
Parents: 5464a90
Author: zhou xing <xi...@cn.ibm.com>
Authored: Thu May 19 19:57:28 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Mon Jul 18 12:02:22 2016 -0700

----------------------------------------------------------------------
 src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/fcb04dae/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 5b54fe0..88cd774 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -250,6 +250,7 @@ PYTHON_PROTOS =								\
 
 V1_JAVA_PROTOS =							\
   java/generated/org/apache/mesos/v1/Protos.java			\
+  java/generated/org/apache/mesos/v1/executor/Protos.java		\
   java/generated/org/apache/mesos/v1/scheduler/Protos.java
 
 V1_PYTHON_PROTOS =							\


[2/2] mesos git commit: Updated CHANGELOG for 0.28.3.

Posted by vi...@apache.org.
Updated CHANGELOG for 0.28.3.


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

Branch: refs/heads/0.28.x
Commit: f5e3088775edae098cc7ce870a21fff866d2ad58
Parents: fcb04da
Author: Vinod Kone <vi...@gmail.com>
Authored: Mon Jul 18 12:03:49 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Mon Jul 18 12:03:49 2016 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/f5e30887/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 0be3b6b..92b482e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,7 @@ All Issues:
   * [MESOS-5698] - Quota sorter not updated for resource changes at agent.
   * [MESOS-5740] - Consider adding `relink` functionality to libprocess.
   * [MESOS-5576] - Masters may drop the first message they send between masters after a network partition.
+  * [MESOS-5390] - v1 Executor Protos not included in maven jar
 
 
 Release Notes - Mesos - Version 0.28.2