Re: @OpenAPIDefinition not working

2019-03-27 Thread Daniel Cunha
It is not injecting the config values for org.microprofileext.openapi.swaggerui.Templates and yes, using openejb.cxf-rs.cache-application=false the issue still happening. Interesting.. Em qua, 27 de mar de 2019 às 18:24, Otávio Gonçalves de Santana < osant...@tomitribe.com> escreveu: > My maven c

Re: @OpenAPIDefinition not working

2019-03-27 Thread Otávio Gonçalves de Santana
My maven configuration: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";> 4.0.0 org.superbiz env-tomee war OpenEJB

Re: @OpenAPIDefinition not working

2019-03-27 Thread Daniel Cunha
Can you guys push your sample? On Wed, Mar 27, 2019, 4:58 PM Otávio Gonçalves de Santana < osant...@tomitribe.com> wrote: > Hey Ivan. > I tried something, and I saw the same issue. It seems this by-pass does not > work. > > On Mon, Feb 11, 2019 at 11:18 AM Ivan Junckes Filho > > wrote: > > > It

Re: @OpenAPIDefinition not working

2019-03-27 Thread Otávio Gonçalves de Santana
Hey Ivan. I tried something, and I saw the same issue. It seems this by-pass does not work. On Mon, Feb 11, 2019 at 11:18 AM Ivan Junckes Filho wrote: > It didn't seem to work for me adding the property to system.properties. Any > ideas what I am doing wrong? > > On Sat, Feb 9, 2019 at 10:21 AM

Re: MicroProfile Integration in Plus and Plume

2019-03-27 Thread Otávio Gonçalves de Santana
Hey. I've tested the OpeAPI. That still an error when we put description at an Application. @ApplicationPath("api")@OpenAPIDefinition(info = @Info( title = "Example application", version = "1.0.0", contact = @Contact( name = "Otavio", email

Re: Building with Java 11

2019-03-27 Thread Daniel Cunha
My feedback: back to working on it, and yes I still have my VM crashing in some modules. I've all changes from master merged and which include your changes James. So, my conclusion is: My changes on TomEE classlaoders break all. Reworking on it. Em qua, 6 de mar de 2019 às 13:31, j4fm escreveu: