You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/08/12 15:47:16 UTC

[10/10] git commit: Upgraded jclouds version to 1.6.1-incubating

Upgraded jclouds version to 1.6.1-incubating


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/84dc901f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/84dc901f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/84dc901f

Branch: refs/heads/master
Commit: 84dc901f9e38cdf2f9926e943734e028b018acfb
Parents: 9ef2a45 3a2cdcc
Author: Isuru Perera <is...@apache.org>
Authored: Mon Aug 12 19:16:33 2013 +0530
Committer: Isuru Perera <is...@apache.org>
Committed: Mon Aug 12 19:16:33 2013 +0530

----------------------------------------------------------------------
 .../dependency-reduced-pom.xml                  |  111 --
 .../pom.xml                                     |  207 ---
 .../autoscaler/service/IAutoscalerService.java  |  112 --
 .../exception/AutoscalerServiceException.java   |   33 -
 .../exception/DeserializationException.java     |   33 -
 .../MalformedConfigurationFileException.java    |   33 -
 .../exception/NoInstanceFoundException.java     |   39 -
 .../exception/SerializationException.java       |   33 -
 .../service/impl/AutoscalerServiceImpl.java     | 1389 ------------------
 .../internal/AutoscalerServiceDSComponent.java  |   48 -
 .../autoscaler/service/io/Deserializer.java     |   68 -
 .../autoscaler/service/io/Serializer.java       |   61 -
 .../service/jcloud/ComputeServiceBuilder.java   |   65 -
 .../service/util/AutoscalerConstant.java        |   73 -
 .../autoscaler/service/util/IaasContext.java    |  391 -----
 .../autoscaler/service/util/IaasProvider.java   |  141 --
 .../service/util/InstanceContext.java           |   93 --
 .../service/util/ServiceTemplate.java           |   84 --
 .../xml/ElasticScalerConfigFileReader.java      |  557 -------
 .../src/main/resources/META-INF/services.xml    |    9 -
 .../service/util/IaasContextComparatorTest.java |   98 --
 .../service/util/IaasContextTest.java           |  113 --
 .../xml/ElasticScalerConfigFileReaderTest.java  |   60 -
 .../test/resources/elastic-scaler-config.xml    |   71 -
 .../org.apache.stratos.cloud.controller/pom.xml |  210 +--
 .../cloud/controller/iaases/AWSEC2Iaas.java     |   33 +-
 .../controller/iaases/OpenstackNovaIaas.java    |   64 +-
 .../impl/CloudControllerServiceImpl.java        |    2 +-
 components/pom.xml                              |    4 +-
 .../pom.xml                                     |   95 +-
 features/cloud-controller/pom.xml               |    4 -
 features/pom.xml                                |    1 -
 pom.xml                                         |    1 +
 .../distribution/src/main/resources/launch.ini  |    1 +
 34 files changed, 166 insertions(+), 4171 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/84dc901f/components/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/84dc901f/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/84dc901f/features/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/84dc901f/pom.xml
----------------------------------------------------------------------