You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by timothyjward <gi...@git.apache.org> on 2017/12/22 10:02:37 UTC

[GitHub] felix pull request #129: [converter] Avoid losing generics information in ne...

GitHub user timothyjward opened a pull request:

    https://github.com/apache/felix/pull/129

    [converter] Avoid losing generics information in nested types

    The converter doesn't correctly handle conversion of nested generics as type information gets lost from the field/method the object is being converted into.
    
    Signed-off-by: Tim Ward <ti...@apache.org>

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

    $ git pull https://github.com/timothyjward/felix converter

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

    https://github.com/apache/felix/pull/129.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 #129
    
----
commit e833950d38330edf97f3fb65c327bd0600d084e4
Author: Tim Ward <ti...@...>
Date:   2017-12-22T09:49:14Z

    [converter] Avoid losing generics information in nested types
    
    Signed-off-by: Tim Ward <ti...@apache.org>

----


---

[GitHub] felix pull request #129: [converter] Avoid losing generics information in ne...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/felix/pull/129


---