jayblanc opened a new pull request, #732: URL: https://github.com/apache/unomi/pull/732
Due to Karaf 4.4.8 upgrade, Apache CXF comes with a new cxf-rt-rs-service-description-openapi-v3 version that replace the jaxrs-analyzer-maven-plugin. Anyway there was problems with the swagger-ui that does not support query params anymore and a swagger-core incompatibility with jackson 2.18.2 (https://github.com/swagger-api/swagger-core/issues/4755) This PR aims to : - Override the integrated swagger-initializer.js by a custom one to ensure the api-docs opens unomi open api json (and not the petshop default sample one) - Fix the bug between swagger-core version (2.2.23) and jackson (2.17.2) by upgrading Apache CXF from 3.6.5 to 3.6.8 (and so the cxf-rt-rs-service-description-openapi-v3 with swagger-core 2.2.34 and then jackson 2.18.2 compatibility and bugfree) ---- - [X] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) -- 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. To unsubscribe, e-mail: dev-unsubscr...@unomi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org