Description
The sample code in
https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/jax_rs/spring_boot
creates in swagger ui urls like
http://localhost:8080/sayHello/q
which do not work, instead of
http://localhost:8080/services/helloservice/sayHello/q
The problem started w. the commit of "[CXF-7634] changed Spring Boot sample to use OpenApiFeature"