This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 80783b9 CXF-7581: SwaggerUIResourceFilter doesn't allow call to
service, fixing test cases
80783b9 is described below
commit 80783b9a0098831e9386a1f48514ecfb7ec30e5c
Author: reta <[email protected]>
AuthorDate: Thu Dec 14 06:40:42 2017 -0500
CXF-7581: SwaggerUIResourceFilter doesn't allow call to service, fixing
test cases
---
.../cxf/systest/jaxrs/description/BookStoreStylesheetsSwagger2.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/BookStoreStylesheetsSwagger2.java
b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/BookStoreStylesheetsSwagger2.java
index ca49c0f..3150254 100644
---
a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/BookStoreStylesheetsSwagger2.java
+++
b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/BookStoreStylesheetsSwagger2.java
@@ -23,6 +23,9 @@ import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
+import io.swagger.annotations.Api;
+
+@Api(hidden = true)
@Path("/")
public class BookStoreStylesheetsSwagger2 {
@Produces({ "text/css" })
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].