You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Joris Van Remoortere <jo...@gmail.com> on 2015/03/17 22:22:07 UTC

Re: Review Request 32151: Add MESOS_{MAJOR|MINOR|PATCH}_VERSION to libmesos.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32151/
-----------------------------------------------------------

(Updated March 17, 2015, 9:22 p.m.)


Review request for mesos, Benjamin Hindman and Niklas Nielsen.


Changes
-------

Introduce a Version class in MesosNativeLibrary to support version compatibility checking.
Reduce the JNI calls for version to 1 from 3, returning a MesosNativeLibrary$Version object instead.


Bugs: MESOS-2161
    https://issues.apache.org/jira/browse/MESOS-2161


Repository: mesos


Description
-------

See summary.


Diffs (updated)
-----

  include/mesos/version.hpp.in 524cebce5d84edac3ef5d0b72e3989f283164809 
  src/Makefile.am 7a06c7028eca8164b1f5fdea6a7ecd37ee6826bb 
  src/java/generated/org/apache/mesos/MesosNativeLibrary.java.in 668647fdfc0e203fcde59263256659ba14e29960 
  src/java/jni/org_apache_mesos_MesosNativeLibrary.cpp PRE-CREATION 

Diff: https://reviews.apache.org/r/32151/diff/


Testing
-------


Thanks,

Joris Van Remoortere