brevilo commented on a change in pull request #806:
URL: https://github.com/apache/cxf/pull/806#discussion_r673386567
##########
File path: rt/rs/microprofile-client/pom.xml
##########
@@ -185,6 +185,26 @@
<scope>test</scope>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <configuration>
+ <instructions>
+
<_removeheaders>Bundle-ActivationPolicy</_removeheaders>
Review comment:
> From all the tests I have done (I have used Apache Karaf 4.3.2), the
consumer was able to properly find
`org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver` service(s)
once the `cxf-rt-rs-mp-client` is started / starting.
Just to avoid misunderstandings, did your tests involve any changes to CXF
(like using the property added in #827) or did it work for you out of the box?
IOW, could you reproduce my original problem at all?
Providing a sample will take some time as my current project is embedded in
a more complex environment. Yet I'll test using the property introduced in #827
soon. Looks like setting that to `eager` should do the trick. If it does, do
you want me to amend my PR and use that property instead of my header removal?
Would be great to get rid of the CXF fork I have to use right now :)
Thanks!
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]