Hang, thanks for working on the License issue. After working with Hang I realized that the Presto SQL build depends on the JDK you use to build Pulsar. If we build on JDK11 the results are good. The package is still compatible at runtime with JDK8. The problem is about Jetty HTTP2 ALPN Client. More details here, if you are interested. https://github.com/apache/pulsar/pull/11859
Btw I believe it is better to cut a new release with the fix to the source tarball https://github.com/apache/pulsar/pull/11858 Enrico Il giorno mar 31 ago 2021 alle ore 10:40 Massimiliano Mirelli < massimilianomirelli...@gmail.com> ha scritto: > +1 (nonbinding) > Built from source code > Run distributed system tests with Fallout > I had to: > > chmod +x ./apache-pulsar-2.8.1-src/src/* > chmod +x ./apache-pulsar-2.8.1-src/pulsar-client-cpp/docker/* > chmod +x docker/pulsar/scripts/* > > in order to build the package > > On 2021/08/29 15:23:33, Hang Chen <chenh...@apache.org> wrote: > > This is the first release candidate for Apache Pulsar, version 2.8.1. > > > > It fixes the following issues: > > > https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.8.1+is%3Aclosed > > > > *** 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/pulsar/pulsar-2.8.1-candidate-1/ > > > > SHA-512 checksums: > > c4ee1ba7ccd86d8e5dcbbc7b874dc1eb27433385 apache-pulsar-2.8.1-src.tar.gz > > 074e8ff29b8a6fe633c47de33bf1bdd1e46b2d03 apache-pulsar-2.8.1-bin.tar.gz > > > > Maven staging repo: > > https://repository.apache.org/content/repositories/orgapachepulsar-1097 > > > > The tag to be voted upon: > > v2.8.1-candidate-1 (00f99bb3e47ee097dcdadfdd6a1458b36264e254) > > https://github.com/apache/pulsar/releases/tag/v2.8.1-candidate-1 > > > > Pulsar's KEYS file containing PGP keys we use to sign the release: > > https://dist.apache.org/repos/dist/dev/pulsar/KEYS > > > > Please download the source package, and follow the README to build > > and run the Pulsar standalone service. > > >