You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ga...@apache.org on 2015/09/17 17:01:58 UTC

[9/9] stratos git commit: Update the application lenghth

Update the application lenghth


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

Branch: refs/heads/stratos-4.1.x
Commit: 4a18fe100fca2a1f406fb8c12a120d2f73f9a864
Parents: f40fe96
Author: gayangunarathne <ga...@wso2.com>
Authored: Thu Sep 17 20:30:26 2015 +0530
Committer: gayangunarathne <ga...@wso2.com>
Committed: Thu Sep 17 20:30:26 2015 +0530

----------------------------------------------------------------------
 .../org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/4a18fe10/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java
index 94ce9ae..311f294 100644
--- a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java
+++ b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java
@@ -109,7 +109,7 @@ public class StratosApiV41Utils {
     public static final String APPLICATION_STATUS_UNDEPLOYING = "Undeploying";
     public static final String KUBERNETES_IAAS_PROVIDER = "kubernetes";
     private static final String METADATA_REG_PATH = "metadata/";
-    private static final int MAX_APPLICATION_ID_LENGTH = 20;
+    private static final int MAX_APPLICATION_ID_LENGTH = 40;
 
 
     /**