Swagger Spring API - xmlModelPlugin Error
For me the solution was just to fall back to Java 8 from Java 11. I did not even need to add the dependency to javax.xml.bind
in my case it was solution :
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>