Github user nykolaslima commented on the pull request:

    https://github.com/apache/httpclient/pull/27#issuecomment-75765148
  
    CDI reference:
    ```
    5.4.1. Unproxyable bean types
    
    Certain legal bean types cannot be proxied by the container:
    
    classes which don't have a non-private constructor with no parameters,
    classes which are declared final or have final methods,
    primitive types,
    and array types.
    If an injection point whose declared type cannot be proxied by the 
container resolves to a bean with a normal scope, the container automatically 
detects the problem and treats it as a deployment problem.
    ```
    
    So I believe it can be protected, I'll change it.


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to