Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
4lw.commands.whitelist=*

Version.getRevision() removed in 3.5.6, 3.5.7 and 3.6.0

Version.getRevision() has been removed in these 3 versions of ZooKeeper. It has been restored in version 3.5.8 and 3.6.2 and will remain for backward compatibility reasons until version 3.7.0. Keep in mind this function is deprecated and only returns -1, as git has a string hash and not an integer revision number. Please use getRevisionHash() instead.