yes I know that :) Am already using it.. I've cloned the repo to prepare for the PR.. But are in doubt on howto make the ip multi binding detection work here : https://github.com/TDC-Netdesign/cxf-dosgi/blob/master/provider-rs/src/main/java/org/apache/cxf/dosgi/rest/intents/SwaggerIntent.java#L62
If we do not handle it, IP will be 0.0.0.0 and all swagger executions will fail. It has to be a real IP or host name. Can you take a look and give feedback.. I've just "dumped" the intents into the rest provider, as they both are rest specific.. I am also testing to see if I can avoid pulling in hibernate for bean validation (and let it be up to the user to choose), there is a hard binding for jackson though.. regards Nino On Tue, Apr 17, 2018 at 10:43 AM, Christian Schneider < [email protected]> wrote: > You can check the new logging feature for an example how it registers > itself using a featue. > Btw. The logging intent is registered by default already. > See: > https://github.com/apache/cxf/blob/master/rt/features/ > logging/src/main/java/org/apache/cxf/ext/logging/osgi/Activator.java#L89 > > Christian > > 2018-04-17 10:35 GMT+02:00 nino martinez wael < > [email protected]> > : > > > Ahh I did not think of that... I'll verify if its viable.. > > > > On Tue, Apr 17, 2018 at 10:07 AM, Christian Schneider < > > [email protected]> wrote: > > > > > If your intent is a cxf Feature then you can access the endpoint data > > > during your setup. > > > > > > Best > > > Christian > > > > > > 2018-04-17 10:03 GMT+02:00 nino martinez wael < > > > [email protected]> > > > : > > > > > > > Are there no way for an intent to get in contact with the service / > > > > endpoint it's being asked to setup? > > > > > > > > -- > > > > Best regards / Med venlig hilsen > > > > Nino Martinez > > > > > > > > > > > > > > > > -- > > > -- > > > Christian Schneider > > > http://www.liquid-reality.de > > > > > > Computer Scientist > > > http://www.adobe.com > > > > > > > > > > > -- > > Best regards / Med venlig hilsen > > Nino Martinez > > > > > > -- > -- > Christian Schneider > http://www.liquid-reality.de > > Computer Scientist > http://www.adobe.com > -- Best regards / Med venlig hilsen Nino Martinez
