[
https://issues.apache.org/jira/browse/TAMAYA-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16368899#comment-16368899
]
Francois MESSIAEN commented on TAMAYA-322:
------------------------------------------
Hi Philipp,
I tried this extension in its basic form : I needed a parameter for authorized
values of a field validation. From an environment to another and in its future
use, those values may change.
The parameter is mapped in a Set Collection and as far as I see, it works well.
I didn't try to change the seperator and I didn't try the Map collection
mapping.
I also found that the Collection extension complets the YAML extension for the
list structure:
{code:yaml}
- authorised : [ 'value1', 'value2', 'value3' ]
{code}
can be automatically mapped as a ArrayList of String, if the Collection
extension is present in the classpath.
I hope that comment helps you a little.
I expect to play and test more that module in the next weeks (if I get enough
time to). I found anything unexpected, I'll tell you :).
> tamaya-collections : mature extension or sandbox extension ?
> ------------------------------------------------------------
>
> Key: TAMAYA-322
> URL: https://issues.apache.org/jira/browse/TAMAYA-322
> Project: Tamaya
> Issue Type: Bug
> Components: Docs, Extensions, Sandbox
> Affects Versions: 0.3-incubating
> Reporter: Francois MESSIAEN
> Priority: Minor
>
> During the TAMAYA-175 task, the tamaya-collections module moved into the
> sandbox repository.
> According the document page about [Extension
> Modules|http://tamaya.incubator.apache.org/documentation/extensions.html],
> that module is a mature extension.
> Is the tamaya-collections really a sandbox module and the document page is
> outdated ?
> Or that module should remain in the extensions repository ?
> Another question: every documentation of a sandbox extension show in the
> installation part :
> {code:xml}
> <dependency>
> <groupId>org.apache.tamaya.ext</groupId>
> <artifactId>tamaya-XXXXXX</artifactId>
> <version>{tamaya_version}</version>
> </dependency>
> {code}
> but the recent "release" of sandbox extensions are not published in the maven
> repositories. Can you publish them ? or Can you update their documentation to
> explain how to get them ?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)