Description
Swagger UI, integrated with CXF Swagger2Feature (http://cxf.apache.org/docs/swagger2feature.html#Swagger2Feature-EnablingSwaggerUI) works ok on Tomcat:
but not in WebLogic:
I have in my Maven project dependencies:
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-service-description-swagger</artifactId> <version>3.1.7</version> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>swagger-ui</artifactId> <version>2.2.5</version> </dependency>
I guess the classloading on WebLogic is not compatible with the code at AbstractSwaggerFeature.checkSwaggerUiResourceRoot().
Do you know if this issue solved in most recent versions of cxf ?
Thanks in advance.
Attachments
Issue Links
- Is contained by
-
CXF-7512 Swagger UI does not work for CXF-DOSGi mutli bundle distro
- Closed