Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27B5017209 for ; Tue, 24 Feb 2015 14:26:11 +0000 (UTC) Received: (qmail 49629 invoked by uid 500); 24 Feb 2015 14:26:11 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 49582 invoked by uid 500); 24 Feb 2015 14:26:11 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 49571 invoked by uid 99); 24 Feb 2015 14:26:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2015 14:26:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8A3F5E03FA; Tue, 24 Feb 2015 14:26:10 +0000 (UTC) From: nykolaslima To: dev@hc.apache.org Reply-To: dev@hc.apache.org References: In-Reply-To: Subject: [GitHub] httpclient pull request: Being able to inject RequestConfig with C... Content-Type: text/plain Message-Id: <20150224142610.8A3F5E03FA@git1-us-west.apache.org> Date: Tue, 24 Feb 2015 14:26:10 +0000 (UTC) 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 infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org