Re: [GitHub] tomee pull request #184: [tomee-7.1.x] [tomee-2268] upgrade cxf to 3.1.8

2018-11-05 Thread exabrial12
I didn't realize 3.1.8 hasn't been released yet, so I'll be running this back later to fix the build. -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Re: TomEE 8 M1 - MP

2018-11-05 Thread j4fm
That works. Is this something that will be made default and then an app can enable when it wants to use opentracing? Thank you -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Re: TomEE 8 M1 - MP

2018-11-05 Thread Romain Manni-Bucau
The built-in apps should have a MP config entry with the value geronimo.opentracing.filter.active=false, you can workaround it adding in the exploded webapp a WEB-INF/classes/META-INF/microprofile-config.properties with this value Romain Manni-Bucau @rmannibucau |

Re: TomEE 8 M1 - MP

2018-11-05 Thread j4fm
Tested with an app and without an app present. Without an app, shouldn't I still be able to reach the tomee status/manager pages? If I remove MP opentracing jars, status/manager pages are reachable both with and without an app. Thanks -- Sent from: http://tomee-openejb.979440.n4.nabble.com/To