We have started running into issues where other Java libraries that we use are no longer compatible with some of the libraries that Jersey 1.x depends on, e.g. FasterXML/jackson-jaxrs-providers#90 (comment)
I think this could be potentially as "simple" as setting the "library" option here to "jersey2" and regenerating with openapi: https://github.com/DocRaptor/docraptor-java/blob/master/generator-config.json#L20
But before we fork our own version to do this, I just wanted to check whether there was any possibility of getting this in the official library?