You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem In an OSGi Environment, the Require-Capability is not defined in META-INF/MANIFEST.MF such
that dependency injection via hk2 resp. spifly is supported.
Please consider col-panic@4e3cdba (Nevermind the version tag which is used for testing)
At the moment it suffice for me to include these 2jakarta.ws.rs.ext.RuntimeDelegate and jakarta.ws.rs.client.ClientBuilder for it
to properly run - I do not know if there are additional dependencies to be added.
The text was updated successfully, but these errors were encountered:
This issue is tightly interconnected with eclipse-ee4j/jersey#5834
Problem In an OSGi Environment, the
Require-Capability
is not defined inMETA-INF/MANIFEST.MF
suchthat dependency injection via hk2 resp. spifly is supported.
In
jakarta.xml.bind-api
this is for example solved in line https://github.com/jakartaee/jaxb-api/blob/748c50bb8f71b4687febca5400fa9c574644aac3/api/pom.xml#L238Please consider col-panic@4e3cdba (Nevermind the
version
tag which is used for testing)At the moment it suffice for me to include these 2
jakarta.ws.rs.ext.RuntimeDelegate
andjakarta.ws.rs.client.ClientBuilder
for itto properly run - I do not know if there are additional dependencies to be added.
The text was updated successfully, but these errors were encountered: