Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.8.0
-
None
-
Patch Available
-
Unknown
Description
The OSGi exports of camel-soap is not correct. If I run exports in karaf I get the following output.
karaf@localhost> exports 135 ID Packages 135 org.apache.camel.dataformat.soap; version="0.0.0" 135 org.apache.camel.dataformat.soap.name; version="0.0.0" 135 org.xmlsoap.schemas.soap.envelope; version="2.8.1.SNAPSHOT"
I think org.apache.camel.dataformat.soap and org.apache.camel.dataformat.soap.name should be exported with version="2.8.1.SNAPSHOT" ???? (The same issue is on trunk).