Vijay Srinivasaraghavan created MESOS-6597:
----------------------------------------------
Summary: Include additional missing Mesos Java classes from the
Protobuf file to support V1 API
Key: MESOS-6597
URL: https://issues.apache.org/jira/browse/MESOS-6597
Project: Mesos
Issue Type: Bug
Components: build
Reporter: Vijay Srinivasaraghavan
For V1 API support, the build file that generates Java protos wrapper as of now
included only executor and scheduler.
(https://github.com/apache/mesos/blob/master/src/Makefile.am#L334)
To support operator HTTP API, we also need to generate java protos for
additional proto definitions like quota, maintenance etc., These java
definition files will be used by a standard Rest client when using the straight
HTTP API.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)