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 <[email protected]> Authored: Wed Aug 12 19:51:52 2015 +0200 Committer: Akitoshi Yoshida <[email protected]> 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;
