[
https://issues.apache.org/jira/browse/APEXMALHAR-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15508970#comment-15508970
]
ASF GitHub Bot commented on APEXMALHAR-2256:
--------------------------------------------
GitHub user chinmaykolhatkar opened a pull request:
https://github.com/apache/apex-malhar/pull/421
APEXMALHAR-2256 Replacing getFields with getDeclaredFields
@bhupeshchawda Please merge.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chinmaykolhatkar/apex-malhar
APEXMALHAR-2256_getDeclaredFields
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-malhar/pull/421.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 #421
----
commit 2e870f4b8096b686d2cd22dd888847844ad9640c
Author: Chinmay Kolhatkar <[email protected]>
Date: 2016-09-21T06:48:58Z
APEXMALHAR-2256 Replacing getFields with getDeclaredFields
----
> POJOInnerJoinOperator should use getDeclaredField of java reflection
> --------------------------------------------------------------------
>
> Key: APEXMALHAR-2256
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2256
> Project: Apache Apex Malhar
> Issue Type: Bug
> Affects Versions: 3.5.0
> Reporter: Chinmay Kolhatkar
> Assignee: Chinmay Kolhatkar
>
> POJOInnerJoinOperator should use getDeclaredField of java reflection.
> Currently its using getField because of which unless the POJO fields are
> public, they're not see by reflection. In reality the fields in POJO will be
> private and getters/setters will be public.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)