Jar deployment with keys

2018-04-20 Thread Al Grant
What is the best way to deploy a JAR but keep the keys safe? -- Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html

Re: How to integrate swagger2feature into multiple JAX-RS servers?

2018-04-20 Thread Dongfeng Lu
Colm, I created 3 tickets: CXF-7722: CXF Swagger2Feature does not show methods if context root is not empty.CXF-7723: CXF Swagger2Feature displays methods from other JAX-RS servers if these servers are defined under the same packageCXF-7724: CXF Swagger2Feature does not display methods with

Re: globally disabling/enabling REST?

2018-04-20 Thread nino martinez wael
would be very nice if it was default functionality.. On Tue, Mar 13, 2018 at 1:24 AM, Max Spring wrote: > I ended up implementing this via a ContainerRequestFilter: > > package org.example.filters; > > import org.example.engine.Engine; > > import

Re: How to integrate swagger2feature into multiple JAX-RS servers?

2018-04-20 Thread nino martinez wael
Lu, will you also try to incorporate the 0.0.0.0 multibinding issue? On Fri, Apr 20, 2018 at 6:32 AM, Dongfeng Lu wrote: > OK. I will. Thanks, Colm. > On Thursday, April 19, 2018, 8:35:45 AM CDT, Colm O hEigeartaigh < > cohei...@apache.org> wrote: > > Please