brevilo opened a new pull request #806: URL: https://github.com/apache/cxf/pull/806
* Using OSGi's [Service Loader Mediator](https://blog.osgi.org/2013/02/javautilserviceloader-in-osgi.html) (i.e. Apache Aries [SPI Fly](https://aries.apache.org/documentation/modules/spi-fly.html)) * Made all requirements optional (minimally invasive change) * Removing `Bundle-ActivationPolicy` header _locally_ as it prevents the OSGi ServiceLoader Mediator (SPI Fly) to work when set to [`Lazy`](https://github.com/apache/cxf/blob/master/parent/pom.xml#L653) (in the parent POM). I committed this separately should there be a better solution. Based on the following discussion: https://github.com/eclipse/microprofile-rest-client/issues/308#issuecomment-813638983 Cheers -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
