You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by "Anatole Tresch (JIRA)" <ji...@apache.org> on 2016/05/01 20:36:12 UTC

[jira] [Created] (TAMAYA-158) Model extension does not use common meta-data format.

Anatole Tresch created TAMAYA-158:
-------------------------------------

             Summary: Model extension does not use common meta-data format.
                 Key: TAMAYA-158
                 URL: https://issues.apache.org/jira/browse/TAMAYA-158
             Project: Tamaya
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 0.2-incubating
            Reporter: Anatole Tresch
            Assignee: Anatole Tresch
             Fix For: 0.3-incubating


As of now the model extension does require meta-data in the form of:
{noformat}
{model}.mykey.type=Parameter
{model}.mykey.class=Boolean
{model}.mykey.required=true
{noformat}

This does not match the common metadata format used elsewhere, which should look like:

{noformat}
_mykey.model.target=Parameter
_mykey.model.class=Boolean
_mykey.model.required=true
{noformat}

So it should be aligned with the common formats used.



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