I am testing this RC, before casting my vote I would like to share these problems, I am not sure they are blockers:
1) spotbugs is not passing (tested both with jdk11 and jdk8) mvn clean install -DskipTests spotbugs:check [INFO] --- spotbugs-maven-plugin:3.1.9:check (default-cli) @ zookeeper --- [INFO] BugInstance size is 1 [INFO] Error size is 0 [INFO] Total bugs: 1 [ERROR] Redundant nullcheck of org.apache.zookeeper.version.Info.QUALIFIER which is known to be null in org.apache.zookeeper.Version.getVersion() [org.apache.zookeeper.Version] Redundant null check at Version.java:[line 44] RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE [INFO] 2) Apache RAT check is not passing mvn clean apache-rat:check Those checks need to be added to the release procedure and in CI checks (I have filed an issue yesterday to improve CI checks https://issues.apache.org/jira/browse/ZOOKEEPER-3351) Enrico Il giorno mar 9 apr 2019 alle ore 11:01 Andor Molnar <[email protected]> ha scritto: > > This is the first stable release of 3.5 branch: 3.5.5. It resolves 117 > issues, including Maven migration, Quorum TLS, TTL nodes and lots of other > performance and stability improvements. > > The full release notes is available at: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12343268 > > *** Please download, test and vote by April 16th 2019, 23:59 UTC+0. *** > > Source files: > https://dist.apache.org/repos/dist/dev/zookeeper/zookeeper-3.5.5-rc3/ > > Maven staging repos: > https://repository.apache.org/content/groups/staging/org/apache/zookeeper/parent/3.5.5/ > https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper-jute/3.5.5/ > https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper/3.5.5/ > > The release candidate tag in git to be voted upon: release-3.5.5-rc3 > > ZooKeeper's KEYS file containing PGP keys we use to sign the release: > http://www.apache.org/dist/zookeeper/KEYS > > Should we release this candidate? > >
