Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.28.0, 0.28.1
-
Mesosphere Sprint 35
-
1
Description
According to MESOS-4793 the Executor v1 HTTP API was released in Mesos 0.28.0 however the corresponding protos are not included in the maven jar for version 0.28.0 or 0.28.1.
Script to verify
wget https://repo.maven.apache.org/maven2/org/apache/mesos/mesos/0.28.1/mesos-0.28.1.jar && unzip -lf mesos-0.28.1.jar | grep "v1\/executor" | wc -l
Attachments
Issue Links
- relates to
-
MESOS-3524 HTTP API v1 Protobuf Jar in maven central
- Resolved