You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2016/04/15 14:30:10 UTC

ambari git commit: AMBARI-15867. VDF with newlines preventing valid repo files (part 2) (ncole)

Repository: ambari
Updated Branches:
  refs/heads/trunk 4ff99fccb -> e693406ea


AMBARI-15867. VDF with newlines preventing valid repo files (part 2) (ncole)


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

Branch: refs/heads/trunk
Commit: e693406ea3037c41b902981159a292787f8f9855
Parents: 4ff99fcc
Author: Nate Cole <nc...@hortonworks.com>
Authored: Fri Apr 15 08:29:53 2016 -0400
Committer: Nate Cole <nc...@hortonworks.com>
Committed: Fri Apr 15 08:29:53 2016 -0400

----------------------------------------------------------------------
 .../controller/internal/VersionDefinitionResourceProvider.java      | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e693406e/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/VersionDefinitionResourceProvider.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/VersionDefinitionResourceProvider.java b/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/VersionDefinitionResourceProvider.java
index 97eda0a..b5b12d8 100644
--- a/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/VersionDefinitionResourceProvider.java
+++ b/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/VersionDefinitionResourceProvider.java
@@ -134,6 +134,7 @@ public class VersionDefinitionResourceProvider extends AbstractAuthorizedResourc
       VERSION_DEF_TYPE_PROPERTY_ID,
       VERSION_DEF_DEFINITION_URL,
       VERSION_DEF_DEFINITION_BASE64,
+      VERSION_DEF_AVAILABLE_DEFINITION,
       VERSION_DEF_STACK_NAME,
       VERSION_DEF_STACK_VERSION,
       VERSION_DEF_FULL_VERSION,