You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2020/06/09 19:56:15 UTC

[GitHub] [cxf] reta commented on a change in pull request #679: CXF-8300 - Swagger2Feature displays cached API when service is redepl…

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



##########
File path: rt/rs/description-swagger/src/main/java/org/apache/cxf/jaxrs/swagger/Swagger2Feature.java
##########
@@ -576,6 +577,8 @@ public String findSwaggerUiRoot() {
 
         private class ServletConfigProvider implements ContextProvider<ServletConfig> {
 
+            private String id = UUID.randomUUID().toString();

Review comment:
       :+1: We use similar technique in OpenAPI feature as well




----------------------------------------------------------------
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:
users@infra.apache.org