brevilo commented on a change in pull request #806:
URL: https://github.com/apache/cxf/pull/806#discussion_r674364780
##########
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:
Darn! I found the culprit! I had a typo in my start level override for
`cxf-rt-rs-mp-client`, so it had the same as
`org.apache.aries.spifly.dynamic.bundle`. While the former always has a higher
ID, I suspected it was started after the latter, so this shouldn't matter.
Since that isn't assured I had increased the start level - but had a typo in
there. Now that I fixed that blunder the whole activation policy stuff isn't
needed anymore. The provider is found just fine. Duh!
I removed the activation header commit from this PR. Sorry for your time I
wasted. 🤦♂️
--
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]