Re: GSoC

2021-04-05 Thread Paulo Motta
Hi Isidoro, This seems like a good start! The system.local table holds information about the local node while the system.peers and system.peers_v2 tables hold information about remote peers. The issue is that the tables are being populated differently while they must be consistent. While the syst

Re: building trunk, and switching branches, with lib/ removed from trunk, and offline mode…

2021-04-05 Thread Mick Semb Wever
> Superb stuff, thanks Mick. > šŸ‘ > Would it maybe be possible to include some automatic way to get Maven? > Maven wrapper is the standard here I would say, it is possible to do > it such a way that JAR does not need to be included either. > There hasn't been any appetite for maven in the pro

Re: building trunk, and switching branches, with lib/ removed from trunk, and offline mode…

2021-04-05 Thread Stefan Miklosovic
Actually, I am not completely sure if Maven wrapper will play nicely with Ant stuff of yours as maybe it indeed looks for "mvn" on path and wrapper is invoked differently so it does not have to necessarily see it. I ll check it and let you know. Regards On Mon, 5 Apr 2021 at 17:34, Stefan Mikloso

Re: building trunk, and switching branches, with lib/ removed from trunk, and offline mode…

2021-04-05 Thread Stefan Miklosovic
Superb stuff, thanks Mick. Would it maybe be possible to include some automatic way to get Maven? Maven wrapper is the standard here I would say, it is possible to do it such a way that JAR does not need to be included either. I can prepare PR with this. https://github.com/takari/maven-wrapper#u

building trunk, and switching branches, with lib/ removed from trunk, and offline mode…

2021-04-05 Thread Mick Semb Wever
CASSANDRA-16391 has been committed to trunk. Migrate dependency handling from maven-ant-tasks to resolver-ant-tasks. It addresses a number of issues, - dependencies are downloaded, using the resolver-ant-tasks plugin instead of the deprecated maven-ant-tasks plugin, - it will no longer attempt