GitHub user nhtzr opened a pull request:

    https://github.com/apache/cxf/pull/235

    FIX InjectionUtils#getGetterFromSetter

    InjectionUtils#getGetterFromSetter was trying to obtain getter method in 
the java.lang.reflect.Method class instead of the class where the setter is 
coming from.


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

    $ git pull https://github.com/nhtzr/cxf 3.1.x-fixes

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

    https://github.com/apache/cxf/pull/235.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 #235
    
----
commit 25689c3144fc02b29ff85c95e6243d362e629ac3
Author: Ezequiel Rosas <[email protected]>
Date:   2017-02-11T20:57:02Z

    FIX Issue: Proxied provides with Context Method Injection were never able 
to re utilize their ThreadLocalProxy.
    This also lead to a NullPointerException when a proxied version of an 
already deployed provider was deployed again.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to