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

2016-09-18 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on EAGLE-549:
--

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-eagle/pull/440


> 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
>
>
> {code}
> 
> 
> service.host
> localhost
> Eagle Service Host
> Eagle Service Host, default: localhost
>true
> 
> 
> service.port
> 8080
> Eagle Service Port
> Eagle Service Port, default: 8080
>false
> 
> 
> {code}



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


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

2016-09-18 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on EAGLE-549:
--

GitHub user haoch opened a pull request:

https://github.com/apache/incubator-eagle/pull/440

EAGLE-549 Add required field for application configuration

Support `required`:`boolean` in configuration property.

~~~


service.host
localhost
Eagle Service Host
Eagle Service Host, default: 
localhost
   true


~~~

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/haoch/incubator-eagle EAGLE-549

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-eagle/pull/440.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #440


commit d0dbead01bdf4261a69186a25b87b5707c8b3367
Author: Hao Chen 
Date:   2016-09-18T07:43:24Z

Support to define propery as required to force providing




> 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
>
>
> {code}
> 
> 
> service.host
> localhost
> Eagle Service Host
> Eagle Service Host, default: localhost
>true
> 
> 
> service.port
> 8080
> Eagle Service Port
> Eagle Service Port, default: 8080
>false
> 
> 
> {code}



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