Re: [Dev] Why YAML configuration files in C5 has extension .yml instead of .yaml?

2016-12-01 Thread Afkham Azeez
We have decided to enforce the yaml extension for all yaml files
henceforth. So if any of your components have YAML files with the
yml extension, please change it to yaml ASAP.

Thanks
Azeez

On Sat, Jun 4, 2016 at 2:22 PM, Isuru Perera  wrote:

> Should our code accept both ".yml" and ".yaml" as valid extensions?
>
> I'm currently using ".yml" extension for configuration file in next
> Metrics release. Shall I change the extension to ".yaml"?
>
> Metrics 2.0.0 is based on Carbon 5.1.0. In Carbon, the configuration is in
> "carbon.yml". I think that there is an inconsistency when using
> "metrics.yaml". So, shall we use ".yaml" when Carbon uses ".yaml" extension?
>
> On Fri, Jun 3, 2016 at 2:49 PM, Afkham Azeez  wrote:
>
>> Let's use yaml as the extension.
>>
>> On Fri, Jun 3, 2016 at 2:37 PM, SajithAR Ariyarathna 
>> wrote:
>>
>>> Hi All,
>>>
>>> Is there any reason behind $subject. As per YAML.org FAQ '.yaml' is the
>>> recommended extension for YAML files [1].
>>>
>>> [1] http://www.yaml.org/faq.html
>>>
>>> Thanks.
>>> --
>>> Sajith Janaprasad Ariyarathna
>>> Software Engineer; WSO2, Inc.;  http://wso2.com/
>>>
>>
>>
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; WSO2, Inc.; http://wso2.com
>> Member; Apache Software Foundation; http://www.apache.org/
>> * *
>> *email: **az...@wso2.com* 
>> * cell: +94 77 3320919 <%2B94%2077%203320919>blog: *
>> *http://blog.afkham.org* 
>> *twitter: **http://twitter.com/afkham_azeez*
>> 
>> *linked-in: **http://lk.linkedin.com/in/afkhamazeez
>> *
>>
>> *Lean . Enterprise . Middleware*
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Isuru Perera
> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
> Lean . Enterprise . Middleware
>
> about.me/chrishantha
> Contact: +IsuruPereraWSO2 
>



-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* *
*email: **az...@wso2.com* 
* cell: +94 77 3320919blog: **http://blog.afkham.org*

*twitter: **http://twitter.com/afkham_azeez*

*linked-in: **http://lk.linkedin.com/in/afkhamazeez
*

*Lean . Enterprise . Middleware*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Why YAML configuration files in C5 has extension .yml instead of .yaml?

2016-06-04 Thread Isuru Perera
Should our code accept both ".yml" and ".yaml" as valid extensions?

I'm currently using ".yml" extension for configuration file in next Metrics
release. Shall I change the extension to ".yaml"?

Metrics 2.0.0 is based on Carbon 5.1.0. In Carbon, the configuration is in
"carbon.yml". I think that there is an inconsistency when using
"metrics.yaml". So, shall we use ".yaml" when Carbon uses ".yaml" extension?

On Fri, Jun 3, 2016 at 2:49 PM, Afkham Azeez  wrote:

> Let's use yaml as the extension.
>
> On Fri, Jun 3, 2016 at 2:37 PM, SajithAR Ariyarathna 
> wrote:
>
>> Hi All,
>>
>> Is there any reason behind $subject. As per YAML.org FAQ '.yaml' is the
>> recommended extension for YAML files [1].
>>
>> [1] http://www.yaml.org/faq.html
>>
>> Thanks.
>> --
>> Sajith Janaprasad Ariyarathna
>> Software Engineer; WSO2, Inc.;  http://wso2.com/
>>
>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * *
> *email: **az...@wso2.com* 
> * cell: +94 77 3320919 <%2B94%2077%203320919>blog: *
> *http://blog.afkham.org* 
> *twitter: **http://twitter.com/afkham_azeez*
> 
> *linked-in: **http://lk.linkedin.com/in/afkhamazeez
> *
>
> *Lean . Enterprise . Middleware*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Isuru Perera
Associate Technical Lead | WSO2, Inc. | http://wso2.com/
Lean . Enterprise . Middleware

about.me/chrishantha
Contact: +IsuruPereraWSO2 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Why YAML configuration files in C5 has extension .yml instead of .yaml?

2016-06-03 Thread Afkham Azeez
Let's use yaml as the extension.

On Fri, Jun 3, 2016 at 2:37 PM, SajithAR Ariyarathna 
wrote:

> Hi All,
>
> Is there any reason behind $subject. As per YAML.org FAQ '.yaml' is the
> recommended extension for YAML files [1].
>
> [1] http://www.yaml.org/faq.html
>
> Thanks.
> --
> Sajith Janaprasad Ariyarathna
> Software Engineer; WSO2, Inc.;  http://wso2.com/
>



-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* *
*email: **az...@wso2.com* 
* cell: +94 77 3320919blog: **http://blog.afkham.org*

*twitter: **http://twitter.com/afkham_azeez*

*linked-in: **http://lk.linkedin.com/in/afkhamazeez
*

*Lean . Enterprise . Middleware*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Why YAML configuration files in C5 has extension .yml instead of .yaml?

2016-06-03 Thread SajithAR Ariyarathna
Hi All,

Is there any reason behind $subject. As per YAML.org FAQ '.yaml' is the
recommended extension for YAML files [1].

[1] http://www.yaml.org/faq.html

Thanks.
-- 
Sajith Janaprasad Ariyarathna
Software Engineer; WSO2, Inc.;  http://wso2.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev