Re: "In" parameter not being populated OpenAPI

2019-02-11 Thread Romain Manni-Bucau
Then just upgrade? About the "not needed", it depends but not an issue by itself AFAIK. Le lun. 11 févr. 2019 à 17:37, Ivan Junckes Filho a écrit : > This is how it is showing up in components, schemas. But with a lot of not > needed properties as this class has only telefone, mensagem and

Re: "In" parameter not being populated OpenAPI

2019-02-11 Thread Romain Manni-Bucau
Hi Ivan, no the mapping can need some polishing to become mainstream (cause it is not openapi role to reimplement all mappers logic) but the annotation mapping is done. This one can depend the companions this annotation has, some will imply it gets ignored but AFAIK TCK test that and we pass them.

Re: "In" parameter not being populated OpenAPI

2019-02-11 Thread Romain Manni-Bucau
Yes Ivan, array mapping is in progress. In the meantime you can define your schema to ensure you control it and the implicit representation does not depends on the way the impl parses it - which can not match your underlying mapper. Romain Manni-Bucau @rmannibucau

Re: "In" parameter not being populated OpenAPI

2019-02-11 Thread Ivan Junckes Filho
One thing I saw happening too, is when I add the annotation below it doesn't get added to openapi. @RequestBody(content = @Content(schema = @Schema(implementation = Sms.class))) Is that because it is under development? On Mon, Feb 11, 2019 at 11:38 AM Romain Manni-Bucau wrote: > Yes Ivan,

Re: "In" parameter not being populated OpenAPI

2019-02-11 Thread Ivan Junckes Filho
Looks like it is fixed in the master, but when I get the lib and add to tomee it shows some bad behavior with the schemas. [image: image.png] On Mon, Feb 11, 2019 at 11:09 AM Ivan Junckes Filho wrote: > No I didn't, I will have a look. thanks > > On Mon, Feb 11, 2019 at 11:08 AM Romain

Re: "In" parameter not being populated OpenAPI

2019-02-11 Thread Ivan Junckes Filho
No I didn't, I will have a look. thanks On Mon, Feb 11, 2019 at 11:08 AM Romain Manni-Bucau wrote: > Hi Ivan, > > Did you test on the snapshot? we got some enhancements about it. > > Romain Manni-Bucau > @rmannibucau | Blog >

Re: "In" parameter not being populated OpenAPI

2019-02-11 Thread Romain Manni-Bucau
Hi Ivan, Did you test on the snapshot? we got some enhancements about it. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn