yrosen-infinidat
yrosen-infinidat
Oh, thought I had, my bad. ```json { "openapi": "3.1.0", "info": { "title": "Cars", "version": "1.0" }, "paths": { "/test": { "get": { "operationId": "testGet", "responses": { "200": { "description":...
I'm using JDK 8. My main question here is just whether or not it would be problematic to keep the old doclet while still using Jersey 2.40. Edit: Tested now...
@jansupol Do you know if there's any problem with keeping the versions mismatched?