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 <[email protected]>
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 <timothyjward@...>
Date: 2017-12-22T09:49:14Z
[converter] Avoid losing generics information in nested types
Signed-off-by: Tim Ward <[email protected]>
----
---