symat opened a new pull request, #1879:
URL: https://github.com/apache/zookeeper/pull/1879

   Our default build system is maven on branch-3.5. However, ant is still
   supported (and in some cases, like zkpython, one can not even build on
   branch-3.5 unless builds zookeeper-server with ant).
   
   Currently if one builds ZooKeeper with ant, she/he will end up having
   different dependency versions compared to maven (including log4j instead
   of reload4j).
   
   After this patch, if one executs the following commands:
   
   ```
   git clean -xdf
   ant clean compile compile-native
   cd zookeeper-contrib/zookeeper-contrib-zkpython/
   ant compile
   ant test
   ```
   
   then:
   
   - zkpython built / tested successfully
   - the zookeeper server related 3pp libs in build/libs folder
     should be up-to-date and should not contain CVEs


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to