Andrew Gaul
|
4cef85d1cd
|
Address Checkstyle violations in tests
|
2013-12-09 14:40:07 -08:00 |
adriancole
|
ed2f18a1af
|
JCLOUDS-31. updated to ASF headers via mvn com.mycila.maven-license-plugin:maven-license-plugin:format
|
2013-05-16 21:30:37 -07:00 |
Andrew Gaul
|
04fad88fd3
|
Remove duplicate Utils getters
Rename callers as required.
|
2013-04-12 16:24:37 -07:00 |
Adrian Cole
|
37e587ee51
|
changes related to centralizing construction of invokables
|
2013-01-19 17:17:30 -08:00 |
Adrian Cole
|
4980367991
|
centralize TypeToken creation
|
2013-01-19 11:31:55 -08:00 |
adriancole
|
dc4ca1efbd
|
removed deprecated methods which were easy to do
|
2013-01-19 08:32:45 -08:00 |
Adrian Cole
|
a49a060152
|
There can be only one retryable predicate; use Predicates2.retry decorator
|
2013-01-13 20:30:34 -08:00 |
Adrian Cole
|
878ec1bcab
|
undid Serializable and added checkstyle InterfaceIsType:allowMarkerInterfaces=false
|
2012-11-18 09:23:44 -08:00 |
Andrew Gaul
|
d7380114a6
|
Enforce use of Atomics.newReference via Checkstyle
Avoids duplicating types.
|
2012-11-12 11:56:48 -08:00 |
Adrian Cole
|
c7c27e12e2
|
improved javadoc including where to look for alternative syntax
|
2012-11-07 12:02:52 -03:00 |
Andrew Gaul
|
93d69ece2b
|
Enforce newline at end of file via Checkstyle
Also address all warnings, via:
find -name \*.java | while read i; do if [ x`tail -c 1 $i` != x"" ]; then echo >> $i; fi; done
|
2012-10-29 22:12:44 -07:00 |
Adrian Cole
|
5d30da2908
|
Issue 852: added InstanceClient and got live tests passing
|
2012-07-05 23:22:20 -07:00 |
Adrian Cole
|
98741b40fe
|
fixed bad test dep
|
2012-07-01 20:58:19 -07:00 |
Matt Stephenson
|
381851b8ab
|
Remove IPSocket class, replace with Guava's HostAndPort class.
|
2012-04-25 17:52:01 -07:00 |
Adrian Cole
|
df7d2acbb4
|
wrapper -> view
|
2012-04-23 19:14:36 -07:00 |
Adrian Cole
|
886d2cafb9
|
created base Context class with ProviderMetadata and Identity
|
2012-04-23 16:16:51 -07:00 |
Adrian Cole
|
0b59dea073
|
removed ContextBuilder subclasses; added unwrap; undid generic params
|
2012-04-16 00:44:20 -07:00 |
Adrian Cole
|
23cb01f977
|
refactor PropertiesBuilder and related types into ApiMetadata and ProviderMetadata, and update all usage
|
2012-04-11 19:47:09 -06:00 |
Adrian Cole
|
5c6ce9f081
|
organize imports
|
2012-03-28 03:37:48 -04:00 |
Adrian Cole
|
bdd739ad04
|
Issue 826:support api-generated location metadata across service types, note this ensures authenticationexceptions propagate even after context creation
|
2012-02-03 00:27:29 -08:00 |
Adrian Cole
|
f390f314ee
|
Issue 803: changes needed when guice is in production mode
|
2012-01-07 06:08:32 -08:00 |
Adrian Cole
|
99fb37f6cf
|
refactored LiveTest code to share property initialization
|
2012-01-05 17:51:03 -08:00 |
Adrian Cole
|
42137677da
|
Issue 801:fix inconsistency in test property test.provider.apiversion set in pom.xml -> api-version
|
2012-01-05 13:09:45 -08:00 |
Adrian Cole
|
c08a7884bd
|
Issue 750:property to set the image id for the default template
|
2011-11-11 19:48:28 +02:00 |
Adrian Cole
|
dd89ad3068
|
backfilled tests and refactored most of org.jclouds.location.suppliers package
|
2011-10-23 04:38:25 +02:00 |
Guillaume Nodet
|
87dd23551c
|
Avoid using a non official jsr and use our own annotations
|
2011-09-16 17:52:12 +02:00 |
Adrian Cole
|
960bfe709f
|
Issue 663:Update license headers to jclouds, Inc. and setup NOTICE file
|
2011-08-16 18:14:30 -07:00 |
Adrian Cole
|
9e94fc6fc9
|
updated license headers
|
2011-04-09 03:20:17 -07:00 |
Adrian Cole
|
ad0acb56fa
|
fixed auth error when using an ssl site via ip and not hostname
|
2011-03-05 16:35:37 -05:00 |
Adrian Cole
|
4a52218565
|
Issue 457: rename tag -> group
|
2011-01-31 18:02:54 -08:00 |
Adrian Cole
|
478494b65c
|
Issue 440: refactored zone and region logic into top-level jclouds so that we can decouple amazon's concepts from api implementations
|
2011-01-04 20:05:49 +01:00 |
Adrian Cole
|
bebd2eef75
|
Issue 440: corrected test properties in pom
|
2011-01-04 14:59:02 +01:00 |
Adrian Cole
|
ada49c2b3b
|
refactored common location logic in aws and moved elb to its own module
|
2011-01-03 20:20:42 +01:00 |
Adrian Cole
|
417cb3acf0
|
moved loadbalancerservice into its own module
|
2011-01-01 20:28:52 +01:00 |