[ 
https://issues.apache.org/jira/browse/AMBARI-20970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022278#comment-16022278
 ] 

Doroszlai, Attila commented on AMBARI-20970:
--------------------------------------------

Some XML and JSON properties in {{ValueAttributesInfo}} used to have different 
names, eg.:

{noformat}
@XmlElement(name = "ui-only-property")
@JsonProperty("ui_only_property")
{noformat}

but now they refer to the same constant:

{noformat}
@XmlElement(name = UI_ONLY_PROPERTY)
@JsonProperty(UI_ONLY_PROPERTY)
{noformat}

This causes exceptions when installing cluster via web UI.

> Integrate StackService resource and it's subresources with swagger
> ------------------------------------------------------------------
>
>                 Key: AMBARI-20970
>                 URL: https://issues.apache.org/jira/browse/AMBARI-20970
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>    Affects Versions: 3.0.0
>            Reporter: Balázs Bence Sári
>            Assignee: Balázs Bence Sári
>             Fix For: 3.0.0
>
>         Attachments: AMBARI-20970-Stacks-API_v3.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to