After I build RC1 and ran tests on my desktop, the MainSpec fails, which is caused by the akka version conflict. It's related to the shaded akka kryo because it dependes Akka-2.3.X. So I raise a pull request <https://github.com/apache/incubator-gearpump/pull/58> to update the shaded akka kryo version and the failure is gone.
2016-07-06 17:23 GMT+08:00 Karol Brejna <[email protected]>: > I am able to build and run RC1 without any problems (dowloaded source > tarball). > I ran some examples - also OK. > Dashboard looks fine (there were some problems with RC0). > > +1 > > On Tue, Jul 5, 2016 at 3:26 AM, Kam Kasravi <[email protected]> wrote: > > Hi Gearpump Community > > > > This is a call for a discussion releasing Apache Gearpump > > 0.8.1-incubating, release candidate 1. This is the first release of > > Gearpump and the second release candidate. > > > > > > The source tarball, including signatures, digests, etc. can be found > > at:* > https://dist.apache.org/repos/dist/dev/incubator/gearpump/0.8.1-incubating/RC1/ > > < > https://dist.apache.org/repos/dist/dev/incubator/gearpump/0.8.1-incubating/RC1/ > >* > > > > The tag to be voted upon is > > 0.8.1-RC1:* > https://git-wip-us.apache.org/repos/asf?p=incubator-gearpump.git;a=shortlog;h=refs/tags/0.8.1-RC1 > > < > https://git-wip-us.apache.org/repos/asf?p=incubator-gearpump.git;a=shortlog;h=refs/tags/0.8.1-RC1 > >* > > > > The release hash is > > 674cd8fd5ff7d3b1d3f33de3bef1c300bf664811:* > https://git-wip-us.apache.org/repos/asf?p=incubator-gearpump.git;a=commit;h=674cd8fd5ff7d3b1d3f33de3bef1c300bf664811 > > < > https://git-wip-us.apache.org/repos/asf?p=incubator-gearpump.git;a=commit;h=674cd8fd5ff7d3b1d3f33de3bef1c300bf664811 > >* > > > > Release artifacts are signed with the following > > key:https://dist.apache.org/repos/dist/dev/incubator/gearpump/KEYS > > > > KEYS file available: > https://dist.apache.org/repos/dist/dev/incubator/gearpump/KEYS > > > > For information about the contents of this release, > > see:* > https://git-wip-us.apache.org/repos/asf?p=incubator-gearpump.git;a=blob;f=CHANGELOG.md;h=3ef4b4565d4ab965bc61b6783afe034b50ca5051;hb=674cd8fd5ff7d3b1d3f33de3bef1c300bf664811 > > < > https://git-wip-us.apache.org/repos/asf?p=incubator-gearpump.git;a=blob;f=CHANGELOG.md;h=3ef4b4565d4ab965bc61b6783afe034b50ca5051;hb=674cd8fd5ff7d3b1d3f33de3bef1c300bf664811 > >* > > > > > > The vote will be open for 96 hours (Friday, July 8, 2016 at 6:30 PM PST) > > > > Please download the release candidate and evaluate the necessary items > > including checking hashes, signatures, build from source, and test. The > > please vote: > > > > [ ] +1 Release this package as gearpump-0.8.1 > > [ ] +0 no opinion > > [ ] -1 Do not release this package because because... > > > > Thanks, > > Kam >
