Closed neterium closed 1 year ago
agreed
Any update ? The latest stable release is now much ahead of vertx' one :( See: Zookeeper releases, even version 3.6.x is now EoL ...
Not yet
Would you like to contribute the upgrade?
I can't unfortunately, but we are using ZK 3.7 without any issue for months now, knowing that we only use a subset of all the possibilities of the vertx cluster of course. I thought that you "only" had to update curator and pass through your non-regression ?
You could start a PR with just that update and we'll see what happens.
Hi,
You'll find the PR linked to this issue. As for the modifications, I upgraded curator to the latest version and zookeeper to the latest "stable" release.
I also had to upgrade junit and add junit-vintage for backward compatibility due to the fact that curator-test is relying on junit 5.x
Thank you @vmorsiani , I'll review it asap
Hi,
Our vulnerability scans indicates that there is a vulnerability with the apache zookeeper 3.5.9 :
https://nvd.nist.gov/vuln/detail/CVE-2021-21295
Maybe it would be wise to migrate to a newer version of apache curator ? This will also align your netty dependency with recent builds...
Regards, Thomas