Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 427BB18092 for ; Wed, 12 Aug 2015 17:53:31 +0000 (UTC) Received: (qmail 37358 invoked by uid 500); 12 Aug 2015 17:53:28 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 37297 invoked by uid 500); 12 Aug 2015 17:53:28 -0000 Mailing-List: contact commits-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 commits@cxf.apache.org Received: (qmail 37288 invoked by uid 99); 12 Aug 2015 17:53:28 -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, 12 Aug 2015 17:53:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 042CBDFF6A; Wed, 12 Aug 2015 17:53:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ay@apache.org To: commits@cxf.apache.org Message-Id: <23c26967041d4f3da5b22743adccf559@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: [CXF-6535] Swagger2Feature's properties cannot be set using Blueprint Date: Wed, 12 Aug 2015 17:53:27 +0000 (UTC) Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 128a58093 -> 73966a189 [CXF-6535] Swagger2Feature's properties cannot be set using Blueprint Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/73966a18 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/73966a18 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/73966a18 Branch: refs/heads/3.0.x-fixes Commit: 73966a18925da69dfeed2406824814e3798cac49 Parents: 128a580 Author: Akitoshi Yoshida Authored: Wed Aug 12 19:51:52 2015 +0200 Committer: Akitoshi Yoshida Committed: Wed Aug 12 19:53:09 2015 +0200 ---------------------------------------------------------------------- .../java/org/apache/cxf/jaxrs/swagger/AbstractSwaggerFeature.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/73966a18/rt/rs/description/src/main/java/org/apache/cxf/jaxrs/swagger/AbstractSwaggerFeature.java ---------------------------------------------------------------------- diff --git a/rt/rs/description/src/main/java/org/apache/cxf/jaxrs/swagger/AbstractSwaggerFeature.java b/rt/rs/description/src/main/java/org/apache/cxf/jaxrs/swagger/AbstractSwaggerFeature.java index 6dfa001..ee53b44 100644 --- a/rt/rs/description/src/main/java/org/apache/cxf/jaxrs/swagger/AbstractSwaggerFeature.java +++ b/rt/rs/description/src/main/java/org/apache/cxf/jaxrs/swagger/AbstractSwaggerFeature.java @@ -24,7 +24,7 @@ import org.apache.cxf.feature.AbstractFeature; import org.apache.cxf.jaxrs.JAXRSServiceFactoryBean; import org.apache.cxf.jaxrs.model.AbstractResourceInfo; -abstract class AbstractSwaggerFeature extends AbstractFeature { +public abstract class AbstractSwaggerFeature extends AbstractFeature { protected boolean scan = true; protected boolean runAsFilter; private String resourcePackage;