[jira] [Commented] (TAMAYA-345) Proposal: Change default key-value separator from :: to =

2018-11-18 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/TAMAYA-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16691058#comment-16691058
 ] 

ASF subversion and git services commented on TAMAYA-345:


Commit 9f38f77020a057145aa246f2ff6f121adf7a6727 in 
incubator-tamaya-extensions's branch refs/heads/master from [~anatole]
[ 
https://git-wip-us.apache.org/repos/asf?p=incubator-tamaya-extensions.git;h=9f38f77
 ]

TAMAYA-345 Applied patch, using colons as map entry separator.


> Proposal: Change default key-value separator from :: to = 
> --
>
> Key: TAMAYA-345
> URL: https://issues.apache.org/jira/browse/TAMAYA-345
> Project: Tamaya
>  Issue Type: Wish
>  Components: Sandbox
>Affects Versions: 0.4-incubating
>Reporter: Alexander Suter
>Assignee: Anatole Tresch
>Priority: Major
>
> I think this more common.
> [https://github.com/apache/incubator-tamaya-sandbox/pull/6]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TAMAYA-345) Proposal: Change default key-value separator from :: to =

2018-11-16 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/TAMAYA-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16690038#comment-16690038
 ] 

ASF GitHub Bot commented on TAMAYA-345:
---

Github user atsticks commented on the issue:

https://github.com/apache/incubator-tamaya-sandbox/pull/9
  
I applied the patch, merging also with the latest version of the 
collections module in the extenstions repo. So I will resolve this issue.


> Proposal: Change default key-value separator from :: to = 
> --
>
> Key: TAMAYA-345
> URL: https://issues.apache.org/jira/browse/TAMAYA-345
> Project: Tamaya
>  Issue Type: Wish
>  Components: Sandbox
>Affects Versions: 0.4-incubating
>Reporter: Alexander Suter
>Assignee: Anatole Tresch
>Priority: Major
>
> I think this more common.
> [https://github.com/apache/incubator-tamaya-sandbox/pull/6]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TAMAYA-345) Proposal: Change default key-value separator from :: to =

2018-09-13 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/TAMAYA-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16614366#comment-16614366
 ] 

ASF GitHub Bot commented on TAMAYA-345:
---

GitHub user peculater opened a pull request:

https://github.com/apache/incubator-tamaya-sandbox/pull/9

TAMAYA-345 Associative array default separator to ':'

See the discussion at https://issues.apache.org/jira/browse/TAMAYA-345 .  
The plurality of popular languages currently declare maps using a single colon 
between key and value.  This brings tamaya's collections module in line with 
that.

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

$ git pull https://github.com/peculater/incubator-tamaya-sandbox TAMAYA-345

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

https://github.com/apache/incubator-tamaya-sandbox/pull/9.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 #9


commit 672c4d7af06aed5d4fdf4b7dffa848c9a4d503ca
Author: William Lieurance 
Date:   2018-09-14T04:36:05Z

TAMAYA-345 Associative array default separator to ':'




> Proposal: Change default key-value separator from :: to = 
> --
>
> Key: TAMAYA-345
> URL: https://issues.apache.org/jira/browse/TAMAYA-345
> Project: Tamaya
>  Issue Type: Wish
>  Components: Sandbox
>Affects Versions: 0.4-incubating
>Reporter: Alexander Suter
>Assignee: Anatole Tresch
>Priority: Major
>
> I think this more common.
> [https://github.com/apache/incubator-tamaya-sandbox/pull/6]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TAMAYA-345) Proposal: Change default key-value separator from :: to =

2018-07-21 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/TAMAYA-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16551807#comment-16551807
 ] 

ASF GitHub Bot commented on TAMAYA-345:
---

Github user alexsuter commented on the issue:

https://github.com/apache/incubator-tamaya-sandbox/pull/6
  
Thanks for feedback.
This topic is currently under discussion here: 
https://issues.apache.org/jira/browse/TAMAYA-345?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel=16538609


> Proposal: Change default key-value separator from :: to = 
> --
>
> Key: TAMAYA-345
> URL: https://issues.apache.org/jira/browse/TAMAYA-345
> Project: Tamaya
>  Issue Type: Wish
>  Components: Sandbox
>Affects Versions: 0.4-incubating
>Reporter: Alexander Suter
>Assignee: Anatole Tresch
>Priority: Major
>
> I think this more common.
> [https://github.com/apache/incubator-tamaya-sandbox/pull/6]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TAMAYA-345) Proposal: Change default key-value separator from :: to =

2018-07-21 Thread Alexander Suter (JIRA)


[ 
https://issues.apache.org/jira/browse/TAMAYA-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16551806#comment-16551806
 ] 

Alexander Suter commented on TAMAYA-345:


I would vote for number 1. I think that = is the most intuitive solution. It 
looks maybe a bit strange in a properties file, but I'm sure that everybody 
must look at the default in the doc or in the source code if :: will be the 
solution.

Maybe there are other guys with other thoughts?

> Proposal: Change default key-value separator from :: to = 
> --
>
> Key: TAMAYA-345
> URL: https://issues.apache.org/jira/browse/TAMAYA-345
> Project: Tamaya
>  Issue Type: Wish
>  Components: Sandbox
>Affects Versions: 0.4-incubating
>Reporter: Alexander Suter
>Assignee: Anatole Tresch
>Priority: Major
>
> I think this more common.
> [https://github.com/apache/incubator-tamaya-sandbox/pull/6]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TAMAYA-345) Proposal: Change default key-value separator from :: to =

2018-07-10 Thread Anatole Tresch (JIRA)


[ 
https://issues.apache.org/jira/browse/TAMAYA-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16538609#comment-16538609
 ] 

Anatole Tresch commented on TAMAYA-345:
---

Actually, I dont know any either. But I am open for alternate proposals for the 
syntax to be used, e.g.

 
1) myMap=1=a, 2=b, 3=c, [4= ]
2) myMap=1::a, 2::b, 3::c, [4:: ]
3) myMap=1->a, 2->b, 3->c,[4-> ]
3) myMap=1||a, 2||b, 3||c, [4|| ]
3) myMap=1|a, 2|b, 3|c,[4| ]
3) myMap=1#a, 2#b, 3#c, [4# ]
 
WDYT?

> Proposal: Change default key-value separator from :: to = 
> --
>
> Key: TAMAYA-345
> URL: https://issues.apache.org/jira/browse/TAMAYA-345
> Project: Tamaya
>  Issue Type: Wish
>  Components: Sandbox
>Affects Versions: 0.4-incubating
>Reporter: Alexander Suter
>Assignee: Anatole Tresch
>Priority: Major
>
> I think this more common.
> [https://github.com/apache/incubator-tamaya-sandbox/pull/6]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TAMAYA-345) Proposal: Change default key-value separator from :: to =

2018-06-29 Thread Alexander Suter (JIRA)


[ 
https://issues.apache.org/jira/browse/TAMAYA-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16527559#comment-16527559
 ] 

Alexander Suter commented on TAMAYA-345:


[~anatole]

Ah you are right!
Is :: state of the art? Or are there other standards out there?

Could not find useful ressources for that.

> Proposal: Change default key-value separator from :: to = 
> --
>
> Key: TAMAYA-345
> URL: https://issues.apache.org/jira/browse/TAMAYA-345
> Project: Tamaya
>  Issue Type: Wish
>  Components: Sandbox
>Affects Versions: 0.4-incubating
>Reporter: Alexander Suter
>Assignee: Anatole Tresch
>Priority: Major
>
> I think this more common.
> [https://github.com/apache/incubator-tamaya-sandbox/pull/6]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TAMAYA-345) Proposal: Change default key-value separator from :: to =

2018-06-28 Thread Anatole Tresch (JIRA)


[ 
https://issues.apache.org/jira/browse/TAMAYA-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526855#comment-16526855
 ] 

Anatole Tresch commented on TAMAYA-345:
---

This will end up in entries like the following:

{{myMap=1=a, 2=b, 3=c, [4= ]}}

> Proposal: Change default key-value separator from :: to = 
> --
>
> Key: TAMAYA-345
> URL: https://issues.apache.org/jira/browse/TAMAYA-345
> Project: Tamaya
>  Issue Type: Wish
>  Components: Sandbox
>Affects Versions: 0.4-incubating
>Reporter: Alexander Suter
>Priority: Major
>
> I think this more common.
> [https://github.com/apache/incubator-tamaya-sandbox/pull/6]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)