Re: Jax-RS Whiteboard and OpenAPI

2019-11-25 Thread Markus Rathgeb
code duplication from the Swagger BaseOpenApiResource is replaced by > inheritance > > Best regards, > > Oliver > > -Original Message- > From: Markus Rathgeb > Sent: 23 November 2019 11:59 > To: user@aries.apache.org > Subject: Re: Jax-RS Whiteboard and OpenAPI &g

Re: Jax-RS Whiteboard and OpenAPI

2019-11-23 Thread Markus Rathgeb
Hi Oliver, there is another thing I don't understand: Why you do not run into the following "problem" I ran with your code: https://github.com/osx2000/finmath-service/blob/master/bundles/service/src/main/java/de/osx2000/finmath/service/OpenApiResource.java#L125 If a "json" reply is generated

Re: Jax-RS Whiteboard and OpenAPI

2019-11-21 Thread Raymond Auge
ave further questions. > > Best regards, > > Oliver > > > > On 21. Nov 2019, at 10:44, Markus Rathgeb wrote: > > > > Hi, > > > > I'm currently struggling with the same problem. > > Oliver, did you already create some JAX-RS Whiteboard Op

Re: Jax-RS Whiteboard and OpenAPI

2019-11-21 Thread Markus Rathgeb
Hi, I'm currently struggling with the same problem. Oliver, did you already create some JAX-RS Whiteboard OpenAPI integration? Timonthy, did you know about another one? I found the amdatu-web project and assume they provide an OpenAPI generation for JAX-RS Whiteboard. I have not found time

Re: Jax-RS Whiteboard and OpenAPI

2019-06-19 Thread Timothy Ward
Hi, To my knowledge nobody has done this in a reusable way yet, but if you’re interested in doing so then adding it as a project in the integrations would be great! Tim > On 18 Jun 2019, at 13:07, Oliver Schweitzer wrote: > > Hi, > > I’m successfully using the Jax-RS Whiteboard in Karat

Jax-RS Whiteboard and OpenAPI

2019-06-18 Thread Oliver Schweitzer
Hi, I’m successfully using the Jax-RS Whiteboard in Karat 4.2, however one of the last missing puzzle pieces to complete component bliss is integration of OpenAPI (Swagger 2) - so that annotated (sub) resources get published as an API schema by a Jax-RS Resource. Here