+1 (non-binding) Environment: macOS 10.13.2
* asc, sha1, sha512 are good for both src and binary distributions * binary distribution - run standalone - be able to produce and consume messages * src distribution - passed compile and all unit test. - run standalone with compiled binary, be able to produce and consume. On Wed, May 23, 2018 at 2:28 AM, Dave Fisher <[email protected]> wrote: > Hi - > > +1 (binding) > > $ mvn --version > *Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; > 2017-04-03T12:39:06-07:00)* > Maven home: /Users/davewave/Development/apache-maven-3.5.0 > Java version: 1.8.0_131, vendor: Oracle Corporation > Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_ > 131.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac" > > Checksums for bin and src both sha1 and sha512 are correct. > Signature for both bin and src is Matteo. > License, Notice, and Disclaimer files are present and look good. I’m ok > with references into a licenses directory for the convenience binary. > Built src following instructions in README.md. > Please note that > $ bin/pulsar standalone > Fails if the base pulsar directory has been renamed after the build. The > error is: > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/pulsar/client/admin/PulsarAdminException > at java.lang.Class.getDeclaredMethods0(Native Method) > at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) > at java.lang.Class.privateGetMethodRecursive(Class.java:3048) > at java.lang.Class.getMethod0(Class.java:3018) > at java.lang.Class.getMethod(Class.java:1784) > at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544) > at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526) > Caused by: java.lang.ClassNotFoundException: org.apache.pulsar.client. > admin.PulsarAdminException > at java.net.URLClassLoader.findClass(URLClassLoader.java:381) > at java.lang.ClassLoader.loadClass(ClassLoader.java:424) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > ... 7 more > A quick scan of the commands did not reveal the trouble - the scripting > looks good to me. > > Regards, > Dave > > On May 20, 2018, at 6:23 PM, Matteo Merli <[email protected]> wrote: > > This is the fifth release candidate for Apache Pulsar, version > 2.0.0-rc1-incubating. > > The only difference from previous candidate is a fix on the LICENSE > attached > to bin distribution to correctly reflect all dependencies and versions. > > It fixes the following issues: > https://github.com/apache/incubator-pulsar/milestone/12?closed=1 > > *** Please download, test and vote on this release. This vote will stay > open > for at least 72 hours *** > > Note that we are voting upon the source (tag), binaries are provided for > convenience. > > Source and binary files: > https://dist.apache.org/repos/dist/dev/incubator/pulsar/ > pulsar-2.0.0-rc1-incubating-candidate-5/ > > SHA-1 checksums: > 72ee624c9b1485cc4c12b71e3807c7c05ec900ad > apache-pulsar-2.0.0-rc1-incubating-bin.tar.gz > c525457db8f9c4ea859c595c93e9207631cda19f > apache-pulsar-2.0.0-rc1-incubating-src.tar.gz > > Maven staging repo: > https://repository.apache.org/content/repositories/orgapachepulsar-1017/ > > The tag to be voted upon: > v2.0.0-rc1-incubating-candidate-5 (08708a198606fb934e46f6cb0b614f > 2babf613e4) > https://github.com/apache/incubator-pulsar/releases/tag/ > v2.0.0-rc1-incubating-candidate-5 > > Pulsar's KEYS file containing PGP keys we use to sign the release: > https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS > > Please download the the source package, and follow the README to build > and run the Pulsar standalone service. > > > -- > Matteo Merli > <[email protected]> > > >
