Yes, OpenAPI made the fix: https://github.com/apache/geronimo-openapi/commit/7ceee65e0b489f4847f4015aa71a3d7b6958b402 <https://github.com/apache/geronimo-openapi/commit/7ceee65e0b489f4847f4015aa71a3d7b6958b402>
We still need to wait for a release or bump to use the SNAPSHOT version. > On 23 Jan 2019, at 16:07, j4fm <[email protected]> wrote: > > On this specific service, there is the following: > > @Path("/") > @GET > public Response doGetRoot() { > … > } > > Followed by paths with actual values just like you said. It would be good > for OpenAPI to provide a fix, I will see if I can test changing it in source > directly tonight by just changing "/", to "". > > > > > > -- > Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
