Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B694C200BD0 for ; Wed, 16 Nov 2016 03:09:28 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B3D52160B19; Wed, 16 Nov 2016 02:09:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F175B160B03 for ; Wed, 16 Nov 2016 03:09:27 +0100 (CET) Received: (qmail 72842 invoked by uid 500); 16 Nov 2016 02:08:17 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 72622 invoked by uid 99); 16 Nov 2016 02:08:16 -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; Wed, 16 Nov 2016 02:08:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 11F9BE0209; Wed, 16 Nov 2016 02:08:16 +0000 (UTC) From: johnament To: dev@cxf.apache.org Reply-To: dev@cxf.apache.org References: In-Reply-To: Subject: [GitHub] cxf issue #195: [CXF-7132] Use the original class when it comes to determini... Content-Type: text/plain Message-Id: <20161116020816.11F9BE0209@git1-us-west.apache.org> Date: Wed, 16 Nov 2016 02:08:16 +0000 (UTC) archived-at: Wed, 16 Nov 2016 02:09:28 -0000 Github user johnament commented on the issue: https://github.com/apache/cxf/pull/195 Ok, I added a couple more commits to this. I'm not 100% happy with CXF-7134 but don't want to block a potential release. What I'm seeing is that validation feature doesn't get registered on the JAX-RS resource when I move the creational context to the point of getting the instance. Need to debug a bit further, but I think this is OK to merge for now. Just leave 7134 open I'll clean up further. --- 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. ---