-1 We’ve discovered a blocker in the fix for JCLOUD-317 [1].
The fix there causes a NullPointerException when used with ComputeService.listNodes(). There is no mapping of the SHUTOFF state in Server.Status to a NodeMetadata.Status in NovaComputeServiceContextModule.toPortableNodeStatus. This causes a null to be passed to NodeMetadataBuilder.status() in ServerInZoneToNodeMetadata.apply() (L112). I’ve got a fix incoming. Hopefully I can get it in before my flight leaves Denver from ApacheCon. Regards, Everett [1] https://issues.apache.org/jira/browse/JCLOUDS-317 On Apr 7, 2014, at 6:10 PM, Andrew Phillips <[email protected]> wrote: > Hello, > > This is the first release candidate for Apache jclouds 1.7.2. > > Please use the separate [DISCUSS] thread for anything but votes. > > It fixes the following issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326178&styleName=Html&projectId=12314430 > > *** Please download, test and vote by Thursday, April 10th, 09:00 PDT / 12:00 > EDT / 18:00 CET. > > 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/jclouds/1.7.2-rc1 > > Maven staging repos: > https://repository.apache.org/content/repositories/orgapachejclouds-1003 > (jclouds, jclouds-labs, jclouds-labs-openstack, jclouds-labs-aws, > jclouds-labs-google, jclouds-chef, jclouds-cli) > https://repository.apache.org/content/repositories/orgapachejclouds-1008 > (jclouds-karaf) > > The tags to be voted upon: > - jclouds - > https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=tag;h=b6841cbc62982f4ef9df54ec9b6244b30cf9b11e > (SHA-1: 14b07712fd4147e4492a41a2cf952fa4da049d6b) > - jclouds-labs - > https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;a=tag;h=a4ca0554200dccdc46566692c782eafc60f9daa5 > (SHA-1: ff8754f1d2eca7813c89dfed0cccb2deaeb4ba85) > - jclouds-labs-openstack - > https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-openstack.git;a=tag;h=90ecdb72334a8db4c676d6db7e341db3afc7e6d5 > (SHA-1: d5a09cd64cd9c03638aed3a7f7d2ef6b4eb766fb) > - jclouds-labs-aws - > https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-aws.git;a=tag;h=1381d5a77dbd06a6f25a95e8d6159a15312104bf > (SHA-1: 3424496e92882dd0d6369d4e5b428cb6ce333df0) > - jclouds-labs-google - > https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-google.git;a=tag;h=ec44949308d6d46a2845b94d7796fc6dba929061 > (SHA-1: 9892a5731c20acaa230e35d86666eb5ff5d859a5) > - jclouds-chef - > https://git-wip-us.apache.org/repos/asf?p=jclouds-chef.git;a=tag;h=ae9c864d6e8e8aba257e0c77db1675dc154ad85f > (SHA-1: 3b6968a3c6342037b6562345aeddd44d0eb9cce1) > - jclouds-karaf - > https://git-wip-us.apache.org/repos/asf?p=jclouds-karaf.git;a=tag;h=a20984423167fe28f74388c49eb1b63b7fd3f9a2 > (SHA-1: 81eb162a484f4264272b27f1cca3b09840148d5e) > - jclouds-cli - > https://git-wip-us.apache.org/repos/asf?p=jclouds-cli.git;a=tag;h=a04d9b9ed8b0ec085d158cd6361d8b296e878455 > (SHA-1: d591b895048865cbb74fa3b45255161f75a9f6cd) > > jclouds KEYS file containing PGP keys we use to sign the release: > http://www.apache.org/dist/jclouds/KEYS > > [ ] +1 > [ ] 0 > [ ] -1 (explain why) > > Thanks! > > ap
