The Java Multi-Cloud Toolkit
Go to file
Andrew Gaul 3c9f66b8e9 Avoid lower-case l literal suffix
Readers can confuse this with 1.  Found via error-prone.  Fixed via:

find -name \*.java | xargs sed -i 's/\( [0-9][0-9]*\)l/\1L/g'
find -name \*.java | xargs sed -i 's/\(([0-9][0-9]*\)l/\1L/g'
2016-10-23 14:24:35 -07:00
all Remove HPCloud from the aggregator poms 2015-11-10 10:17:30 +01:00
allblobstore [JCLOUDS-1115] Make sure filesystem API dependency is included when using Java 8 or higher 2016-05-21 16:29:22 +02:00
allcompute Update poms to include Docker and fixed groupId after promotion 2016-08-30 11:14:33 +02:00
allloadbalancer Next development version 2.0.0-SNAPSHOT 2015-03-24 10:52:01 +01:00
apis Avoid lower-case l literal suffix 2016-10-23 14:24:35 -07:00
blobstore Avoid lower-case l literal suffix 2016-10-23 14:24:35 -07:00
common JCLOUDS-1074: Guava 20 compatibility 2016-09-06 21:49:20 -07:00
compute Avoid lower-case l literal suffix 2016-10-23 14:24:35 -07:00
core Avoid lower-case l literal suffix 2016-10-23 14:24:35 -07:00
drivers Avoid lower-case l literal suffix 2016-10-23 14:24:35 -07:00
loadbalancer JCLOUDS-1101: Correct generics wildcard errors 2016-04-18 09:49:58 -07:00
project Enable more error-prone checks 2016-10-23 12:06:43 -07:00
providers Avoid lower-case l literal suffix 2016-10-23 14:24:35 -07:00
resources Enforce no illegal testng imports 2015-06-25 13:34:10 -07:00
scriptbuilder Fix for ssh reload for CentOS 7 2016-08-16 00:42:57 +02:00
skeletons Next development version 2.0.0-SNAPSHOT 2015-03-24 10:52:01 +01:00
.dir-locals.el JCLOUDS-26. Adding .dir-locals.el for Emacs tab-width setting 2013-05-10 14:52:52 -07:00
.gitattributes Add .gitattributes to avoid line endings issues 2015-10-07 20:43:55 +02:00
.gitignore Move html responses to a subfolder for cleaner rat plugin exclude 2016-02-23 19:30:03 +08:00
.mailmap Update mailmap for acole@twitter.com 2014-10-04 09:22:01 -07:00
CONTRIBUTING.md Fixed the CONTRIBUTING links 2015-02-05 15:10:37 +01:00
README.md Avoid duplicated info and just link to website 2014-08-07 09:25:37 -05:00
pom.xml Next development version 2.0.0-SNAPSHOT 2015-03-24 10:52:01 +01:00

README.md

jclouds

Apache jclouds is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features.

For more information about using or contributing to jclouds, please visit our website at jclouds.apache.org.

License

Copyright (C) 2009-2013 The Apache Software Foundation

Licensed under the Apache License, Version 2.0