reta commented on a change in pull request #733:
URL: https://github.com/apache/cxf/pull/733#discussion_r537164388



##########
File path: 
systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/AtomBookStore.java
##########
@@ -47,10 +47,7 @@
 import org.apache.cxf.customer.book.BookNotFoundDetails;
 import org.apache.cxf.customer.book.BookNotFoundFault;
 
-import io.swagger.v3.oas.annotations.Hidden;
-
 @Path("/")
-@Hidden /* Excluding from Swagger's scans (Abdera's classes break model 
introspection */

Review comment:
       Not needed anymore

##########
File path: 
systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/AtomBookStore2.java
##########
@@ -29,10 +29,7 @@
 
 import org.apache.abdera.model.Feed;
 
-import io.swagger.v3.oas.annotations.Hidden;
-
 @Path("/")
-@Hidden /* Excluding from Swagger's scans (Abdera's classes break model 
introspection */

Review comment:
       Not needed anymore

##########
File path: 
systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/AtomBookStore3.java
##########
@@ -25,10 +25,7 @@
 import javax.ws.rs.core.Context;
 import javax.ws.rs.core.UriInfo;
 
-import io.swagger.v3.oas.annotations.Hidden;
-
 @Path("/atom")
-@Hidden /* Excluding from Swagger's scans (Abdera's classes break model 
introspection */

Review comment:
       Not needed anymore




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to