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

[1/3] git commit: Remove unnecessary logs

Updated Branches:
  refs/heads/master cd3ba7812 -> 96c4f3c94


Remove unnecessary logs


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

Branch: refs/heads/master
Commit: 42f4e0fa7e0a6ca184e34804a36755b56ae70e9f
Parents: bc375af
Author: Manula Thantriwatte <ma...@apache.org>
Authored: Thu Dec 12 15:30:09 2013 +0530
Committer: Manula Thantriwatte <ma...@apache.org>
Committed: Thu Dec 12 15:30:09 2013 +0530

----------------------------------------------------------------------
 .../main/java/org/apache/stratos/cli/RestCommandLineService.java  | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/42f4e0fa/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java b/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java
index 999793c..6fb56be 100644
--- a/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java
+++ b/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java
@@ -332,7 +332,6 @@ public class RestCommandLineService {
             System.out.format("Subscribing to data cartridge %s with alias %s.%n", dataCartridgeType,
                     dataCartridgeAlias);
             try {
-                System.out.println("First try");
                 String subscription = restClientService.doPost(restClientService.getUrl() + subscribCartridgeRestEndpoint,
                         completeJsonSubscribeString, restClientService.getUsername(), restClientService.getPassword());
 
@@ -366,8 +365,6 @@ public class RestCommandLineService {
             cartridgeInfoBean.setAsPolicy(asPolicy);
             cartridgeInfoBean.setDepPolicy(depPolicy);
 
-            System.out.println("Second try");
-
             jsonSubscribeString = gson.toJson(cartridgeInfoBean, CartridgeInfoBean.class);
             completeJsonSubscribeString = "{\"cartridgeInfoBean\":" + jsonSubscribeString + "}";
 


[2/3] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos

Posted by ma...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos


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

Branch: refs/heads/master
Commit: 271e6632ad4fee6d98c43c6d6bcce428e1da91f1
Parents: 42f4e0f 3a5b5d0
Author: Manula Thantriwatte <ma...@apache.org>
Authored: Thu Dec 12 15:30:32 2013 +0530
Committer: Manula Thantriwatte <ma...@apache.org>
Committed: Thu Dec 12 15:30:32 2013 +0530

----------------------------------------------------------------------
 .../bean/util/converter/PojoConverter.java      |  4 +-
 .../pom.xml                                     |  8 +++
 .../modules/distribution/src/assembly/bin.xml   |  3 +-
 .../src/main/conf/cartridge-config.properties   | 65 ++++++++++++++++++++
 4 files changed, 78 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[3/3] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos

Posted by ma...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos


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

Branch: refs/heads/master
Commit: 96c4f3c94b5b578cd92c0e7f205113c60ce7663b
Parents: 271e663 cd3ba78
Author: Manula Thantriwatte <ma...@apache.org>
Authored: Thu Dec 12 15:30:56 2013 +0530
Committer: Manula Thantriwatte <ma...@apache.org>
Committed: Thu Dec 12 15:30:56 2013 +0530

----------------------------------------------------------------------
 .../stratos/cloud/controller/util/CloudControllerUtil.java      | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------