Commit Graph

7283 Commits

Author SHA1 Message Date
Andrew Bayer 3c8c2a06be Needed to update resources POM as well for remote resources to work right 2013-05-29 16:58:43 -07:00
Andrew Bayer 4b6185e80a Switch maven-remote-resources-plugin execution to default ID to override apache POM remote resources bundle 2013-05-29 16:39:13 -07:00
Andrew Bayer 78ebafd3b6 Tweaking release plugin config 2013-05-28 14:45:29 -07:00
Andrew Bayer a9fce96ee4 Fixing NOTICE.txt 2013-05-28 14:44:20 -07:00
Andrew Bayer 18a024adc8 JCLOUDS-31. License header cleanup 2013-05-24 11:48:08 -07:00
Andrew Bayer 385a6af5ed JCLOUDS-66. Update Maven project metadata for ASF. 2013-05-23 12:51:38 -07:00
Andrew Phillips 9d0a03fb80 JCLOUDS-75: Support '-incubating' release versions 2013-05-22 11:22:40 +02:00
Andrew Bayer 3b9e6b3712 JCLOUDS-80. Inherit apache-rat plugin config. 2013-05-21 16:59:36 -04:00
Ignasi Barrera 5872d929ad JCLOUDS-67: Filtered license headers from script fragments 2013-05-20 18:14:32 +02:00
adriancole bf806e8302 JCLOUDS-57. exclude gc.log so that cloudbees builds don't break 2013-05-17 09:49:08 -07:00
adriancole a4dbc1384d JCLOUDS-57. exclude .repository so that cloudbees builds don't break 2013-05-17 06:46:46 -07:00
adriancole c9247f0617 JCLOUDS-31. updated to ASF headers via mvn com.mycila.maven-license-plugin:maven-license-plugin:format 2013-05-16 21:52:51 -07:00
adriancole 9327aedab2 JCLOUDS-31. manually adjusted license header on terremark xml files 2013-05-16 21:38:22 -07:00
adriancole 99b5840019 JCLOUDS-31. remove malformed, duplicate, or unnecessary headers 2013-05-16 21:37:33 -07:00
adriancole 6b339b32bc JCLOUDS-31. adjust license plugin and header file to ASF license scheme; change java to comment style; include maven pom.xml 2013-05-16 21:35:56 -07:00
adriancole ac52c76139 JCLOUDS-54. remove historical demos, archetypes and assemblies modules 2013-05-16 15:26:32 -07:00
Andrew Phillips d432028cdf JCLOUDS-52: Updating JcloudsVersion to search under org.apache.jclouds
Group ID changed from org.jclouds with JCLOUDS-15
2013-05-16 16:03:50 -04:00
Ignasi Barrera ed55082c2d JCLOUDS-46: Added DISCLAIMER file 2013-05-15 15:57:36 +02:00
Andrew Bayer 70754d86a9 JCLOUDS-37. Fix RAT violations in incubator-jclouds, 1.5.x branch 2013-05-14 08:30:16 -07:00
Andrew Bayer a0e6cc7469 JCLOUDS-16. Fixing remote resources. 2013-05-13 12:46:20 -07:00
Andrew Bayer 91b9dbd9c6 JCLOUDS-30. Switch to 2 space indents for POM files. 2013-05-13 12:19:36 -07:00
Andrew Bayer 0d4eac1dbb JCLOUDS-16. Switch groupId to org.apache.jclouds, change parent POM, remove old distributionManagement content, add ASF repos. 2013-05-13 12:19:35 -07:00
Andrew Bayer 648795d743 JCLOUDS-24. Fixing .repository in CloudBees builds. 2013-05-12 07:38:19 -07:00
Andrew Bayer 46e2f00644 JCLOUDS-25. Removing sandbox-*. 2013-05-10 17:11:16 -07:00
Andrew Bayer 28b0257ba9 JCLOUDS-24. Add RAT check 2013-05-10 17:10:29 -07:00
adriancole d7fd5b3d59 [maven-release-plugin] prepare for next development iteration 2013-04-10 14:21:50 -07:00
adriancole 1a50d1382c [maven-release-plugin] prepare release jclouds-1.5.10 2013-04-10 14:21:48 -07:00
Adrian Cole 29b7e67bca Merge pull request #1522 from maginatics/memorize-swift-tempurl-keys-1.5.x
Memoize Swift TempURL keys
2013-04-10 13:45:53 -07:00
Andrew Gaul 05b443fe4d Memoize Swift TempURL keys
This avoids a round-trip to the server for every signed URL.
2013-04-10 10:23:10 -07:00
Adrian Cole b82cf36018 Merge pull request #1478 from maginatics/clear-container-parameterize-max-errors-1.5.x
Parameterize max errors for clear container
2013-04-03 15:54:35 -07:00
Andrew Gaul 172d198454 Parameterize max errors for clear container
Also use setter injection for max request time.
2013-04-01 11:00:33 -07:00
Andrew Gaul 08a9696df6 Merge pull request #1435 from maginatics/keystone-1.1-circular-dependency
Correct Guice circular dependency for Keystone 1.1
2013-03-18 14:20:39 -07:00
Andrew Gaul 727a3f20dd Correct Guice circular dependency for Keystone 1.1
This commit reverts the parameter type to the same as d54c269.
2013-03-18 13:40:01 -07:00
Ignasi Barrera e4f41320e4 Merge branch '1.5.x' of github.com:jclouds/jclouds into 1.5.x 2013-03-18 19:22:37 +01:00
Andrew Gaul b4093e1f20 Merge pull request #1431 from maginatics/keystone-1.1-correct-auth-timeout-1.5.x
Correct Keystone 1.1 authentication token timeout
2013-03-17 21:55:20 -07:00
Andrew Gaul fee262369d Correct Keystone 1.1 authentication token timeout
We should renew after 30 minutes, not 30 hours.
2013-03-17 16:30:03 -07:00
Ignasi Barrera 27ee3f263b [maven-release-plugin] prepare for next development iteration 2013-03-14 23:49:05 +01:00
Ignasi Barrera ce42efbce8 [maven-release-plugin] prepare release jclouds-1.5.9 2013-03-14 23:49:03 +01:00
Andrew Gaul d54c269b2e Allow configuration of session renewal. 2013-03-13 19:32:41 -07:00
adriancole 2b0134fef7 fix issue #1409: regression where we broke streaming payloads 2013-03-12 14:10:55 -07:00
Adrian Cole a76f728897 Merge pull request #1407 from maginatics/null-http-response-1.5.x
Null http response 1.5.x
2013-03-11 15:49:07 -07:00
Andrew Gaul d2a6266dae Guard against possible null HttpResponse 2013-03-10 15:49:22 -07:00
Andrew Gaul 7261862f8f Annotate possibly null return value 2013-03-10 15:45:19 -07:00
adriancole e85a94728c address bug where expect-100 continue can hang things 2013-03-02 08:37:21 -08:00
Ignasi Barrera f995357022 Disabled Abiquo build until deps are in Maven central 2013-03-01 17:43:40 +01:00
adriancole 68d615529a attempt to deal with cloudbees failure 2013-02-28 18:41:04 -08:00
Adrian Cole e8d6c0643c [maven-release-plugin] prepare for next development iteration 2013-02-25 20:44:16 -08:00
Adrian Cole d0577b518f [maven-release-plugin] prepare release jclouds-1.5.8 2013-02-25 20:44:08 -08:00
Adrian Cole a4fa0d5dfd rename TemporaryCredentials to SessionCredentials per aws sdk 2013-02-25 20:14:20 -08:00
Adrian Cole f9c8fc0b1f added iam instance profile args to aws-ec2 2013-02-25 19:12:40 -08:00