You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/09/10 18:22:20 UTC

[jira] [Commented] (ARIES-1610) Blueprint plugin: check namespace patterns instead conrete namespace

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

ASF subversion and git services commented on ARIES-1610:
--------------------------------------------------------

Commit 1760199 from [~alien11689] in branch 'aries/trunk'
[ https://svn.apache.org/r1760199 ]

[ARIES-1610] Check namespace patterns instead of conrete namespace in BMP

> Blueprint plugin: check namespace patterns instead conrete namespace
> --------------------------------------------------------------------
>
>                 Key: ARIES-1610
>                 URL: https://issues.apache.org/jira/browse/ARIES-1610
>             Project: Aries
>          Issue Type: Improvement
>          Components: Blueprint
>            Reporter: Andrei Shakirin
>            Assignee: Dominik Przybysz
>         Attachments: match_ns_by_pattern.patch
>
>
> Currently blueprint plugin checks exact version of configured transaction and JPA namespaces in order to generate appropriate blueprint descriptor.
> For example supported transaction namespaces are:
>  * http://aries.apache.org/xmlns/transactions/v1.2.0
>  * http://aries.apache.org/xmlns/transactions/v2.0.0
> I would suggest to relax this check and validate only major version on the base of regular pattern. As a result, not only 1.2.0 version will be supported, but versions 1.1.0, 1.0.0 as well.
> Solution should be safe for minor versions, because:
> a) normally schema syntax haven't to be changed in incompatible way for different minor version;
> b) unsupported generated extensions will be ignored at the runtime
> Patch is attached



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