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
> 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
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
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
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