You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/14 16:14:41 UTC

[jira] [Commented] (ARTEMIS-964) Move common XMLDataExporter logic into a utility class

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

ASF GitHub Bot commented on ARTEMIS-964:
----------------------------------------

GitHub user cshannon opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1015

    https://issues.apache.org/jira/browse/ARTEMIS-964

    Moving XML conversion logic to a common XmlDataExporterUtil class so it
    can be used elsewhere.

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

    $ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-964

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

    https://github.com/apache/activemq-artemis/pull/1015.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 #1015
    
----
commit af1a205dc58f7309f9aedb28285c2ff598da8514
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Date:   2017-02-14T16:09:44Z

    https://issues.apache.org/jira/browse/ARTEMIS-964
    
    Moving XML conversion logic to a common XmlDataExporterUtil class so it
    can be used elsewhere.

----


> Move common XMLDataExporter logic into a utility class
> ------------------------------------------------------
>
>                 Key: ARTEMIS-964
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-964
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 1.5.2
>            Reporter: Christopher L. Shannon
>            Assignee: Christopher L. Shannon
>             Fix For: 2.0.0
>
>
> To help make doing the conversion easier when exporting messages from a KahaDB store to Artemis XML format it would be nice to share some of the common conversion logic that is used by XmlDataExporter.  Some examples include message body encoding, property type conversions, etc.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)