You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/28 16:36:04 UTC

[jira] [Commented] (CAMEL-9181) Simpler, less picky ScrHelper

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

ASF GitHub Bot commented on CAMEL-9181:
---------------------------------------

GitHub user yuruki opened a pull request:

    https://github.com/apache/camel/pull/625

    CAMEL-9181: Simplify ScrHelper

    CAMEL-9181 for 2.15.x branch.
    
    https://issues.apache.org/jira/browse/CAMEL-9181

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

    $ git pull https://github.com/yuruki/camel camel-scr-helper

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

    https://github.com/apache/camel/pull/625.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 #625
    
----
commit 1f499f626291e47ab64c8fc5ab4c02e5784b8bfe
Author: Jyrki Ruuskanen <yu...@kotikone.fi>
Date:   2015-09-28T14:23:47Z

    Simplify ScrHelper

----


> Simpler, less picky ScrHelper
> -----------------------------
>
>                 Key: CAMEL-9181
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9181
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-scr
>            Reporter: Jyrki Ruuskanen
>            Priority: Minor
>
> Previous ScrHelper could break when there are certain XML libraries in the classpath (e.g. XOM or Saxon). Also, it doesn't work with component description files generated by the latest org.apache.felix/maven-scr-plugin version 1.21.0 (format has changed).
> This is a simpler, less picky implementation using StAX.



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