You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Andrew Bayer <an...@gmail.com> on 2013/12/20 17:33:33 UTC

[DISCUSS] Apache jclouds 1.7.0 RC2

This thread is for discussion of the second release candidate for Apache
jclouds 1.7.0.

Please use this thread for discussion of issues uncovered in the RC,
questions you may have about the RC, etc. Thank you.

A.

Re: [DISCUSS] Apache jclouds 1.7.0 RC2

Posted by Everett Toews <ev...@RACKSPACE.COM>.
I won't speak for abayer but I do want to point out that the weekend vote was mentioned here [1].

I take responsibility for the timing of it as it was my changes that prompted the new RC.

Everett

[1] http://www.mail-archive.com/dev@jclouds.apache.org/msg02447.html


On Dec 23, 2013, at 11:15 PM, Andrew Gaul wrote:

> Section 3.5 of http://wiki.apache.org/jclouds/Bylaws should have given
> committers until Wednesday (3 days excluding weekends) to respond to the
> vote thread since we started voting on Friday.  I have not completed my
> testing of jclouds 1.7.0-rc2 and thus have not responded to the vote
> thread.
> 
> Andrew Bayer could you comment on this?
> 
> On Mon, Dec 23, 2013 at 06:56:24PM +0000, Everett Toews wrote:
>> Care to weigh in on the [VOTE] thread?
>> 
>> Everett
>> 
>> 
>> On Dec 23, 2013, at 12:17 PM, Andrew Gaul wrote:
>> 
>>> On Fri, Dec 20, 2013 at 08:33:33AM -0800, Andrew Bayer wrote:
>>>> This thread is for discussion of the second release candidate for Apache
>>>> jclouds 1.7.0.
>>>> 
>>>> Please use this thread for discussion of issues uncovered in the RC,
>>>> questions you may have about the RC, etc. Thank you.
>>> 
>>> I ran integration tests against Atmos, Amazon EC2, Amazon S3, Azure, and
>>> Cloud Files.  EC2 had several failures, similar to 1.6.3-rc1, and
>>> someone should follow up on these.  Most blobstore providers completed
>>> successfully, although aws-s3 has some DNS flakiness and I plan to
>>> disable virtual host buckets to address these in the future.
>>> 
>>> --------------------------------------------------------------------------------
>>> ATMOS
>>> 
>>> Tests run: 44, Failures: 0, Errors: 0, Skipped: 5
>>> --------------------------------------------------------------------------------
>>> AMAZON EC2
>>> 
>>> Failed tests:   testAmazonLinuxInstanceStore(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): expected [pv-2013.09.rc-1] but found [pv-2013.09.2]
>>> testTemplateBuilderWithLessRegions(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): []
>>> testTemplateBuilderCanFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): no image matched predicate: And(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),And(osFamily(centos),osVersion(^6.0$),os64Bit(true)))
>>> testTemplateBuilderCanFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): no image matched predicate: And(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),And(osFamily(rhel),osVersion(^6.0$),os64Bit(true)))
>>> testExtendedOptionsAndLogin(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): request POST https://ec2.us-west-2.amazonaws.com/ HTTP/1.1 failed with code 400, error: AWSError{requestId='d129b23d-5334-4f1b-bd3d-f6b6dfd79985', requestToken='null', code='InvalidParameterValue', message='Value (0.3) for parameter price is invalid. Spot Instance request price "0.3" exceeds your maximum Spot price limit of "0.08"', context='{Response=, Errors=}'}
>>> testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
>>> testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
>>> testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
>>> testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
>>> testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
>>> testTemplateBuilderCanUseImageIdWithoutFetchingAllImages(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): []
>>> testNoSsh(org.jclouds.aws.ec2.features.AWSKeyPairApiLiveTest): error runScript on filtered nodes options({loginUser=ec2-user, loginPasswordPresent=true, loginPrivateKeyPresent=true, runAsRoot=false, wrapInInitScript=false})(..)
>>> testDescribeSpotPriceHistoryInRegion(org.jclouds.aws.ec2.features.SpotInstanceApiLiveTest): [region=us-east-1, instanceType=g2.2xlarge, productDescription=Linux/UNIX (Amazon VPC), spotPrice=0.08, timestamp=Mon Dec 23 08:26:00 PST 2013, availabilityZone=us-east-1a]
>>> testCreateAndRunAService(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value
>>> testStartCCInstance(org.jclouds.aws.ec2.features.PlacementGroupApiLiveTest): org.jclouds.compute.RunNodesException: error running 1 node group(maginaticsec2cccluster) location(us-east-1) image(ami-0da96764) size(cc2.8xlarge) options({scriptPresent=true, userDataCksum=2f4a740b})(..)
>>> testAScriptExecutionAfterBootWithBasicTemplate(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value
>>> testCreateTwoNodesWithRunScript(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value
>>> 
>>> Tests run: 194, Failures: 17, Errors: 0, Skipped: 10
>>> --------------------------------------------------------------------------------
>>> AMAZON S3
>>> 
>>> Failed tests:   testAllLocations(org.jclouds.aws.s3.blobstore.integration.AWSS3ServiceIntegrationLiveTest): maginatics-blobstore-4216343117230983431.s3.amazonaws.com not found: The specified bucket does not exist
>>> --------------------------------------------------------------------------------
>>> AZURE
>>> 
>>> Tests run: 69, Failures: 0, Errors: 0, Skipped: 5
>>> --------------------------------------------------------------------------------
>>> CLOUDFILES-US
>>> 
>>> Tests run: 68, Failures: 0, Errors: 0, Skipped: 3
>>> 
>>> -- 
>>> Andrew Gaul
>>> http://gaul.org/
> 
> -- 
> Andrew Gaul
> http://gaul.org/


Re: [DISCUSS] Apache jclouds 1.7.0 RC2

Posted by Andrew Gaul <ga...@apache.org>.
Section 3.5 of http://wiki.apache.org/jclouds/Bylaws should have given
committers until Wednesday (3 days excluding weekends) to respond to the
vote thread since we started voting on Friday.  I have not completed my
testing of jclouds 1.7.0-rc2 and thus have not responded to the vote
thread.

Andrew Bayer could you comment on this?

On Mon, Dec 23, 2013 at 06:56:24PM +0000, Everett Toews wrote:
> Care to weigh in on the [VOTE] thread?
> 
> Everett
> 
> 
> On Dec 23, 2013, at 12:17 PM, Andrew Gaul wrote:
> 
> > On Fri, Dec 20, 2013 at 08:33:33AM -0800, Andrew Bayer wrote:
> >> This thread is for discussion of the second release candidate for Apache
> >> jclouds 1.7.0.
> >> 
> >> Please use this thread for discussion of issues uncovered in the RC,
> >> questions you may have about the RC, etc. Thank you.
> > 
> > I ran integration tests against Atmos, Amazon EC2, Amazon S3, Azure, and
> > Cloud Files.  EC2 had several failures, similar to 1.6.3-rc1, and
> > someone should follow up on these.  Most blobstore providers completed
> > successfully, although aws-s3 has some DNS flakiness and I plan to
> > disable virtual host buckets to address these in the future.
> > 
> > --------------------------------------------------------------------------------
> > ATMOS
> > 
> > Tests run: 44, Failures: 0, Errors: 0, Skipped: 5
> > --------------------------------------------------------------------------------
> > AMAZON EC2
> > 
> > Failed tests:   testAmazonLinuxInstanceStore(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): expected [pv-2013.09.rc-1] but found [pv-2013.09.2]
> >  testTemplateBuilderWithLessRegions(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): []
> >  testTemplateBuilderCanFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): no image matched predicate: And(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),And(osFamily(centos),osVersion(^6.0$),os64Bit(true)))
> >  testTemplateBuilderCanFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): no image matched predicate: And(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),And(osFamily(rhel),osVersion(^6.0$),os64Bit(true)))
> >  testExtendedOptionsAndLogin(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): request POST https://ec2.us-west-2.amazonaws.com/ HTTP/1.1 failed with code 400, error: AWSError{requestId='d129b23d-5334-4f1b-bd3d-f6b6dfd79985', requestToken='null', code='InvalidParameterValue', message='Value (0.3) for parameter price is invalid. Spot Instance request price "0.3" exceeds your maximum Spot price limit of "0.08"', context='{Response=, Errors=}'}
> >  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
> >  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
> >  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
> >  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
> >  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
> >  testTemplateBuilderCanUseImageIdWithoutFetchingAllImages(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): []
> >  testNoSsh(org.jclouds.aws.ec2.features.AWSKeyPairApiLiveTest): error runScript on filtered nodes options({loginUser=ec2-user, loginPasswordPresent=true, loginPrivateKeyPresent=true, runAsRoot=false, wrapInInitScript=false})(..)
> >  testDescribeSpotPriceHistoryInRegion(org.jclouds.aws.ec2.features.SpotInstanceApiLiveTest): [region=us-east-1, instanceType=g2.2xlarge, productDescription=Linux/UNIX (Amazon VPC), spotPrice=0.08, timestamp=Mon Dec 23 08:26:00 PST 2013, availabilityZone=us-east-1a]
> >  testCreateAndRunAService(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value
> >  testStartCCInstance(org.jclouds.aws.ec2.features.PlacementGroupApiLiveTest): org.jclouds.compute.RunNodesException: error running 1 node group(maginaticsec2cccluster) location(us-east-1) image(ami-0da96764) size(cc2.8xlarge) options({scriptPresent=true, userDataCksum=2f4a740b})(..)
> >  testAScriptExecutionAfterBootWithBasicTemplate(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value
> >  testCreateTwoNodesWithRunScript(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value
> > 
> > Tests run: 194, Failures: 17, Errors: 0, Skipped: 10
> > --------------------------------------------------------------------------------
> > AMAZON S3
> > 
> > Failed tests:   testAllLocations(org.jclouds.aws.s3.blobstore.integration.AWSS3ServiceIntegrationLiveTest): maginatics-blobstore-4216343117230983431.s3.amazonaws.com not found: The specified bucket does not exist
> > --------------------------------------------------------------------------------
> > AZURE
> > 
> > Tests run: 69, Failures: 0, Errors: 0, Skipped: 5
> > --------------------------------------------------------------------------------
> > CLOUDFILES-US
> > 
> > Tests run: 68, Failures: 0, Errors: 0, Skipped: 3
> > 
> > -- 
> > Andrew Gaul
> > http://gaul.org/

-- 
Andrew Gaul
http://gaul.org/

Re: [DISCUSS] Apache jclouds 1.7.0 RC2

Posted by Everett Toews <ev...@RACKSPACE.COM>.
Care to weigh in on the [VOTE] thread?

Everett


On Dec 23, 2013, at 12:17 PM, Andrew Gaul wrote:

> On Fri, Dec 20, 2013 at 08:33:33AM -0800, Andrew Bayer wrote:
>> This thread is for discussion of the second release candidate for Apache
>> jclouds 1.7.0.
>> 
>> Please use this thread for discussion of issues uncovered in the RC,
>> questions you may have about the RC, etc. Thank you.
> 
> I ran integration tests against Atmos, Amazon EC2, Amazon S3, Azure, and
> Cloud Files.  EC2 had several failures, similar to 1.6.3-rc1, and
> someone should follow up on these.  Most blobstore providers completed
> successfully, although aws-s3 has some DNS flakiness and I plan to
> disable virtual host buckets to address these in the future.
> 
> --------------------------------------------------------------------------------
> ATMOS
> 
> Tests run: 44, Failures: 0, Errors: 0, Skipped: 5
> --------------------------------------------------------------------------------
> AMAZON EC2
> 
> Failed tests:   testAmazonLinuxInstanceStore(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): expected [pv-2013.09.rc-1] but found [pv-2013.09.2]
>  testTemplateBuilderWithLessRegions(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): []
>  testTemplateBuilderCanFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): no image matched predicate: And(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),And(osFamily(centos),osVersion(^6.0$),os64Bit(true)))
>  testTemplateBuilderCanFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): no image matched predicate: And(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),And(osFamily(rhel),osVersion(^6.0$),os64Bit(true)))
>  testExtendedOptionsAndLogin(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): request POST https://ec2.us-west-2.amazonaws.com/ HTTP/1.1 failed with code 400, error: AWSError{requestId='d129b23d-5334-4f1b-bd3d-f6b6dfd79985', requestToken='null', code='InvalidParameterValue', message='Value (0.3) for parameter price is invalid. Spot Instance request price "0.3" exceeds your maximum Spot price limit of "0.08"', context='{Response=, Errors=}'}
>  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
>  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
>  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
>  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
>  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
>  testTemplateBuilderCanUseImageIdWithoutFetchingAllImages(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): []
>  testNoSsh(org.jclouds.aws.ec2.features.AWSKeyPairApiLiveTest): error runScript on filtered nodes options({loginUser=ec2-user, loginPasswordPresent=true, loginPrivateKeyPresent=true, runAsRoot=false, wrapInInitScript=false})(..)
>  testDescribeSpotPriceHistoryInRegion(org.jclouds.aws.ec2.features.SpotInstanceApiLiveTest): [region=us-east-1, instanceType=g2.2xlarge, productDescription=Linux/UNIX (Amazon VPC), spotPrice=0.08, timestamp=Mon Dec 23 08:26:00 PST 2013, availabilityZone=us-east-1a]
>  testCreateAndRunAService(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value
>  testStartCCInstance(org.jclouds.aws.ec2.features.PlacementGroupApiLiveTest): org.jclouds.compute.RunNodesException: error running 1 node group(maginaticsec2cccluster) location(us-east-1) image(ami-0da96764) size(cc2.8xlarge) options({scriptPresent=true, userDataCksum=2f4a740b})(..)
>  testAScriptExecutionAfterBootWithBasicTemplate(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value
>  testCreateTwoNodesWithRunScript(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value
> 
> Tests run: 194, Failures: 17, Errors: 0, Skipped: 10
> --------------------------------------------------------------------------------
> AMAZON S3
> 
> Failed tests:   testAllLocations(org.jclouds.aws.s3.blobstore.integration.AWSS3ServiceIntegrationLiveTest): maginatics-blobstore-4216343117230983431.s3.amazonaws.com not found: The specified bucket does not exist
> --------------------------------------------------------------------------------
> AZURE
> 
> Tests run: 69, Failures: 0, Errors: 0, Skipped: 5
> --------------------------------------------------------------------------------
> CLOUDFILES-US
> 
> Tests run: 68, Failures: 0, Errors: 0, Skipped: 3
> 
> -- 
> Andrew Gaul
> http://gaul.org/


Re: [DISCUSS] Apache jclouds 1.7.0 RC2

Posted by Andrew Gaul <ga...@apache.org>.
On Fri, Dec 20, 2013 at 08:33:33AM -0800, Andrew Bayer wrote:
> This thread is for discussion of the second release candidate for Apache
> jclouds 1.7.0.
> 
> Please use this thread for discussion of issues uncovered in the RC,
> questions you may have about the RC, etc. Thank you.

I ran integration tests against Atmos, Amazon EC2, Amazon S3, Azure, and
Cloud Files.  EC2 had several failures, similar to 1.6.3-rc1, and
someone should follow up on these.  Most blobstore providers completed
successfully, although aws-s3 has some DNS flakiness and I plan to
disable virtual host buckets to address these in the future.

--------------------------------------------------------------------------------
ATMOS

Tests run: 44, Failures: 0, Errors: 0, Skipped: 5
--------------------------------------------------------------------------------
AMAZON EC2

Failed tests:   testAmazonLinuxInstanceStore(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): expected [pv-2013.09.rc-1] but found [pv-2013.09.2]
  testTemplateBuilderWithLessRegions(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): []
  testTemplateBuilderCanFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): no image matched predicate: And(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),And(osFamily(centos),osVersion(^6.0$),os64Bit(true)))
  testTemplateBuilderCanFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): no image matched predicate: And(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),And(osFamily(rhel),osVersion(^6.0$),os64Bit(true)))
  testExtendedOptionsAndLogin(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): request POST https://ec2.us-west-2.amazonaws.com/ HTTP/1.1 failed with code 400, error: AWSError{requestId='d129b23d-5334-4f1b-bd3d-f6b6dfd79985', requestToken='null', code='InvalidParameterValue', message='Value (0.3) for parameter price is invalid. Spot Instance request price "0.3" exceeds your maximum Spot price limit of "0.08"', context='{Response=, Errors=}'}
  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
  testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..)
  testTemplateBuilderCanUseImageIdWithoutFetchingAllImages(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): []
  testNoSsh(org.jclouds.aws.ec2.features.AWSKeyPairApiLiveTest): error runScript on filtered nodes options({loginUser=ec2-user, loginPasswordPresent=true, loginPrivateKeyPresent=true, runAsRoot=false, wrapInInitScript=false})(..)
  testDescribeSpotPriceHistoryInRegion(org.jclouds.aws.ec2.features.SpotInstanceApiLiveTest): [region=us-east-1, instanceType=g2.2xlarge, productDescription=Linux/UNIX (Amazon VPC), spotPrice=0.08, timestamp=Mon Dec 23 08:26:00 PST 2013, availabilityZone=us-east-1a]
  testCreateAndRunAService(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value
  testStartCCInstance(org.jclouds.aws.ec2.features.PlacementGroupApiLiveTest): org.jclouds.compute.RunNodesException: error running 1 node group(maginaticsec2cccluster) location(us-east-1) image(ami-0da96764) size(cc2.8xlarge) options({scriptPresent=true, userDataCksum=2f4a740b})(..)
  testAScriptExecutionAfterBootWithBasicTemplate(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value
  testCreateTwoNodesWithRunScript(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value

Tests run: 194, Failures: 17, Errors: 0, Skipped: 10
--------------------------------------------------------------------------------
AMAZON S3

Failed tests:   testAllLocations(org.jclouds.aws.s3.blobstore.integration.AWSS3ServiceIntegrationLiveTest): maginatics-blobstore-4216343117230983431.s3.amazonaws.com not found: The specified bucket does not exist
--------------------------------------------------------------------------------
AZURE

Tests run: 69, Failures: 0, Errors: 0, Skipped: 5
--------------------------------------------------------------------------------
CLOUDFILES-US

Tests run: 68, Failures: 0, Errors: 0, Skipped: 3

-- 
Andrew Gaul
http://gaul.org/

Re: [DISCUSS] Apache jclouds 1.7.0 RC2

Posted by Andrew Gaul <ga...@apache.org>.
On Sat, Dec 21, 2013 at 03:04:01AM +0100, Andrew Phillips wrote:
> Andrew Gaul wrote:
> >I do not believe users can combine Guava 16 and jclouds 1.7.0.
> >Unfortunately we did not address the deprecation warnings despite the
> >generous notice.
> 
> Would "Note: jclouds 1.7.0 is incompatible with Guava 16. Please switch to
> Guava 15.0 or earlier, or wait for jclouds 1.7.1" sound about accurate for
> the release notes?

Sounds good.

-- 
Andrew Gaul
http://gaul.org/

Re: [DISCUSS] Apache jclouds 1.7.0 RC2

Posted by Andrew Phillips <ap...@qrmedia.com>.
> I do not believe users can combine Guava 16 and jclouds 1.7.0.
> Unfortunately we did not address the deprecation warnings despite the
> generous notice.

Would "Note: jclouds 1.7.0 is incompatible with Guava 16. Please  
switch to Guava 15.0 or earlier, or wait for jclouds 1.7.1" sound  
about accurate for the release notes?

ap

Re: [DISCUSS] Apache jclouds 1.7.0 RC2

Posted by Andrew Gaul <ga...@apache.org>.
On Sat, Dec 21, 2013 at 02:18:52AM +0100, Andrew Phillips wrote:
> >I found some issues with Guava 16.0-rc1 and reported them in
> >JCLOUDS-415.  We should not hold up 1.7.0 for this but definitely
> >address it in 1.7.1.
> 
> Is there something we need to add to the release notes to help people with
> potential Guava-related issues in 1.7.0?

I do not believe users can combine Guava 16 and jclouds 1.7.0.
Unfortunately we did not address the deprecation warnings despite the
generous notice.

-- 
Andrew Gaul
http://gaul.org/

Re: [DISCUSS] Apache jclouds 1.7.0 RC2

Posted by Andrew Phillips <ap...@qrmedia.com>.
> I found some issues with Guava 16.0-rc1 and reported them in
> JCLOUDS-415.  We should not hold up 1.7.0 for this but definitely
> address it in 1.7.1.

Is there something we need to add to the release notes to help people  
with potential Guava-related issues in 1.7.0?

ap

Re: [DISCUSS] Apache jclouds 1.7.0 RC2

Posted by Andrew Gaul <ga...@apache.org>.
On Fri, Dec 20, 2013 at 08:33:33AM -0800, Andrew Bayer wrote:
> This thread is for discussion of the second release candidate for Apache
> jclouds 1.7.0.
> 
> Please use this thread for discussion of issues uncovered in the RC,
> questions you may have about the RC, etc. Thank you.

I found some issues with Guava 16.0-rc1 and reported them in
JCLOUDS-415.  We should not hold up 1.7.0 for this but definitely
address it in 1.7.1.

-- 
Andrew Gaul
http://gaul.org/

Re: [DISCUSS] Apache jclouds 1.7.0 RC2

Posted by Andrew Phillips <ap...@qrmedia.com>.
With regard to the slight difference in the NOTICE file of  
jclouds-chef vs. the other projects, I think that should hopefully be  
fixed by:

https://github.com/jclouds/jclouds-chef/pull/39

ap