I'm migrating from java 8 to 11 and I'm having a problem launching the springboot server:
nested exception is java.lang.NoClassDefFoundError: javax / jws / WebService.
I used in my pom.xml:
maven-compiler 3.8.0
cxf.version 3.3.0-SNAPSHOT
the compilation goes well but not the start of the server thank you