You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "Hao Chen (JIRA)" <ji...@apache.org> on 2016/10/12 04:26:20 UTC

[jira] [Resolved] (EAGLE-549) Add required field for application configuration

     [ https://issues.apache.org/jira/browse/EAGLE-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hao Chen resolved EAGLE-549.
----------------------------
    Resolution: Fixed

> Add required field for application configuration
> ------------------------------------------------
>
>                 Key: EAGLE-549
>                 URL: https://issues.apache.org/jira/browse/EAGLE-549
>             Project: Eagle
>          Issue Type: New Feature
>    Affects Versions: v0.5.0
>            Reporter: Hao Chen
>            Assignee: Hao Chen
>             Fix For: v0.5.0
>
>
> Support `required` field in application configuration descriptor, for example:
> {code}
> <configuration>
>         <property>
>             <name>service.host</name>
>             <value>localhost</value>
>             <displayName>Eagle Service Host</displayName>
>             <description>Eagle Service Host, default: localhost</description>
>            <required>true</required>
>         </property>
>         <property>
>             <name>service.port</name>
>             <value>8080</value>
>             <displayName>Eagle Service Port</displayName>
>             <description>Eagle Service Port, default: 8080</description>
>            <required>false</required>
>         </property>
>     </configuration>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)